If that's the only article there is then your not looking hard enough. There are more topics, threads, posts, articles, and discussions on this one topic than types of cheeses.
For downloading Devcpp I visited the following site and found a large number of downloads. Can someone, please, advise as to which one is to be downloaded and installed.
i'm using dev-c++ but i would go codeblocks out of preference. Its a nice look and not discontinued like dev. The only reason i'm not is that i'm running a x64 OS and codeblocks doesn't like me for it lol... not worth the hassle to sort it out for only basic programming at the moment.
one thing with devc++ though is that after the program runs, the IDE closes automagically. if you want to see your results(if you have any) is basically to create a variable and wait for the program to accept your variable before it closes. more or less, it doesn't close until you input a variable of the specified type.
one thing with devc++ though is that after the program runs, the IDE closes automagically. if you want to see your results(if you have any) is basically to create a variable and wait for the program to accept your variable before it closes. more or less, it doesn't close until you input a variable of the specified type.
I use MingGW Developer Studio 2.06. This IDE work so well for me that I must recommend it. I had to tries everything from Visual Studio to Borland before. All of which is, for a lack of a better term, fucked up. MDS its doesn't anti-nooblet. :). You just type in your code and press run. hehe. And it doesn't shut down the program either when it end.