I want to develop report engine in C++. Frankly I don't know any thing now about reporting engine. I know some of C++ features only (up to File handling). Can anyone guide me to develop report engine in C++?
My display engine will ask my report engine to send some records from the file. The report engine will have to process the query which is asked by display engine and send the resulting records to display engine. My backend is just flat files, not a relational database. Is there any tutorial to develop these type of reporting engine?