User profile: fission

User info
User name:fission
Statistical data
Birthdate:1991
Gender:Male
Occupation:Student
Skills:C++
History
Joined:
Number of posts:16
Latest posts:

cin.get() problem
Thank you =). I just wanted to try out get() because it allows me to perform bounds checking, which ...

cin.get() problem
[code]#include <iostream> using namespace std; int main() { char a,b; cin.get(a); cout << ...

What's wrong with this?
Ahhh of course, p goes out of scope! I'm so busy learning new things that I forget the basics... Tha...

What's wrong with this?
Is it maybe prohibited to declare pointers inside try?

What's wrong with this?
Hey guys, before I start harassing you about my C++ problems, just wanna say HAPPY NEW YEAR(!) to ...