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

C++ IDE

Name: Anonymous 2009-08-15 6:02

Hi /prog/

I'm searching for a C/C++ IDE for Linux that:
- Runs natively (no java, no vm, I need speed;
- Provides intelligent code completion;
- Allows compiling steps configuration (i.e. customized makefile);

I'd like to know what does the EXPERT PROGRAMMER suggest.

Name: =*=F=R=O=Z=E=N==V=O=I=D=*= 2009-08-20 11:06

I personally use Notepad2 and avoid any "makefiles"(which i consider bloated and poor design)

I use one include file for everything.
#include "void.h" //handles all the common functions,#defines,#ifdefs and #includes

Anything which uses makefiles is defective Sepples-level shit.
All the C code posts on my blog are void.h merged with somefile.c

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