cin.getline() does not work if placed after another cin.I got it to work!! I place: [code]cin.ignore();[/code] just before [code]cin.getline(addre...
cin.getline() does not work if placed after another cin.Hello, I nee to get a string line from console. I am using cin.getline(), but this function does ...
Using a pointer to return an array from a function?Thank you for your help! I got it to work like this: [code] float input(const int& array_member...
Using a pointer to return an array from a function?Hello, I am new to C++, and eventhough I am experienced with PHP, I am having some difficulties r...
How to view the source code for iostream?Hello, I am new to C++, although I have some experience with PHP, C++ is completely new to me. ...