|
-
Jan 28th, 2007, 03:23 AM
#1
Thread Starter
Addicted Member
Which is really best to use? C, C#, C++?
i'm sorry everyone.. i'm really just a visual basic programmer, but i'm thinking of learning a new language, but i don't know which among the three is best to learn...
can anyone give me some of their opinions? thanks!
-
Jan 28th, 2007, 03:52 AM
#2
Re: Which is really best to use? C, C#, C++?
If you want to build GUI applications I would suggest C#. C is not OO and is really only used for very low-level stuff these days. Unmanaged C++ offers perfromance benefits over managed C++ and C# but most GUI apps don't need that extra performance. C# is much easier to learn and use use than managed or unmanaged C++.
-
Jan 28th, 2007, 04:47 AM
#3
Re: Which is really best to use? C, C#, C++?
No language is ever 'best' overall, it always depends entirely upon what you wish to use it for.
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
|