Is it an old idea to compile and run c programs on turbo c?
sharathg.satya -10 Posting Whiz in Training
Recommended Answers
Jump to PostIs it an old idea to compile and run c programs on turbo c?
Yes, by about 15 years. Visual C++ is freely available, Code::Blocks comes with a recent gcc build, and I hear Pelles C is good too. There are more, but those are the three most common recommendations.
Jump to Postare they portable?
No less portable than Turbo C.
Jump to PostPortable doesn't have anything to do with the .EXE file that's created. It means the code you write can be built using any C++ compiler.
Jump to PostThis maybe useful to help you understand:
http://en.wikipedia.org/wiki/MSDOS#Legacy_compatibility
http://en.wikipedia.org/wiki/Microsoft_Windows#History
All 14 Replies
sharathg.satya -10 Posting Whiz in Training
deceptikon 1,790 Code Sniper Team Colleague Featured Poster
sharathg.satya -10 Posting Whiz in Training
deceptikon 1,790 Code Sniper Team Colleague Featured Poster
sharathg.satya -10 Posting Whiz in Training
WaltP 2,905 Posting Sage w/ dash of thyme Team Colleague
deceptikon 1,790 Code Sniper Team Colleague Featured Poster
sharathg.satya -10 Posting Whiz in Training
deceptikon 1,790 Code Sniper Team Colleague Featured Poster
sharathg.satya -10 Posting Whiz in Training
sharathg.satya -10 Posting Whiz in Training
deceptikon 1,790 Code Sniper Team Colleague Featured Poster
sharathg.satya -10 Posting Whiz in Training
DeanMSands3 69 Junior Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.