1 8 - FreeC++: Simple Recording System with excel/notepad etc - Free Source Code

FreeC++: Simple Recording System with excel/notepad etc – Free Source Code

Posted on

1 - FreeC++: Simple Recording System with excel/notepad etc - Free Source Code

Howdy codester, that is my easy recording system written in c++.
you may add & view data. It’s mechanically generate on EXCEL, MSWORD, NOTEPAD and in addition to every other workplace encoder.

The right way to change extension format recordsdata LIKE “.csv .doc .txt”

//THIS IS THE INPUT STREAM BEFORE TO GENERATE YOUR RECORD.
ifstream infile; infile.open(“ACRecords.txt”);

Instance:
OLD “ACrecords.txt”
CHANGE “ACrecords.doc” or something you need..

/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 :))