Click to See Complete Forum and Search --> : c++ compiler


bdg1983
07-28-2001, 05:20 PM
I have been programming in C++ for about a year now, and my knowledge is not the best. I use Boland C++ for programming in windows. In linux, I have KDE develop. Only problem is.. it creates makefiles and all that, when starting a project. Is there som compiler that is more similar to the Borland version, or can anyone tell me how the compiling when writing in VI or PICO goes.
Appreciate it

Strike
07-28-2001, 07:41 PM
In vim, you just use Makefiles to compile your programs and then you simply do ":make" to compile your program. Search around for info on makefiles.