How to give input to a c++ program from an input file ?
I know how to take input in c++ using standard console functions like cout and cin . But how can I use an external input file to give input to it??
0