FAQ
overflow

Great Answers to
Questions About Everything

QUESTION

I'm currently teaching myself C++. I'm very proficient at C#, and was wondering which common practices in C# can lead to difficulties in C++, and what a C++ programmer should do instead.

{ asked by Donny V. }

ANSWER


PS: Since I talked about new, delete, raw memory etc, then let me add an interesting difference between C++ and C# :

In C++, this is a pointer, while in C# this is a reference!

{ answered by Nawaz }
Tweet