Results 1 to 3 of 3

Thread: Which is really best to use? C, C#, C++?

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jan 2007
    Posts
    143

    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!

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    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++.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  3. #3
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    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
  •  



Click Here to Expand Forum to Full Width