Am I doing something wrong with Linux. I was doing a tutorial online dealing with sockets and the tutorial was specific to Linux sockets and the code didn't compile. This is the first time I've tried to do any programming on this machine. It's running Etch (Debian), which i guess *might* be an issue? But what I am doing wrong? Some of the things I can't do are:
std stuff such as:
std::cout << "whatever";
it says "error: 'cout' is not a member of 'std'
and like when i comment out the cout statement it gives me a huge list of undefined references to the classes functions that I have linked in. I have to be nub-ing something up. Can anyone help me?



LinkBack URL
About LinkBacks


