|
-
December 22nd, 2005, 03:22 AM
#2
Re: C++,C#:which main differences?
C# and C++ are pretty different. For example, C# has garbage collection that will automatically cleanup memory of unused objects. Standard C++ doesn't have that.
Basically, when you know C++ it's much easier to learn C# than the otherway around. So learning C# won't help you much if you want to learn C++.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|