Hey, I haven't been here a while, but I need some advice on a C++ book on TCP/IP, since I found nothing in my searches. Also, what would serve as a foundation for it? I'm currently learning MFC and need to know what's next before TCP/IP and internet ports and the like. Thanks.
I spent a small amount of time learning C before going into C++, and would like to know why main() has to be int now when it was void before. It seems pointless, as no OS can use the return value for anything good.
I know this question may sound stupid, but it's purely human to wonder.
I'm no longer a C++ beginner, I consider the classes point the end of it, but I've been wondering how you output graphics and a good book on the concept using C++. My current, Beginning C++ the complete language, by Ivor Horton, seems to keep away from graphic output. Any suggestions on easily...
I'm a newb to C++, but am experienced enough to know that something isn't right when constructors cause distortion in variable values.
I am just trying out constructors with a simple "box" class:
class box {
double length;
double width;
double height;
double volume()...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.