Who is better C, C++ or C#

Discussion in 'Programming' started by dramiditis, May 1, 2010.

  1. nirajkum

    nirajkum Active Member

    Messages:
    815
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    58
    #21
    All the languages has different purpose C/C++ are used to system programming whereas c# are for application ... so for me there is nothing like good or bad langauge until you are enjoying it
     
    nirajkum, May 6, 2010 IP
  2. jakkevin4v

    jakkevin4v Peon

    Messages:
    13
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #22
    c# is a better
     
    jakkevin4v, May 6, 2010 IP
  3. maii.x

    maii.x Peon

    Messages:
    7
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #23
    u should start to learn from c before you advance to c++ or C# because the basic is the C language.
     
    maii.x, May 8, 2010 IP
  4. ByteCoder

    ByteCoder Active Member

    Messages:
    239
    Likes Received:
    2
    Best Answers:
    2
    Trophy Points:
    65
    #24
    You can start straight away with C#, I would suggest that if you're looking for a comfortable and fast development language.
    If you're looking for a more low-level and more "hardcore" programming --- you should go for C/C++.
    I believe you can start with ANY of them and theres no "steps" architecture between the three.
    I've started with C++ then back to C then C# and due to my job reqruitments I'm working with C++ again.
     
    ByteCoder, May 9, 2010 IP
  5. Thomasan

    Thomasan Active Member

    Messages:
    310
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    53
    #25
    If you want to make hardware interactive software then use C..It is Best But C++ is Good. But For Window and Web No one Beat the C#.
     
    Thomasan, May 10, 2010 IP
  6. Serious Workers

    Serious Workers Well-Known Member

    Messages:
    2,785
    Likes Received:
    65
    Best Answers:
    2
    Trophy Points:
    195
    #26
    C is of course better then C# and C++. You should first start with it.
     
    Serious Workers, May 10, 2010 IP
  7. NeoCambell

    NeoCambell Peon

    Messages:
    456
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #27
    C# is mostly suitable if you are going to develop an application with modern features. C# is easy to learn and work.
    But in a side, learn some C as well.

    For the people who said C# is better than C/C++, I would like to ask from which language C# is made :)
    I can't agree that C# is more advanced since we are able to do almost everything with any modern computer language (if you know it better).

    C is still used for advanced programming like Operating Systems, Embedded Systems (Firmware), etc...
    For example, all Windows versions (including Windows 7), all the Linux OSs (Ubuntu, Debian, RedHat, Cent, etc...) are made from C.

    Also, C is the most closest language to assembly language (the symbolic instruction set of the machine code). So when you know it, you will understand what really happens inside the box.

    Due to the importance of C and the fact that most of the programmers in the world are using C, Microsoft has included a C++ version inside their .Net package called Visual C++.Net.
     
    NeoCambell, May 12, 2010 IP