News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Headers. Where are they?

Started by ay_okay, September 26, 2007, 06:45:21 AM

Previous topic - Next topic

ay_okay

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?

Ceniza

You must download MinGW. You can get it from www.mingw.org

ay_okay

I went there, and their downloads are numerous. Things like GNU GCC, w32api MYSYS etc. Which would I need to download?

Jenna

#3
Quote from: ay_okay 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?

Quote from http://mingw.org/download.shtml
QuoteThe 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