Thread: What version of C++ is good ?

  1. #16
    C++まいる!Cをこわせ!
    Join Date
    Oct 2007
    Location
    Inside my computer
    Posts
    24,654
    Well, it's C++ and the .NET Framework, so some call it C++ .NET.
    I didn't know there was C++/CLI, though (thought it was just another name for the plain old non-standard Managed C++).
    Quote Originally Posted by Adak View Post
    io.h certainly IS included in some modern compilers. It is no longer part of the standard for C, but it is nevertheless, included in the very latest Pelles C versions.
    Quote Originally Posted by Salem View Post
    You mean it's included as a crutch to help ancient programmers limp along without them having to relearn too much.

    Outside of your DOS world, your header file is meaningless.

  2. #17
    Registered User
    Join Date
    Oct 2001
    Posts
    2,129
    ok. thanks.

  3. #18
    Registered User
    Join Date
    Dec 2007
    Posts
    385
    >> Native C++, the real C++, is what you want. And that is using the edition you're using now. Do Win32 projects and not Windows Forms.

    I see, I think I have got a better picture of the differences. My projects in C++ does consist of both a Win32 and Windows Forms Appl.
    The Win32 project is the one wich does my calculations and I am very happy about the speed.
    The Windows Forms application will on the other side not do any big calculations at all. This will only work as a "summary table" for the calculations already made in my Win32.

  4. #19
    Registered User VirtualAce's Avatar
    Join Date
    Aug 2001
    Posts
    9,607
    Well since I learned C# I use it if I need .NET support. And from my experiences at work I now know how to use C++ with C# and vice versa. So I guess I don't need the C++/CLI since C# basically fills that 'gap'.

    I have some books on C++/CLI but even after reading them I just don't want to use it. Maybe it's just an attitude I have towards it be it right or wrong. I'm sure it has it's uses but for now I really don't want to dive into C++/CLI.

    So to be fair I cannot really give advice one way or the other on C++/CLI. Use what gets the job done.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Problem building Quake source
    By Silvercord in forum Game Programming
    Replies: 16
    Last Post: 07-11-2010, 09:13 AM
  2. OpenGl Version
    By Nextstopearth in forum Game Programming
    Replies: 6
    Last Post: 11-26-2008, 07:56 AM
  3. Question about atheists
    By gcn_zelda in forum A Brief History of Cprogramming.com
    Replies: 160
    Last Post: 08-11-2003, 11:50 AM
  4. Just made a big-ass trade: was it good?
    By civix in forum A Brief History of Cprogramming.com
    Replies: 41
    Last Post: 01-20-2003, 09:14 AM
  5. i need links to good windows tuts...
    By Jackmar in forum Windows Programming
    Replies: 3
    Last Post: 05-18-2002, 11:16 PM