please install this C++ software
and according to image i am getting few errors
will some one help me solve this problem ?

software link :
http://www.ziddu.com/download/17082595/turboc.zip.html
image link :
http://www.ziddu.com/download/17082611/untitled.JPG.html
thank you ....................

Recommended Answers

All 3 Replies

You want to use a newer compiler. Nothing on that source is going to work but this:

int main()
{
return 0;
}

And im even reluctant about that much. TurboC++ at the time did not have any of todays standards such as namespaces,try/catch clauses, or even streams. It was just C with classes. You will want to use a newer compiler. I recommend devc++ from bloodshed.net. If you have to use dos, try finding dos binaries for MinGW. Good luck

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.