ANSI-standard C++ compiler

Alejandro Exojo suy21 at lycos.es
Wed Nov 19 11:31:24 GMT 2003


El Miércoles, 19 de Noviembre de 2003 03:17, John Dennis escribió:
> I will be taking C++ in the spring and the instructor wants programs turned
> in in MS-DOS executable files.  I was wondering if I could do this using
> KDevelop.  I do not know much about KDevelop and would like to know how I
> can do this.  I have used CodeWarrior to right code before and would like
> to know if I can do what I want to do with KDevelop.

I'm not sure if I have understood properly your question, but I will try to 
answer anyway.

KDevelop is just an IDE. This means is a front end for gcc (the compiler), 
make, and other tools needed for helping while you are programing. You can 
make programs just with a text editor, and typing at the command line "gcc -c 
main.c -o myprogram", but there are other tools that help you when this is 
not enogh, like KDevelop.

If you code standard C/C++ using gcc as a compiler, don't worry, it will 
compile under DOS or Windows. If I recall correctly, you can also create DOS 
executables with gcc, so you can send .exe programs to your teacher, and 
he/she will not notice it.

The problem is if you want to use propietary and non-standard libraries, like 
Borland's "conio", which doesn't exist under linux.

Best regards.

-- 
Alex (a.k.a. suy) - GPG ID 0xAA8D2A01
http://lacurva.net/ - Jabber ID: suy at es.tipic.com
Would you *______really* want to get on a non-stop flight?
		-- George Carlin


-
to unsubscribe from this list send an email to kdevelop-request at kdevelop.org with the following body:
unsubscribe »your-email-address«



More information about the KDevelop mailing list