gapil: Similar Programming Documentation for WIN

Hi all.
I recently discovered this well made guide on Linux C programming, that is named 'gapil' and is in ITALIAN ( http://gapil.gnulinux.it/download/ ).
Being the guide about C Linux programming, it explains in detail how the OS work (processes,kernel,files,network,users ecc.) and how you interact with the OS while programming.
The question: similar resources in ENGLISH (or ITALIAN ;) ) for C++ programming in Windows?
Thanks!
Last edited on
Your link doesn't load for me. This might be a good starting point for you though:

https://msdn.microsoft.com/en-us/library/windows/desktop/ff381399%28v=vs.85%29.aspx
Last edited on
TC: You may want to add a space between the end of the URL and the closing parentheses so it is not included in the URL. That should fix the problem ahcfan was having.
@ahcfan thanks for the link. It seems good to start.

Something more detailed and extensive? ( I mean a book or pdf or site explaining kernel/user in windows, authorization, user/groups, files, network, processes, etc. )

p.s. @Zhuge I corrected the link in my post ;)
If you use Visual Studio I believe you can download the offline documentation, which is basically an offline MSDN reference. All of those things you mentioned should have extensive documentation on MSDN, just not in tutorial form.

If you want a book check out Windows via C/C++:

http://www.amazon.com/Windows-via-Edition-Developer-Reference/dp/0735663777
@ahcfan Yes, I'm using VS. The book seems pretty interesting... Thanks.
Topic archived. No new replies allowed.