Post comment as twitter logo facebook logo
Sort: Newest | Oldest

are yu know how to connect Postgresql and Code::Block ??, please step by step

This is great for the Linux platform where it is difficult to find a good IDE. Also there is CodeLite which is also a good IDE for working on the Linux platform, very simple and easy to use.

@Kevin: This is a really good IDE. I so wish it was available 5-6 years back when I was coding in C. I checked out CodeLite, and it seems good. I will write about that as well sometime.

I've tried this one in the past. Text editing is based on Scintilla (same as Notepad++ and few other powerful editors), which is strong plus.

However you have to manually hook some compiler to it. And development of Code::Blocks is weird - stable version kinda abandoned in favor of "nightly builds".

PS On topic of IDEs I need to go install beta of Visual Studio 2010 on notebook for courses tomorrow. :)

@Rarst: The text editing and formatting is really good in this. Compared to my good old days of C++ programming, this looks like a heaven to me.
I am still stuck on Visual Studio 2007. I am not allowed to upgrade to beta version in office, and don't like to use Visual Studio at home - staring at it for hours in office is more than enough :)

I have to use Studio for courses (very heavy on MS products). I like C/C++ but it is amazingly complex language to use for daily stuff.

So most of my coding is AutoIt and PHP, no IDE necessary. :)

@Rarst: I checked out AutoIt, and it seems like a pretty good language. I didn't know something like this exists. For PHP, I prefer to use Kompozer . This is a good IDE for PHP programming.