Database Join OPERATION

Hello, i have taken an university course called Database Systems even though i don't even have an idea about how to use C++, homework's statements are as shown below: In this homework your c++ program will first read from 3.txt files. The columns in these files are separated by "t (tab) character and rows...
First row of every file is column identifier....

My first question is that how can i make read the txt files by my c++ program ? And i would be glad to hear about your other advices ? Thanks.
This can explain file I/O in C++:
http://www.cplusplus.com/doc/tutorial/files/

However, you say you have no idea how to use C++. This sounds like a pedagogical problem (why are you being asked to use C++ with no explanation in what I assume is an introductory course), but you can start by looking at the entire C++ tutorial on this site and trying to understand how to use the language:
http://www.cplusplus.com/doc/tutorial/
Hi thanks for your answer, wish those files would be helpfull, in addition to that it was not a pedagogical problem this is my last year in university and i am an mechatronics engineer and i have taken introduction to c++ course two years ago, so i can't remember very well. Only empty time space in my schedule was appropriate for this course as an area elective course and i took it. So it wasn't a wrong selection just a desperate obligation :)
Topic archived. No new replies allowed.