Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
What is the difference between Turbo C++ and Code::Block C++?
I have just installed Code::Block C++ in my PC. I was just wondering that is there any difference between Turbo C++ and code::block C++. If they are same than is it OK to learn on code::block??
I am totally beginner so I don't know what is better to use....
1 Answer
- 7 years agoFavorite Answer
Both are good ...if you are learning just c or c++ ,just go with Turbo c++(turbo ++c is simple and straightforward)..
if you don't like turbo c or you can't get it working on your system,go with Code::Blocks(also Code::Blocks is better and has more features)
IT IS OK to use code::block
*if you are learning c programming,you may notice that certain header files like 'conio.h' and statements like the clear screen (clrscr) throws error.it is just because code::blocks don't need them to execute the program.don't worry-just remove them and try running or Google it.
Source(s): ;) just me