How do I send input on batch programming?
i mean for C++ we use this header file to input txt
include <sstream>
and also we use this data types
ostringstream ;
istringstream;
what about in batch programming?
					i mean for C++ we use this header file to input txt
include <sstream>
and also we use this data types
ostringstream ;
istringstream;
what about in batch programming?
 
	
Comment