0

I tried installing Tutbo C++ on Ubuntu 17.10. I followed the process in How do I install turbo c++?

But it gave me the and error : "This program cannot be run in DOS mode"

Can someone please help me?

muru
  • 193,181
  • 53
  • 473
  • 722

1 Answers1

1

This error is probably due to wrong version of setup.exe of the Turbo C++. Usually windows programs give this message when trying to run in DOS environment.

You can try to run the setup using wine:

wine setup.exe
kukulo
  • 1,995
  • 10
  • 21