Results 31 to 33 of 33
Originally Posted by Tim_Wright
I know that is a very silly question but is there any programming language that doesn't need a framework / the framework that was used to ...
- 03-12-2007 #31Well, if you're looking for a language whose programs are stand-alone (meaning they're compiled natively to the OS/CPU and don't require any virtual machines or "frameworks") I'd recommend ANSI standard C/C++ with gcc. Since the industry standard for software is still C and C++, you're probably safe with that. I don't see those going away any time soon.
Originally Posted by Tim_Wright Registered Linux user #270181
TechieMoe's Tech Rants
- 03-12-2007 #32Linux Newbie
- Join Date
- Feb 2007
- Location
- N. Ireland
- Posts
- 198
Thanks Moe, much appreciated.
TimFinished building PC using PC Pro's A-List! Will add specs soon =)
- 03-18-2007 #33
Hi. just read thread.
No, but I know a great C++ online tutorial if your interested, http://www.cplusplus.com/doc/tutorial/
Originally Posted by Tim_Wright


Reply With Quote
