C++ advanced literature pls?

Oct 15, 2009 at 7:55pm
Hi all,
I'm currently doing my final year dissertation, being on wireless transmission in a client-server model. Can anyone suggest any dense literature about technical detailed c++ programming such as enabling communication between server and additional programs (such as ffmpeg), excessing USB devices (such as webcam, mic, video capture card) and the like..

Thanks in advance, any help will be much appreciated :)
Oct 16, 2009 at 12:39am
SOAP or REST for web stuff. Maybe checkout gSOAP.
SDL for USB stuff, I actually used it to do object tracking with a webcam.
But I think ffmpeg has access to all the toys anyway.

There are books for these, but if you want dense literature just try the manuals.
Advanced c++ books are not comparable advanced math books.
Oct 16, 2009 at 9:09am
Thanks for he relpy, I'll check them out. Do you know any related specific book titles pls?
Oct 19, 2009 at 10:03pm
I can only recommend general C++ books, for REST, SOAP, and SDL check amazon or gigapedia.

Modern C++ Design
C++ Common Knowledge
Effective C++
Exceptional C++
Oct 21, 2009 at 1:21pm
Thanks for the help turbozedd!
Topic archived. No new replies allowed.