I have quite a bit of experience in writing managed code (namely C#.net and Java), but I’ve been looking to become fluent in unmanaged C/C++ (as I would like to work on video games when I graduate in a few years). However, as I’ve been trying to make the transition, I’ve found that things I would otherwise consider to be absurdely simple in C#/Java to be frustratingly difficult in C/C++ (i.e. getting the length of an array. I will now forever appreciate the ease of the .Length property). So, I’d like to know if anyone has any good (preferrably free, and preferrably online) resources for a managed programmer looking to move to unmanaged code. Any advice would be greatly appreciated!
Share
http://www.horstmann.com/ccj2/ccjapp3.html looked pretty descent. I