cin.get() problemThank 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 ...