Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Guides to help learn C++ specifically from a C# background

Tags:

c++

c#

Is there a guide/reference anyone would recommend to pick up C++ specifically if you have strong experience of C#?

There are C++ guides, but a lot start with the absolute basics and I feel I've covered a lot with my C# learnings.

But the absolute basics may be a good thing and I may be barking up the wrong tree - I imagine some people might say "you should just consider it completely different and learn it separately otherwise you'll miss bits"

I actually used to be "fairly OK" at C++, but it's all gone...

like image 471
joshcomley Avatar asked Nov 14 '22 15:11

joshcomley


1 Answers

Useful info on a C# to C++ (Win32) project port. Might be a good starting point.

http://blogs.cozi.com/tech/2008/03/index.html

like image 74
eodonohoe Avatar answered Dec 18 '22 20:12

eodonohoe