what is best c++ or c#

Discussion in 'Programming General' started by kridan500, Jun 17, 2007.

what is best c++ or c#
  1. Unread #1 - Jun 17, 2007 at 4:29 PM
  2. kridan500
    Joined:
    Feb 11, 2007
    Posts:
    217
    Referrals:
    1
    Sythe Gold:
    0

    kridan500 Active Member
    Banned

    what is best c++ or c#

    the titel says all?
     
  3. Unread #2 - Jun 18, 2007 at 5:04 AM
  4. SidStudios
    Joined:
    Mar 14, 2007
    Posts:
    201
    Referrals:
    0
    Sythe Gold:
    0

    SidStudios Active Member

    what is best c++ or c#

    C++ gives you a lot more power over your applications than C#, but Visual C# .NET 2005 Express Edition is much easier to use.
     
  5. Unread #3 - Jun 18, 2007 at 5:28 AM
  6. speljohan
    Joined:
    Apr 24, 2005
    Posts:
    1,450
    Referrals:
    3
    Sythe Gold:
    0

    speljohan Guru
    Visual Basic Programmers

    what is best c++ or c#

    Express Editions lack soo much compatibility. Look in the vb.net section for my sticky about Visual Studio 2005. Links to download the whole package.
     
  7. Unread #4 - Jun 20, 2007 at 3:27 PM
  8. slashshot007
    Joined:
    May 6, 2006
    Posts:
    164
    Referrals:
    0
    Sythe Gold:
    0

    slashshot007 Active Member

    what is best c++ or c#

    C# is easier C++ is what the 1337er programmers use. but if u just want to program for fun or is starting out go with c#
     
  9. Unread #5 - Jun 20, 2007 at 8:06 PM
  10. buying a pure
    Joined:
    May 18, 2007
    Posts:
    55
    Referrals:
    0
    Sythe Gold:
    0

    buying a pure Member

    what is best c++ or c#

    C++ is better
     
  11. Unread #6 - Jul 16, 2007 at 2:13 PM
  12. bkatz
    Joined:
    Apr 21, 2005
    Posts:
    402
    Referrals:
    0
    Sythe Gold:
    0

    bkatz Forum Addict
    Banned

    what is best c++ or c#

    C++ is a legacy language and is quickly going out of date. >_<

    C# will be in high demand soon, almost as much as java, so I would say learn that.
     
  13. Unread #7 - Jul 18, 2007 at 5:08 PM
  14. Markizano
    Joined:
    Mar 2, 2006
    Posts:
    100
    Referrals:
    0
    Sythe Gold:
    0

    Markizano Active Member
    Banned

    what is best c++ or c#

    I'm about to go to ITT Tech, and they have at least three clourses on C++ and none on C#. The courses are created by ppl in the areas of study, which means that you won't be learning anything useless. Apparently C# isn't popular enough to be taught at a higher education level. I would go with C++ since they teach that in college AND use it in real life. You'll be preparing yourself much more than you think. I wish I did.
     
  15. Unread #8 - Aug 1, 2007 at 8:14 PM
  16. Gothic
    Referrals:
    0

    Gothic Guest

    what is best c++ or c#

    C++ Is Better Cuz With This Program You Can Feel That Your Really Programming
     
  17. Unread #9 - Aug 1, 2007 at 11:46 PM
  18. ekWeb
    Referrals:
    0

    ekWeb Guest

    what is best c++ or c#

    I say C++ and so do many other people but it really depends on what you want to program. So tell us in more detail and we'll try to help.

    -ekWeb
     
  19. Unread #10 - Aug 12, 2007 at 6:35 AM
  20. kingdom
    Joined:
    Jan 22, 2007
    Posts:
    236
    Referrals:
    0
    Sythe Gold:
    0

    kingdom Active Member
    Banned

    what is best c++ or c#

    if you developing video games with directx you should chose c++
     
  21. Unread #11 - Aug 12, 2007 at 10:52 AM
  22. Zyloch
    Joined:
    Apr 21, 2005
    Posts:
    63
    Referrals:
    0
    Sythe Gold:
    0

    Zyloch Member

    what is best c++ or c#

    C# isn't taught at a higher education level, because it is used by businesses to get quick results. (As everyone has said, it is definitely easier to make working programs in C#).

    Neither one is "better." Heck, use Java, Python, C++, C, Visual Basic, C#, Perl, or whatever the hell you want. For almost everything, there's is no difference. Use whichever language you're most familiar with. If you're starting off, I'll recommend Python.
     
  23. Unread #12 - Aug 19, 2007 at 5:01 PM
  24. Quikuli
    Joined:
    Aug 19, 2007
    Posts:
    79
    Referrals:
    0
    Sythe Gold:
    0

    Quikuli Member
    Banned

    what is best c++ or c#

    C++ better
     
  25. Unread #13 - Aug 20, 2007 at 5:10 AM
  26. Swan
    Joined:
    Jan 23, 2007
    Posts:
    4,957
    Referrals:
    0
    Sythe Gold:
    0
    Sythe's 10th Anniversary Member of the Month Winner

    Swan When They Cry...
    Retired Global Moderator

    what is best c++ or c#

    C# is Microsoft's cruddy attempt at converting people from Java ;)
    C++ is a superset of C, and C is probably one of the most powerful languages around today. 20 Years old and still kicking.

    Whoever said C++ is outdated/Getting outdated GET THE FUCK OUT. It may be old, but it definitely isn't outdated. C and C++ are lower-level languages. Since there aren't many languages that are low level apart from ASM, C and C++ are definitely the choice of many who desire power and control :)

    I love C++, but I've chosen to learn Java first, because java is completely based on classes, that means its readying you more for the concept of OOP (Object Oriented Programming).

    I choose C++, because I'm a power-hungry programmer :)
     
  27. Unread #14 - Aug 20, 2007 at 11:18 AM
  28. The Supreme Intelligence
    Joined:
    Apr 29, 2007
    Posts:
    738
    Referrals:
    0
    Sythe Gold:
    0

    The Supreme Intelligence Apprentice
    Banned

    what is best c++ or c#

    it really has nothing to do with how much power each programming language has. it depends on what your task is. is you want to make a complex calculator with tax for every state, it would be better to make it with c++. if you are looking to make a nice user friendly web browser using drag and drop methods and background programming, then use c#. or if you would like to edit the unix shell, use c :)
     
  29. Unread #15 - Sep 19, 2007 at 2:17 PM
  30. Samus
    Joined:
    Sep 11, 2007
    Posts:
    469
    Referrals:
    0
    Sythe Gold:
    0

    Samus Forum Addict

    what is best c++ or c#

    C++ is better. Nuff said :)
     
  31. Unread #16 - Sep 21, 2007 at 1:44 PM
  32. -------owned-------
    Joined:
    Jan 27, 2007
    Posts:
    1,225
    Referrals:
    0
    Sythe Gold:
    0

    -------owned------- Guru
    Banned

    what is best c++ or c#

    C# is a third party C-language, which means that C++ runs smoother.
    But still, if you need to develop small applications you won't need C++.
    However, it's better learning C++ :)
     
< Rapid Owner v2.3 | Vb Connection >

Users viewing this thread
1 guest


 
 
Adblock breaks this site