User profile: kseokjk

User info
User name:kseokjk
History
Joined:
Number of posts:16
Latest posts:

How to send data to file
it work , thankyou but can you help me with cin [code] cin >> choice; toFile >> choice; [/code] i...

How to send data to file
this is my example coding but i have more function [code] #include <iostream> #include <fstream> ...

How to send data to file
how to mix them up ? i only do this at main function : [code] ifstream nameFile("data.txt"); ...

How to send data to file
i 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...