Learn C++ after learning C#
- by RichK
I'm developing a library in C# at the moment and recently bought a great book to help me out but the code snippets are in C++.
Does anyone have a link to a site/PDF that'll give me a crash course in C++? (mainly the syntax rather than pros/cons etc) because I'll be developing in C# but things like -, ::, &, **, are giving me the shivers. Obviously the languages aren't 100% compatible but if I know what the C++ is doing from a 'theoretical' point of view I can make a stab at rewriting it in C#.
I've had a Google to find the answer but all the sites seem to be "Should I use C++ or C#?", which isn't any good to me.
Thanks in advance.