Are there any good resources for learning C++ that a C# user could use, which don’t require knowledge of C?
I have quite a good knowledge of C# via courses in my University’s game development program (in a 300 level course right now) but now I need to use C++ for a project.
I would use a beginner tutorial but they are so hard for me to follow and learn the basic syntax because they start so slowly.
I found a few of tutorials for switching from C++ to C#, but none in the other direction. I do have a little bit of Objective C practice from iPhone programming as well.
There are lots of resources titled C# for C++ programmers.
You can use them 😉 You will come to know what are the things you are going to miss
when you move from C# to C++.
C++ vs. C# – a Checklist from a C++ Programmers Point of View.
Learn some syntax first and then some STL. In a week you will feel comfortable.
But there is no need to start from scratch because C# borrows a lot from C++.