How do i open a text of integers from a text file using command line. I cant open it thru dev c++ using the F11 key
Do i have to open cmd n type the name of file i do that and nothing works
How do i open a text of integers from a text file using command line
why do you need to do it in any case? the std::ifstream object within your program associated with the text file should open that file and read in the integers to your program
dev c++
please change this asap, they're horribly out-of-date with no post C++11 support last checked. a good alternative would be Code::Blocks