User profile: STLreliant

User info
User name:STLreliant
Location:Warrington
History
Joined:
Number of posts:32
Latest posts:

What is wrong with this code?
I changed [code]std::istream& read (std::istream, student_info&);[/code] to [code]std::istream& rea...

What is wrong with this code?
Should help, I will modify the code tomorrow. Thank You.

What is wrong with this code?
Thanks hamsterman, I am not sure how to fix it, does any body have any clue?

What is wrong with this code?
I am reading Accelerated C++ and I do not understand why this code: [code]#include<algorithm> #incl...

Noob here, semi lack of knowledge.
So like hello world: [code] #include<iostream> #include<conio.h> using namespace std; int main (){...