PDA

View Full Version : What compiler to use with Notepad++?


Joonas
12-19-2004, 12:35 PM
Hi there, I just fell in love with notepad++ 2.6. (Great program, text editor, supports dozens of programming languages, folding, colour markings and printing with them, line numbers, et cetera). It just gets annoying that I can't decide what single compiler to use with it as it really is just an editor, you can't build anything with it. Anyone aware of some easy, small builders? Or am I forced to use bigger stuff?

(SharpDevelop, tried that too, all-in-one, but I just love NotePad++... http://notepad-plus.sourceforge.net/uk/site.htm )

Thanks.

MentalSentinel
12-19-2004, 01:39 PM
I'd try Dev-C++ if i were you. http://forums.3drealms.com/ubbthreads/images/graemlins/wink.gif

Google it.

Joonas
12-19-2004, 06:05 PM
I've had it already a long time ago.

... but then I'd face the which-program-to-use dilemma again. http://forums.3drealms.com/ubbthreads/images/graemlins/doh.gif Aren't there any programs which only compile, build?

DudeMiester
12-19-2004, 10:47 PM
Why not use an IDE? Personally I couldn't live without autocomplete.

Night Hacker
12-28-2004, 01:29 AM
Grab MINGW (MINimalist Gnu for Windows), a GNU (free) compiler.

http://www.mingw.org

Direct download: http://prdownloads.sf.net/mingw/MinGW-3.1.0-1.exe?download

Just type: "gcc myprogram.c -o myprogram.exe" to compile a C program. Replace gcc with g++ for C++ programs. It can use Visual C++ libraries.

I prefer Dev-C++ myself (Dev-C++ is an IDE that comes packaged with MinGW). There's also MinGW Developer Studio (IDE for MinGW).

DudeMiester
12-28-2004, 09:49 PM
I use MSVC++ 7.1, and it's very nice, but very expensive. I have a legal version of it that I won, but I never bothered to install over my corperate edition with it.

Joonas
12-29-2004, 07:22 AM
Night Hacker said:
Grab MINGW (MINimalist Gnu for Windows), a GNU (free) compiler.

http://www.mingw.org

Direct download: http://prdownloads.sf.net/mingw/MinGW-3.1.0-1.exe?download

Just type: "gcc myprogram.c -o myprogram.exe" to compile a C program. Replace gcc with g++ for C++ programs. It can use Visual C++ libraries.

I prefer Dev-C++ myself (Dev-C++ is an IDE that comes packaged with MinGW). There's also MinGW Developer Studio (IDE for MinGW).



... and C#?

Night Hacker
01-04-2005, 09:56 PM
C#? What about it.

Kevin Wolff
01-04-2005, 09:58 PM
I think he means, how to compile a C# program with MiniGW.

Night Hacker
01-04-2005, 10:10 PM
Should I also explain how to compile a Java, Pascal, Fortran and Cobol program with MinGW? http://forums.3drealms.com/ubbthreads/images/graemlins/wink.gif

Joonas
01-05-2005, 09:32 AM
Night Hacker said:
Should I also explain how to compile a Java, Pascal, Fortran and Cobol program with MinGW? http://forums.3drealms.com/ubbthreads/images/graemlins/wink.gif




Okay, okay... can it compile C#? http://forums.3drealms.com/ubbthreads/images/graemlins/rolleyes.gif

Night Hacker
01-05-2005, 11:35 PM
Not that I know of. C# is relatively new, and up until recently, was a Microsoft thing. There are two projects that I heard of (Mono and DotGnu) that compile C#, but they are relatively new.

It also doesn't compile Pascal, Cobol, BASIC, Java or Fortran either. http://forums.3drealms.com/ubbthreads/images/graemlins/wink.gif