Final)arkJon 0 Report post Posted October 23, 2004 ok so i have dev C++, if any of you know what that is???you can get it for a free download at http://download.cnet.com/windows/ is it possible to write in c on it? Share this post Link to post Share on other sites
r4inm4ker 0 Report post Posted October 24, 2004 yes, you can write C code on it.i had installed it on my PC before, and used it for a while. But i'm not used to its debugging tool. i couldn't run my program step by step no matter how i tried. so i come back to previous software, Visual C++ Share this post Link to post Share on other sites
tmonty 0 Report post Posted October 28, 2004 In my opinion Dev-Cpp is not so good... EXE files are very big (e.g. 'Hello world" has about 700kb) Share this post Link to post Share on other sites
Deaths Aprentice 0 Report post Posted October 29, 2004 The best thing is to just get yourself a pirate copy of VC++.I dont know if its allowed to post them here or not , if not just email/pm me , ill help ya out Share this post Link to post Share on other sites
tmonty 0 Report post Posted October 30, 2004 But illegal VC++ hasn't got the licence, so U can't sell your programs. Share this post Link to post Share on other sites
switch 0 Report post Posted November 5, 2004 if you know where to look you can actually get vc++ very very cheaply. i have a friend who got visual studio .NET 2003 professional for $150 NEW! (in Australia) the reccommended retail is about $950.if your devc++ exe files are about 700 kb, you are probably leaving debugging symbols in. i can't remember how to remove them, but when you output your final product, you should turn off the debugging symbols. it will be somewhere in the linker options, or maybe the compiler options. Share this post Link to post Share on other sites
fowlball1010 0 Report post Posted November 8, 2004 Dev-C++ is alright. I bought it with a book and cd and it takes up a lot of memory and i don't like the defaults. Share this post Link to post Share on other sites
dawu 0 Report post Posted November 9, 2004 DevC++ is OK and you also have Watcom...http://www.openwatcom.org/index.php/Main_Page or you can just install GCC + Anjuta...anyway, you have many options.There was some discount offer (only for students) at Microsoft, two years ago, where I got my full VS6 pro + MSDN + Service Packs for only 15$If you plan to go pro with making software and, someday, even selling them, I suggest you risk some money and order licensed Visual Studio. Share this post Link to post Share on other sites
dawu 0 Report post Posted November 9, 2004 DevC++ is OK and you also have Watcom...http://forums.xisto.com/no_longer_exists/ or you can just install GCC + Anjuta...anyway, you have many options.There was some discount offer (only for students) at Microsoft, two years ago, where I got my full VS6 pro + MSDN + Service Packs for only 15$If you plan to go pro with making software and, someday, even selling them, I suggest you risk some money and order licensed Visual Studio. Share this post Link to post Share on other sites
switch 0 Report post Posted November 17, 2004 dawo has a good point, i find that vc++ is the best thing you can use. the debugger is great (although it has stopped working on my computer ) and the syntax highlighting and completion so easy to use and flawless as far as i can tell.mind you, it took me a bit to get the money, and it really depends on how much you intend on doing, and wether you will use mfc or anything. Share this post Link to post Share on other sites
nooc 0 Report post Posted November 20, 2004 There is a free commandline version of visual c++, incase someone didn't know.http://forums.xisto.com/no_longer_exists/ Share this post Link to post Share on other sites
dropout21 0 Report post Posted November 22, 2004 i also recently installed Dev-C++ and have tried learning it through the help files etc and when i talk to people about certain commands, they will not know what im talking about or tell me to use other ones, because of the different 'libraries/ reference files' so it has become confussing to learn. I also have Visual Studio 6 (downloaded for free) and it has Visual C++ in it but i cannot access help files and its a huge thing to install. I wish all languages had one set of commands (not one world wide set, just one function for the same thing), but i dunno, it might 'limit' abilities, so ill have to learn what i can for now. Share this post Link to post Share on other sites
nooc 0 Report post Posted November 23, 2004 If you follow the standards when writing c/c++ the you shouldn't have any compatibility issues unles you're doing something more complicated. However, if you are talking about the compilers themselves then that's an entirely different thing. They are different. Share this post Link to post Share on other sites
Darth Vivi 0 Report post Posted November 26, 2004 I love Dev C++. If you don't want to spend money on a compiler, you can just download it for free. The file sizes for basic programs are huge, but the file sizes don't go up that much after a file is already created. (A much more complicated program will take nearly the same amount of memory as "Hello World") Share this post Link to post Share on other sites
osknockout 0 Report post Posted November 26, 2004 That's nice guys, but I've noted that there's nofstream library in DevC++ [or is that just me?]-also that VC++ commandline release is available on http://www.thefreecountry.com/ and you need at least a win2000 for it.But DevC++ is good for many things like OpenGL[NeHe's pages at gamedev.net are very useful]But, you all should go to bloodshed.net to get the thing at it's source.------------------------Which is worse? No commandline ornothing to command?-the Gatian excuse Share this post Link to post Share on other sites