Thread: Question about IDE.

  1. #1
    Registered User
    Join Date
    Sep 2006
    Posts
    16

    Question about IDE.

    Hello,

    at the moment i use Visual C++ 6.0 (Free Book Version), but now want
    buy a Professional IDE, but i don't know wich.

    What is the better alternative, Borland C++ or Visual Studio?
    I also want that the header files graphics.h, colors.h,
    and the sound() funtions are included, because i have
    many programs (downloaded from programmersheaven)
    wich don't work because i don't have the needed header
    files and functions.

    I realized that the only way for me to learn, is to play
    with other code and therefore it's important that my IDE
    knows C++ and it is able to compile and execute every
    program i find in the Internet.

    So please can anyone give me a commendation?

    Thank you!

    greetings,
    newatC

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    > able to compile and execute every program i find in the Internet.
    You will never find this because many programs are platform dependent, even those old programs which depend on graphics.h which you seem to be keen on.

    Anything using graphics.h is at least a decade old from being a viable answer, so you should really treat them as "for information only".

    Learning a modern graphical API will enable you to write much better programs (more visual appeal), using modern compilers.

    Also understand there is a difference between an IDE and a compiler. The IDE just brings the editor, compiler, debugger and help files closer together. The "C++ aware" editor for example just knows bascally to display "class" say in a different colour. The real work is in the compiler, and it's compiler and OS specific libraries.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. another do while question
    By kbpsu in forum C++ Programming
    Replies: 3
    Last Post: 03-23-2009, 12:14 PM
  2. Question...
    By TechWins in forum A Brief History of Cprogramming.com
    Replies: 16
    Last Post: 07-28-2003, 09:47 PM
  3. opengl DC question
    By SAMSAM in forum Game Programming
    Replies: 6
    Last Post: 02-26-2003, 09:22 PM
  4. motherboard has 2 IDE socket?
    By beely in forum Tech Board
    Replies: 16
    Last Post: 10-30-2002, 10:55 PM
  5. HD on IDE 2
    By W.Churchill in forum A Brief History of Cprogramming.com
    Replies: 3
    Last Post: 03-13-2002, 08:53 PM