Thread: Compiling C Code with Borland

  1. #16
    C++まいる!Cをこわせ!
    Join Date
    Oct 2007
    Location
    Inside my computer
    Posts
    24,654
    To remove salt from the wound... you can just install Visual Studio, open, create a new project, compile, run. No setup necessary. Unless you want to change some specific settings, of course.
    Plus, although it doesn't support C99, it has a safer library that is a much needed gift to C89, so I definitely recommend Visual Studio over Dev 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
    Feb 2008
    Posts
    26
    Quote Originally Posted by blackcell View Post
    Ok...I am new to c, program in php at work and want to start building small things 'at work' with C. It needs to be for commercial use.

    I tried DevC but I don't know enough about setting up compilers for the DevC to get it running. I try to compile something and it says can't find file. Doesn't say what it can't find though.
    Can you be more specific on "says it can't find file"? Is it a compiler error? Are you getting something in the console below that says "can't find file?"

    I can make a guess and say something isn't being included like the stdio.h file.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Obfuscated Code Contest
    By Stack Overflow in forum Contests Board
    Replies: 51
    Last Post: 01-21-2005, 04:17 PM
  2. code not compiling w/ "deprecated headers"?
    By kilgorehoffman in forum C++ Programming
    Replies: 4
    Last Post: 12-31-2004, 04:26 PM
  3. << !! Posting Code? Read this First !! >>
    By kermi3 in forum Windows Programming
    Replies: 0
    Last Post: 10-14-2002, 01:29 PM
  4. << !! Posting Code? Read this First !! >>
    By biosx in forum C++ Programming
    Replies: 1
    Last Post: 03-20-2002, 12:51 PM