Recomended books
-
Woundering what books anyone would recomend for learning c++ such as winsock and other protocols for conecting to servers and clients the books ive read only go thro program control thanks for any suggestions.
-
Woundering what books anyone would recomend for learning c++ such as winsock and other protocols for conecting to servers and clients the books ive read only go thro program control thanks for any suggestions.
for c++ you should get Stroustrup & everything by Scott Myers & an STL book Winsock its not a protocol its a library and there are plenty of sources of info on the web For most protocols the doco will be language neutral. There is heaps and heaps of really good stuff on this site for windows socket programming and many many other thigns
-
Woundering what books anyone would recomend for learning c++ such as winsock and other protocols for conecting to servers and clients the books ive read only go thro program control thanks for any suggestions.
For C++ I think www.cplusplus.com is good for you and for protocols I have this book and its good (Teach YourSelf MCSES TCP/IP in 14 days).