Follow along with the video below to see how to install our site as a web app on your home screen.
Note: this_feature_currently_requires_accessing_site_using_safari
botman said:Microsoft Visual C++ has the fastest compiler, produces the most optimized code and has the absolute best debugger. Plus the Visual Studio editing environment has more bells and whistles than ANY other software development environment. I've tried dozens of other compilers and IDEs and even though I don't have a lot of respect for Microsoft, they make some mighty fine software development tools (if you can afford them).
botman
mrBadger said:Microsoft Visual C++
Best choice.
Onions said:I've never bothered with anything other than visual studio. It's lovely but quite expensive
Pressure said:This Borland is kinda weird it set up almost like Visual Studios. I'm still trying to figure it out. The way I learned to program was to type the code then just hit run and it'll pop up in a window. Is there a way to do this with Borland or do I have to mess around with these Forms and put text edit boxes in them or something because right now I'd perfer to just hit run and have a window pop up.
Sandman said:Instructions for starting a console app in Borland
1. File->New->Other...
2. Select "Console Wizard" from the menu
3. Make sure "Use VCL," "Use CLX," and "Multi Threaded" are unchecked and that
"Console Application" is checked.
4. Click "OK" and delete all the text in the source editor.
Congrats, you're ready to write your program and click Run!
But this is only the Standard Edition!Anable said:According to amazon VC++ .Net is less than $100.