I'm running Ubuntu and compiling my programs with g++ at home and running Windows XP and compiling my programs with CodeWarrior at school. I've used getLine in my programs at school but when I try to compile a program with getLine in it at home the terminal prints: "error: ‘getLine’ was not declared in this scope". I've got #include <iostream> and using namespace std;...what else do I need to declare getLine? I'm not very good with compilers and libraries and namespaces and file headers and stuff...I'm a lot better with plain ol' code. So could someone please help me? Thanks.
Ha ha of course...I feel like an idiot. I DID know that, but for some STUPID reason I thought it was getLine even though I've used it before. Thanks a ton!!