Results 1 to 1 of 1
  1. #1
    B1ackAnge1's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Posts
    455
    Reputation
    74
    Thanks
    344
    My Mood
    Cynical

    What is C/C++/C#? Which is better?

    C++;s
    C++ is the continued Development of C with the addition of Object Oriented concepts such as the use of Classes etc. (Why06 wrote up a nice example of what part of that means here: https://www.mpgh.net/forum/31-c-c/853...ml#post1112073 )
    You can also think of it as: C is a 'subset' of C++. If you know C++ you technically know C (though may not be as familiar with some of the commands that are more commonly used there), while if you know C, you don't necessarily know C++.

    You'd be hard-pressed to find a pure 'C' program nowadays on a windows box. (embedded is a different story, but even there C++ is the most popular).

    The latest option to the party is of course any of the .NET languages such as either Managed C++ (also called VC++.NET by some) or C# (C-Sharp) but because they need some extra stuff ( won't bore you with details ) they are not the top choice (especially for making hacks etc which is what your ultimate goal is I assume?).
    Last edited by why06; 10-15-2009 at 08:42 AM.

  2. The Following User Says Thank You to B1ackAnge1 For This Useful Post:

    why06jz (10-06-2009)

Similar Threads

  1. Which is better?
    By Carlomasp12 in forum Showroom
    Replies: 2
    Last Post: 06-14-2009, 06:23 PM
  2. Which is Better
    By :iTried: in forum Showroom
    Replies: 4
    Last Post: 04-24-2009, 11:35 AM
  3. which is better warrock or combat arms
    By gunslinger55 in forum Debate Fort
    Replies: 10
    Last Post: 04-08-2009, 01:56 PM
  4. Which sig better?
    By Obey in forum Art & Graphic Design
    Replies: 15
    Last Post: 04-26-2008, 10:59 AM
  5. 2 New Sigs Which Is Better?
    By Rob-bert in forum Art & Graphic Design
    Replies: 7
    Last Post: 08-04-2006, 06:47 AM

Tags for this Thread