We're a community of 1076K IT Pros here for help, advice, solutions, professional growth and fun. Join us!
1,075,654 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Start New Discussion Reply to this Discussion

Report Engine develeopment in c++

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?

2
Contributors
3
Replies
2 Hours
Discussion Span
1 Year Ago
Last Updated
4
Views
infantheartlyje
Light Poster
30 posts since Jul 2008
Reputation Points: 10
Solved Threads: 0
Skill Endorsements: 0

Are you going to keep it flat-file based?
How many users?
Why c++?

What have you written so far?

thines01
Postaholic
Team Colleague
2,433 posts since Oct 2009
Reputation Points: 447
Solved Threads: 408
Skill Endorsements: 7

Are you going to keep it flat-file based?
How many users?
Why c++?

What have you written so far?

Binary files or text files only.

There will be lot of client files. we will download the daily transaction of the clients from internet and will update the transaction in the every file. If we want to generate transaction summary report for client(s) , the display engine (web site) will have to talk with report engine. and the report engine will process the query and will send the required record to the display engine.

" why c++ " ? What you are proposing me to do this ?

reading records from file, appending records to file, inserting record(s) into the middle of the file, sorting of the file and so on..

infantheartlyje
Light Poster
30 posts since Jul 2008
Reputation Points: 10
Solved Threads: 0
Skill Endorsements: 0

I was attempting to figure out your most familiar computer language.
If it is C++, stick with C++.

What will you use for indexing.
Seemingly, a database will come in to play at some point.
I understand the reports may be delivered as files, but if the data is similar across reports, you might want to consider databasing the reports and generating them dynamically.

Otherwise, it sounds as if you have a solid design in mind.
Are you working on all engines?
If so, the user interface will take some concentration; whether you are doing this as a CGI or ASP.NET or other...

thines01
Postaholic
Team Colleague
2,433 posts since Oct 2009
Reputation Points: 447
Solved Threads: 408
Skill Endorsements: 7

This article has been dead for over three months: Start a new discussion instead

Post: Markdown Syntax: Formatting Help
 
You
View similar articles that have also been tagged:
 
© 2013 DaniWeb® LLC
Page rendered in 0.0625 seconds using 2.68MB