Thread: Basic Programm giving Error

  1. #16
    Registered User
    Join Date
    May 2010
    Posts
    15
    Quote Originally Posted by claudiu View Post
    That's because Turbo C is a compiler whereas CodeBlocks is an IDE that uses some different compiler (probably mingw, or gcc). You need to learn the difference between compilation, linkage and how a development environment integrates these processes.

    So can u pls. tell me where can i learn iT ????
    & iN that i m using MinGW as compiler.

    & u dint gave me answer of my another question

  2. #17
    ATH0 quzah's Avatar
    Join Date
    Oct 2001
    Posts
    14,826
    clrscr is a compiler-specific function. It's non-standard. That's why it only works on Borland's compilers.


    Quzah.
    Hope is the first step on the road to disappointment.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Testing some code, lots of errors...
    By Sparrowhawk in forum C Programming
    Replies: 48
    Last Post: 12-15-2008, 04:09 AM
  2. how do you resolve this error?
    By -EquinoX- in forum C Programming
    Replies: 32
    Last Post: 11-05-2008, 04:35 PM
  3. more then 100errors in header
    By hallo007 in forum Windows Programming
    Replies: 20
    Last Post: 05-13-2007, 08:26 AM
  4. Post...
    By maxorator in forum C++ Programming
    Replies: 12
    Last Post: 10-11-2005, 08:39 AM
  5. Please Help - Problem with Compilers
    By toonlover in forum C++ Programming
    Replies: 5
    Last Post: 07-23-2005, 10:03 AM