I like too express edition but they don't allow add Visual assist wichi is and necesary tool for shortin code time.
if any one know other tool like visual assist with better functionality please tell. Althoug it is good Visuall assit is lack of much thing that I don't understand why are they not added.
hmm code::blocks bc i can use the project files on win and linux well and it gets updated the whole time and has some really cool plugins and and and...
We're programmers. Programmers are, in their hearts, architects, and the first thing they want to do when they get to a site is to bulldoze the place flat and build something grand. We're not excited by renovation:tinkering,improving,planting flower beds.
I'd go for Code::Blocks, mainly because I can use the mingw compiler. I find that using wix or including the VC++ runtime for distributing my apps with VC++ can be a real pain. That said, the VC++ debugger has some nice features.
i use Code::Blocks... i'm not very long into irrlicht, but i grew up on c++ using borland, and C::B is way better for coding with irrlicht...
...is this "vim" thing kind of a command-line based compiler? ^^
i cant even imagine coding stuff for irrlicht this way... without all the popup-menus,colours and stuff... i would get mad, they help so much at the beginning...
if life could only be written in C++...
so much features, money++, remove_childs(), choose parents, life = new life, and no more <IDIOT> templates !
if you're looking for an nerdy coding language: http://lolcode.com/
switch_case wrote:i use Code::Blocks... i'm not very long into irrlicht, but i grew up on c++ using borland, and C::B is way better for coding with irrlicht...
...is this "vim" thing kind of a command-line based compiler? ^^
i cant even imagine coding stuff for irrlicht this way... without all the popup-menus,colours and stuff... i would get mad, they help so much at the beginning...
Lets put it in this way, for you start writing (yes in a console looking) you must press "i" . It is the only word editor that you can not start writing at once .
Last edited by Vsk on Fri Mar 14, 2008 2:05 am, edited 1 time in total.
Control? No way, you press 'i' for insert or 'a' for append And it's not an IDE or compiler, it's just an editor. You can call a compiler from within, but it's better to do that with an explicit call to 'make', which is still not a compiler, but a pretty good build environment.