FreeC++: Simple Recording System with excel/notepad etc
Submitted by DavaoCloudStudio on Tuesday, January 21, 2014 - 20:56.
Language
Hello codester, this is my simple recording system written in c++.
you can add & view records. It is automatically generate on EXCEL, MSWORD, NOTEPAD and also to any other office encoder.
How to change extension format files LIKE ".csv .doc .txt"
//THIS IS THE INPUT STREAM BEFORE TO GENERATE YOUR RECORD.
ifstream infile; infile.open("ACRecords.txt");
Example:
OLD "ACrecords.txt"
CHANGE "ACrecords.doc" or anything you want..
/THIS IS THE PRINT OUT OF DATA WHEN YOU DONE.
ofstream outfile; outfile.open("ACRecords.txt",ios::app);
//THANK YOU. HOPE IT HELPS A LOT!.
TIPS: IF YOU HAVE PLAN TO HAVE A CERTIFIED LIKE "NC4 LICENSED(COC1)". THIS METHOD IS VERY USEFUL..
ATLAST. SORRY FOR MY BAD ENGLISH :))
Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. After downloading it, you will need a program like Winzip to decompress it.
Virus note: All files are scanned once-a-day by SourceCodester.com for viruses, but new viruses come out every day, so no prevention program can catch 100% of them.
FOR YOUR OWN SAFETY, PLEASE:
1. Re-scan downloaded files using your personal virus checker before using it.
2. NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.
Comments
RE: WRONG CODE
not bad, that is just a simple without authorization syntax. but nice sharing ideas..
Add new comment
- Add new comment
- 87 views