I’m trying to find a least-resistance path from C# to C++, and while I feel I handle C# pretty well after two solid years, I’m still not sure I’ve gotten the ‘groove’ of C++, despite numerous attempts.
Are there any particular books or websites that might be suitable for this transition?
I recommend The C++ Programming language by Bjarne Stroustrup. It’s not a suitable book for new programmers, but I found it quite effective as programmer who was experienced in other languages and didn’t want to waste too much time with learning how while loops work. It’s a dense but quite comprehensive book.