vote up 4 vote down star
2

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...

flag

Please check out all the "learn c++" questions on SO: stackoverflow.com/search?q=learn+c%2B%2B – lothar May 28 at 21:28
I'd had a look through actually but wasn't sure if there was anything specific for C# peeps playing to our way of thinking! – joshcomley May 28 at 21:30
The only question I can see that looks particularly similar is stackoverflow.com/questions/19347/…. Nonetheless, I think is a good question, so I'd like to see it stay open for some more info. – Noldorin May 28 at 21:31
1  
Duplicate: How to learn C++ as a C# programmer? stackoverflow.com/questions/607301/… – lothar May 28 at 21:31
Actually one of those links points again to: stackoverflow.com/questions/531722/… But I did look and I didn't find them! I appreciate it is a duplicate question now though. – joshcomley May 28 at 22:45

1 Answer

vote up 1 vote down check

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

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.