Thread: Dev-C++

  1. #1
    Unregistered
    Guest

    Dev-C++

    I was wondering, what is the difference between Dev-C++ and ANSI C++? Also, now that I am at it, how are professional computer programs made so complicated yet so small? Are they written in ASM?

  2. #2
    Linguistic Engineer... doubleanti's Avatar
    Join Date
    Aug 2001
    Location
    CA
    Posts
    2,459
    DEV-C++ and ANSI are apples and oranges... ANSI is the standardization of the C/++ language whereas DEV-C++ is an implementation [read: a compiler] of the language...

    also, i'd imagine they know their compiler's inside and out... and that they probably import code from a 3rd party general library common to the target systems...
    hasafraggin shizigishin oppashigger...

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. New to Dev C++/<windows.h>...
    By Cilius in forum C++ Programming
    Replies: 3
    Last Post: 02-23-2005, 01:05 AM
  2. Glut and Dev C++, Programs not Quitting?
    By Zeusbwr in forum Game Programming
    Replies: 13
    Last Post: 11-29-2004, 08:43 PM
  3. openGL programming - From MSVC++ to Dev C++
    By WDT in forum Game Programming
    Replies: 3
    Last Post: 03-08-2004, 08:47 PM
  4. openGL programming - From MSVC++ to Dev C++
    By WDT in forum Game Programming
    Replies: 1
    Last Post: 03-08-2004, 05:19 PM
  5. DEV C++ Limitations?
    By Kirdra in forum Game Programming
    Replies: 3
    Last Post: 09-09-2002, 09:40 PM