Click here to Skip to main content
15,891,923 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hi,

I want to create an accounting application in c++. So I need a sample code or logic for it. I want to create journal entries of different transaction, trial balance sheet and final balance sheet.

I hope you will help me out in this issue.
Posted
Comments
[no name] 15-Mar-15 6:34am    
"I want to create an application. So I need sample code for it."

This logic doesn't make sense to me. Did you ever program something without having a sample written by someone else?
phil.o 15-Mar-15 6:35am    
This is not an issue, this is a requirement. And it sounds like homework.
What have you tried so far?

1 solution

That's relatively straight forward.

- Put together a requirements document with all you want your application to do
- Make a program design
- Code that various parts identified in the design
- Test your code
- Start all over again for a second round to adapt your application to the requirements that have changed in the meantime.

You won't find sample code and it would probably not useful to you anyway.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900