C/C++ advanced tut's

Questions about programming languages and debugging
Post Reply
User avatar
l0ngb1t
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 598
Joined: 15 Apr 2009, 16:00
15
Contact:

C/C++ advanced tut's

Post by l0ngb1t »

hey am in need to improve my C/C++ knowledge i knw all the basic
but i need some tut's about how to deal with files, socket... networking stuff...
advanced stuff
am doing some searches but your recommendation are required please :P
There is an UNEQUAL amount of good and bad in most things, the trick is to work out the ratio and act accordingly. "The Jester"

User avatar
Gogeta70
^_^
^_^
Posts: 3275
Joined: 25 Jun 2005, 16:00
18

Post by Gogeta70 »

I would suggest trying this link.
¯\_(ツ)_/¯ It works on my machine...

User avatar
IceDane
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 197
Joined: 12 Aug 2009, 16:00
14

Post by IceDane »

For network programming: Beej's guide.
For Windows GUI programming: TheForger's guide for raw Win32 API or http://functionx.com/visualc/ for MFC.

Get a good book for the stream stuff in C++. It is more complex than it seems, and knowing it properly pays off. I haven't found any tutorials online that cover it well enough.

If you want, just let me know and I'll upload a good book that has a good section on it.

Post Reply