Results 1 to 5 of 5

Thread: What's the difference between C++ and C++.net?

  1. #1

    Thread Starter
    Lively Member H-Zence's Avatar
    Join Date
    Jul 2002
    Posts
    94

    Question What's the difference between C++ and C++.net?

    And that's basically my question, is there a difference? At least as far as code and syntax goes? Thanks.
    www.mindset1.com
    Religious Debate Forums

  2. #2
    Frenzied Member Technocrat's Avatar
    Join Date
    Jan 2000
    Location
    I live in the 1s and 0s of everyones data streams
    Posts
    1,024
    If you mean Ver 7 of C++ that comes in the .NET package then there is no difference, per say. It's just a C/C++ compiler, with some compile changes, but nothing most people really need to worry about. The syntax for the most part is the same.

    If you mean C# which comes in the .NET package, it's kind of like C/C++ and JAVA had a kid. It's a bit more like VB in many ways and not a really ment for game programming. The syntax has some basics the same, but overall is rather different.
    MSVS 6, .NET & .NET 2003 Pro
    I HATE MSDN with .NET & .NET 2003!!!

    Check out my sites:
    http://www.filthyhands.com
    http://www.techno-coding.com


  3. #3

    Thread Starter
    Lively Member H-Zence's Avatar
    Join Date
    Jul 2002
    Posts
    94
    Thanks , I'm just a beginner in C++ myself an was curious.
    www.mindset1.com
    Religious Debate Forums

  4. #4
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    There's managed C++, which is a dialect of C++ with garbage collection, etc. I wouldn't recommend its use (if you want the .NET framework, use C#).
    I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
    -- Linus Torvalds

  5. #5

    Thread Starter
    Lively Member H-Zence's Avatar
    Join Date
    Jul 2002
    Posts
    94
    Yeah, so I guess I should just stick with C++...considering I wanna do game programming eventually. Thanks.
    www.mindset1.com
    Religious Debate Forums

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