I know how to read txt file and parse them but
I am having trouble with header files. I have a c++ header file and cpp file..
do i have to write my read open file in header file or cpp file???
what do i need to include in header file??
I'm not an expert in C/C++, but as far as I know you only write function definitions and constants inside the header file, and the actual code goes into the cpp file (that's how I learned it two years ago).
__________________
"Good judgement comes from experience, and experience comes from bad judgement." - Fred Brooks