what is the way to store info in the file thru command line arguments.?like e.g, the following is the data in iput file and i want to store the 0 , 1 as my data in alphabet.
ALPHABET: 0, 1;
This is a discussion on data read and store within the C++ Programming forums, part of the General Programming Boards category; what is the way to store info in the file thru command line arguments.?like e.g, the following is the data ...
what is the way to store info in the file thru command line arguments.?like e.g, the following is the data in iput file and i want to store the 0 , 1 as my data in alphabet.
ALPHABET: 0, 1;
Just open a file for input, and output to it what you passed to your program as command line arguments...
none...