How to send data to fileit work , thankyou but can you help me with cin [code] cin >> choice; toFile >> choice; [/code] i...
How to send data to filethis is my example coding but i have more function [code] #include <iostream> #include <fstream> ...
How to send data to filehow to mix them up ? i only do this at main function : [code] ifstream nameFile("data.txt"); ...
How to send data to filei have a quaetion regarding file in c++. if i want to send a data to file , i will do [code] co...
How to find the year for highest value ? when i want to find highest or lowest i use the { } but when i want to find average or sum i just us...