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!
Printable View
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!
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++.
No language is ever 'best' overall, it always depends entirely upon what you wish to use it for.