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
7 ответов
+ 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
+ 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
+ 1
I suggest you to use code blocks IDE for c++ development
+ 1
turbo c++ is outdated. change compiler/IDE.
0
i have one more question.... is it (code block) user friendly ?
0
yes. the compilation settings are in the menu bar located somewhere. there is no many things more to change.
0
Thank You Guys ....