User profile: rathpanha

User info
User name:rathpanha
Name:Sarun Rathpanha
Location:Phnom Penh
Bio:I'm just a student of Information Technology University.
I came here you research or show something with my c++ skill to everyone.
Email : rath.panha.rp@gmail.com
Statistical data
Birthdate:Jan 27, 1997
Gender:Male
Occupation:Student
Skills:C++
History
Joined:
Number of posts:16
Latest posts:

Need help stopping a while loop
[code]while(fread(&file,sizeof(file),1,filename)) { cout<<file; }[/code] try this!

Sorting infile
Thanks MiiNiPaa,but i don't clear this point this point for(const auto& s: model) Can you explain...

Sorting infile
I have alot of array and i want to sort it by character. Example string=model[15]; first i have th...

The if/else if statement is a form of what?
Form of condition. if(condition) { statement1; } else if(condition) { statement2; } else { ...

Loops
The user should enter a negative number to signal the end of the series. I don't clear about this s...