Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Makefiles, and IDEs in general.

Name: Anonymous 2009-08-07 16:49

For quite a while, my only experience with C and C++ was through the Bloodshead dev C++ IDE. It's a nice little program, but it's not going to be updated any time soon, so I went looking for a new IDE.

Now, most IDEs these days need you to download and install the compiler separately. Why, I don't know. Dev C++ never had to do this, and it still worked fine. Even after faffing around with that, these compilers go on about needing some kind of 'makefile' when trying to compile a windows program, which leaves me clueless, as Dev C++ happily compiled anything I threw at it while quite ignorant of the things. I've no idea what I'm supposed to do to make this 'makefile' appear so some instruction as to what they are would be helpful. I'm trying to compile with the NetBeans and Eclipse IDE, if such information is necessary.

Also, another thing I've noticed about IDEs lately is they you can't make single files. Dev C++ quite happily let me make a quick .c file and compile it to test a piece of code, but in every other IDE you need to make a great huge project and put the file in that. Nothing major, just a little annoyance for me.

Name: Anonymous 2009-08-08 0:49

>>18
Maybe you should have watched the screencast.

Name: Anonymous 2009-08-08 0:53

>>20
I have a fetish for /prog/lodytes who can't tell when THBT. Bend over, >>20-chan

Name: Anonymous 2009-08-08 1:17

>>21
YHBMT?

Name: Anonymous 2009-08-08 1:22

>>16
Enjoy reinventing the wheel ( ≖‿≖)

Name: Anonymous 2009-08-08 3:54

>>1 as >>19 says, code::blocks is a nice replacement for dev, and you dont need to create a project or anything to compile.

Name: 2009-08-08 4:19

use notepad++

Name: Win95 !TW65Win95M 2009-08-08 6:29

You don't have to make a project in Dev-Cpp if you use

#pragma comment(lib, "somelib.lib")

actually I'm not sure if there's any other features that would require you to make a project, but linking is the most common one

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List