+ 1
How can I run .exe files which I created in Turbo C++ compiler on my Window 8 PC?
19 odpowiedzi
+ 5
Universities still does sometimes.
+ 5
To update the turbo c compiler you must have permission to uninstall the existing compiler and manually install the new one.
I have no personal experience to this site but I would probably use this place to manage this:
https://turboc.codeplex.com
A virtual machine is an operating system or application-environment that is installed on software, which imitates dedicated hardware. The end user has the same experience on a virtual machine as they would have on dedicated hardware.
A VM is a must-have for any professional programmer whrn running untested code in vulnerable environment. A virtual machine is often used to analyze program behavioural pattern, such as: malicious software in security tests etc.
Hope this helped you out. Keep keeping me updated. :) Gosh speed.
Dr
+ 4
right-click the .exe file and click on properties at the bottom. go to compatibility and pick an older operative system.
this adapts it to run in that version. a neat trick any professional programmer must know. :)
Hope this helped you on your quest.
Dr.
+ 4
Hmm, have you any chance of updating the compiler? Today there are still updated turbo c compilers for modern computers.
Hope this helped.
Dr.
+ 4
If an update is not an option you can consider to run your codes on a virtual machine or in a server-side environment. either one should work but might require a bit more work to setup.
Keep me updated.
Dr.
+ 3
Happy to see you again, Gulshan Bhadoria.
Did you try to reinstall the turbo c compiler?
What went wrong?
To answer your question:
Yes, from your screen, it is just an extra window.
Furthermore...
A Virtual Machine is sometimes referred to a "sandbox", which describes it fairly well. It has many valuable applications but the most unique one is that
It look and acts exactly like a computer, only that it isn't.
Experiment:
If you release an aggressive malware (category: virus) to a VM it will act exactly like a computer but it does not damage it and a quick reboot resets everything to square one. In IT-corporations, especially in the security department, a logger sometime is used in a VM to trace the progress of this very experiment.
And yes, it works for your request as well.
Dr.
+ 2
Sounds like you got this covered now. Thanks for letting me help you. :)
Dr.
0
Turbo C++ is very old at the moment. Try using Code Blocks or other IDE
0
@The PGDeveloper but the problem is that Turbo C++ is in use in our university lab therefore I have to use that at home.
0
Who uses turbo C++. They are 8 bit compilers. Are they even supported
0
No wonder... Education ruins us all
0
I have it in university lab therefore I use it at my home
0
Okay... Let's just get it right. Just because everyone does it, you don't have to. Install GCC, or CLion, or Eclipse for C
0
The compilers you mentioned here do use the line as 'using namespace std' ?
0
The compatibility idea is not working
0
Hey thanks Dr. Do you mean that virtual machine is an alternative window ?
0
I have reinstalled it just going to check it. Thanks for your explanation about VM Dr. . I think one of my friend have this software I will take it from him.
0
Thanks Dr.
- 1
How to update the compiler and what is the meaning of virtual machine and server side environment ?