
October 29th, 2008, 10:53 AM
|
 |
Contributing User
|
|
Join Date: Aug 2003
Location: UK
|
|
Quote: | Originally Posted by beginlife This has to be installed in computers all OS. | Then perhaps you should be considering Java instead
Quote: | Originally Posted by beginlife Please seek advice in telling me which compiler and linker to download, I just have Internet and cannot afford to buy compiler/linker or IDE. So please advice me on how to download a good free compiler and linker. | What OS? You may want to run " in computers all OS", but tool chains won't. The closest you will get is GCC which has variants for many targets and is almost ubiquitous. That said it is not the easiest place to start, and no 'small kid' is going to be impressed by your initial command line/text only effort. I suggest you ignore the cross-platform idea and the target consumer for the time being and just concentrate on learning to program. If you are using Windows I sugegst that you use this. If you are using Linux, it probably has the GNU toolchain already installed; if you want an IDE for it consider this , and for OSX use Apple's Cocoa tools.
Quote: | Originally Posted by beginlife Once i get the executable, i want to make it application so that i send it online to various schools to install and execute like many experts applications here. | Good. But learn to walk before running - there is a long path between here and there. It is good to have a goal at the end of your journey, but you have to learn to drive first! (Sorry about the horribly mixed metaphors!).
Clifford
|