I have a problem in polymorphism with list STLAs far as I know, in your case lstClientes must contain pointers, because std::list stores a copy of...
C++ Nested Loopremove line 2.
typename errormay be [code]template <class Item> Item sequence<Item>::current() const[/code] ? Why not simply [cod...
Send binary data over TCP/IPIn general, you should send a header before the data. In your case, the header contains at least the...
C++ Networking I think it depends on the OS you are using. In Windows, you could use CopyFile: http://msdn.microsof...
This user does not accept Private Messages