C++ ProgrammingGeneral discussions for the C++ language. For questions specific to Microsoft's Visual C++ variant, see the Visual C++ forum instead.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the C++ Programming section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
Many books on OS often talks about OS theoritically whereas neglecting some very fundamental in OS itself, the implementation code. Any suggestion where is the good starting point to start learning OS?
Depends on what Operating System you are talking about - Linux or Windows or Mac OS?? Do you really mean that you want the "implementation code" of an Operating System??
I would imagine that if you are trying to learn about an Operating System the actual code would be far to advanced and more or less useless to a beginner. Have you ever tried to read someone else's program code without any other documentation - even a simple program.
Maybe you mean that you want to use C++ with MS Windows or similar Operating System then try to find out about Windows API. If you use google you will find many references to information on Windows API and sample code using it.