Author Topic: Headers. Where are they?  (Read 4854 times)

ay_okay

  • Guest
Headers. Where are they?
« on: September 26, 2007, 06:45:21 am »
I know this must sound noobish, but I used to use Dev-Cpp as my IDE. It came with a compiler and libraries. The Code::Blocks Nightly IDE I have doesn't come with the headers, like iostream or anything like that. It uses them from my Dev-cpp installation. So my question is, how can I acquire the header files and libraries needed to compile a win32 STD program?

Offline Ceniza

  • Developer
  • Lives here!
  • *****
  • Posts: 1441
    • CenizaSOFT
Re: Headers. Where are they?
« Reply #1 on: September 26, 2007, 09:44:14 am »
You must download MinGW. You can get it from www.mingw.org

ay_okay

  • Guest
Re: Headers. Where are they?
« Reply #2 on: September 26, 2007, 01:40:22 pm »
I went there, and their downloads are numerous. Things like GNU GCC, w32api MYSYS etc. Which would I need to download?

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7252
Re: Headers. Where are they?
« Reply #3 on: September 26, 2007, 01:58:21 pm »
I went there, and their downloads are numerous. Things like GNU GCC, w32api MYSYS etc. Which would I need to download?

Quote from http://mingw.org/download.shtml
Quote
The files are currently available on the  Sourceforge File Release page. The easiest way to install MinGW is through the mingw-installer found in the Current package set, Current->MinGW

direct link:
Current Release: gcc-3.4.5

Edit:
Sorry, wrong link !

here's the right one:
MinGW-5.1.3.exe
« Last Edit: September 26, 2007, 02:34:31 pm by jens »