User profile: fcantoro

User info
User name:fcantoro
History
Joined:
Number of posts:25
Latest posts:

I have a problem in polymorphism with list STL
As far as I know, in your case lstClientes must contain pointers, because std::list stores a copy of...

C++ Nested Loop
remove line 2.

typename error
may be [code]template <class Item> Item sequence<Item>::current() const[/code] ? Why not simply [cod...

Send binary data over TCP/IP
In 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

User: fcantoro

  • Public profile