Quote:
Original post by George2
Quote:
Original post by ukdeveloper
Personally, I'd say avoid KDevelop if you can. It's the pits imho, I prefer to compile with gcc on the command line. It saves so much hassle.
That should be fun :
KDevelop user : presses F8
You :
gcc -c foo.cpp
gcc -c bar.cpp
...
gcc *.o -o foobar
First take this flame retardent, or shall I say flame RETARD suit, you will need it.
Posted by a true.... RETARD! Man... I use vim to develop my software, and I don't get any of that kdevelop cruft (which i used to love and adore until I saw the light). No one types out each complier command. Have you ever heard of Make? I personally use Scons which is even better. So when I want to compile I can type "scons" or if I am in vim I can type ":make" after setting it to use scons. Then it will jump the the lines with errors and such.
When I want to run my program just do it... man.
Get off your one world view mr know it all. We are not a bunch of retards using the command line wasting effort being error prone and typing each command by it self. User your damn brain!
BTW, for all you non believers, vim supports most features of modern IDE's from code completion like you would not believe, to class browsing/function indexting, to source code higlighting, to code indetation, to tying your shoe, to screwing your mom. Vim is like the dark side of the source. Never underestimate the dark side.
It is foolish for a wise man to be silent, but wise for a fool.