good day everyone, can somebody help me how to use text files in dev C++. we have a project for extra credit in school. Im making a currency exchange rate 1) view table 2)update the file(change currency rates) 3) make conversions(using the file if possible) .. im just a newbie learning new things :( TIA
Saving Output to a File (Using Codeblocks or Dev-C) Saving Your Output to a File To save the output to a file, a. Right-click in the top bar of the output window and choose Edit Select All.
- 2 Contributors
- forum 1 Reply
- 2,842 Views
- 9 Minutes Discussion Span
- commentLatest Postby rproffittLatest Post
rproffitt1,693
Let's watch https://stackoverflow.com/questions/47072700/global-currency-converter too.
hey! i m new and don't know how to read a .dat file in C++. Can anyone help me to put me out of this problem?
- 6 Contributors
- forum 7 Replies
- 835 Views
- 1 Week Discussion Span
- commentLatest Postby sanjuloversLatest Post
Hiroshe499
Dev C++ How To Open An Dat Input File Online
A .dat
file could be anything. You'll need to know what the file format is. Is it plaintext? Is it binary? Compressed? Encrypted? What structure does it take? Do you have a file format reference?
Dev C++ How To Open An Dat Input File Download
You can read any file using C++'s conventional file streams. The problem is interpreting what the file stream means.