Thread: My compiler doesnt have like any libraries!?

  1. #1
    Registered User
    Join Date
    Nov 2002
    Posts
    41

    My compiler doesnt have like any libraries!?

    ok, i am using dev cpp the newest version witn mingw 3.2 and it says id ont have like any libraries (no iostream, iomanip, climits, anything).. any ideas how to fix this?

  2. #2
    Funniest man in this seat minesweeper's Avatar
    Join Date
    Mar 2002
    Posts
    798
    See if you can download them from anywhere. I am sure they must be around, though I used dev c++ for a while and don't recall any probs

  3. #3
    Hardware Engineer
    Join Date
    Sep 2001
    Posts
    1,398

    I don't use dev c++ but...

    Did you use "find" to see if those files are somewhere on your disk? I'll bet they are there somewhere!

    I've used a handful of different compilers and my "out-of-the-box" experience has NEVER been very good! Getting that first "Hello World" (or other simple) program to compile has always been a pain! It's usually been a problem with the compiler being able to find the source file or the libraries, or me using the wrong command-line switches, or me not knowing where it put the exe file, etc.

  4. #4
    Registered User
    Join Date
    Nov 2002
    Posts
    41

    thats just it though

    its right in dev-cpp/include/c++/iostream.h right where it should be! [i think]
    In order of learned:
    HTML - Mastered
    CSS - Enough to use
    SSI - Mastered
    PHP - Advanced
    C/C++ - Current Project

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Have you ever written a compiler?
    By ammar in forum A Brief History of Cprogramming.com
    Replies: 21
    Last Post: 12-27-2004, 07:10 AM
  2. Dev C++ Compiler, Indentation?
    By Zeusbwr in forum C++ Programming
    Replies: 3
    Last Post: 10-21-2004, 06:13 AM
  3. General Libraries question
    By subnet_rx in forum C++ Programming
    Replies: 1
    Last Post: 09-14-2004, 01:17 AM
  4. lcc win32 compiler download problems
    By GanglyLamb in forum A Brief History of Cprogramming.com
    Replies: 5
    Last Post: 08-01-2004, 07:39 PM
  5. error LNK2001: unresolved external symbol
    By Unregistered in forum C Programming
    Replies: 12
    Last Post: 07-12-2002, 08:45 PM