News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Why CB over V2005express, etc.

Started by Phantoms, October 17, 2007, 03:15:57 AM

Previous topic - Next topic

Game_Ender

The lack of plugin support can cause problems.  Microsoft did explicitly to limit the usage of the express version, if they hadn't most likely the users would of created enough free plugins to make the express version so usable most people would not upgrade.

Vampyre_Dark

I use VSExpress as the compiler, but I prefer Code::Blocks as the IDE. I just want something small I can type in, and hit a button to compiler + run, not some monstrosity that will bring even my new PC to it's knees.  :lol:
C::B Wishlist
~BOYCOTT THE EVIL YELLOW BOXES~

stahta01

Quote from: Game_Ender on October 20, 2007, 05:39:37 AM
The lack of plugin support can cause problems.  Microsoft did explicitly to limit the usage of the express version, if they hadn't most likely the users would of created enough free plugins to make the express version so usable most people would not upgrade.

I don't use plugins with express, but they do work. MS was complaining that someone violated the license when they wrote a plugin for express. So, it is the lack of legal support, maybe.

Tim S
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

shajunxing

C::B is small, portable and free, so it can be easily packed and copied to my students. In addition, gcc is better than vc in some aspacts. For example: gcc uses msvcrt.dll while vc uses msvcr70.dll or msvcr71.dll. msvcrt.dll is included in all windows version and actually there is basically no differences between these dlls.