I am not able to run this program in turbo c++ | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

I am not able to run this program in turbo c++

when i run i get error as unable to open include file cstdlib.h

8th Sep 2018, 7:26 PM
Max Vhanamane
Max Vhanamane - avatar
7 Answers
+ 1
I think you should use Dev c++ , which is much more user friendly. Although codeblock have many more tools, but configuration can be sometimes a bit complicated. 2. Choosing the correct package is very important. 5 packages are available for download but only 2 comes with compiler. Choose the wrong package and you will have to install compiler yourself. 3. Codeblock is an advanced IDE with support to multiple languages and libraries, so you will find many extra options which may be confusing sometimes. 4. Error messages can be found in build messages (most of my friends had difficultly finding it). You can build and compile by clicking on build and run button (a triangle with a gear in top ) 5. Finally, to make a new project file -> new -> c/c++ project -> console application -> Then name your project In Dev c++, you don't have to deal with all this problem. Codeblock is a professional IDE with built-in debugger and many plug-ins Finally, it's up to you
9th Sep 2018, 2:41 AM
‎ ‏‏‎Anonymous Guy
+ 2
The ide has been discontinued for about 12 years. It is near 30 years old acording to wikipedia. https://en.m.wikipedia.org/wiki/Turbo_C%2B%2B
8th Sep 2018, 11:06 PM
Manual
Manual - avatar
+ 1
I suggest you to use code blocks IDE for c++ development
8th Sep 2018, 7:57 PM
onekpsc
+ 1
turbo c++ is outdated. change compiler/IDE.
8th Sep 2018, 8:01 PM
Bebida Roja
Bebida Roja - avatar
0
i have one more question.... is it (code block) user friendly ?
8th Sep 2018, 8:03 PM
Max Vhanamane
Max Vhanamane - avatar
0
yes. the compilation settings are in the menu bar located somewhere. there is no many things more to change.
8th Sep 2018, 8:05 PM
Bebida Roja
Bebida Roja - avatar
0
Thank You Guys ....
8th Sep 2018, 8:07 PM
Max Vhanamane
Max Vhanamane - avatar