I need to make a connection through wireless or LAN. I have done this on Windows (VS2008 C#, Sockets), but not on Linux (Ubuntu 10.04
). I have installed mono
, and I can handle many things there, but it s speed is unacceptable for my 600MHz processor, so I decided to move on C++, but I m new to C++ and I m not familiar to many of it s headers. Is there any header or library which can do that for me?
I m getting this linker error. I know a way around it, but it s bugging me because another part of the project s linking fine and it s designed almost identically. First, I have namespace LCD. Then I ...