الاثنين، 7 أكتوبر 2013

Turbo C++ for windows 8.1 64 bit

                                        
Turbo C++ for windows 8.1 64 bit
 Many colleges and universities (specially in INDIA) still use turbo c++ Compiler software to teach c/c++ language. But when it comes to newer operating systems like Windows 8 and windows 7 it won’t support. Reason is turbo c++ is 16 bit compiler and it runs perfect on old operating system like xp but having some compatibility issue with windows 8 and 7. There are many other compilers available for C language, like Code::Blocks , Dev C++ , Visual Studio , C-Free & etc  But most of the student use TC due to their curriculum.

Also Read: Top 5 best GUI based Turbo C/C++ Compiler alternatives

We can use DosBox to run TC on Win 8 and 7. But it is very complicated to configure DosBox to run turbo C .We have to type lot of mounting command code every time for just starting Turbo C, Also it is not fully supportable and We could not run graphic code and also it won’t work with 64 bit os. So we cannot able to work tc in newer operating systems. 

So here is solution for that, with the help of  C++ by YOGISOFT software. Now we can work on Turbo C fine in windows vista and 7 64 bit. C++ by YOGISOFT  design in a way that we don’t need to configure anything and it is one click installer .



Installation of this software is easy just follow the instructions. It’s like next-next-finish.

Now open the C++ by YOGISOFT from desktop shortcut.


Turbo C++ by yogisoft on windows 7



Benefits:


  • This Software Support both 32 bit and 64 bit and also 128 bit  os
  • Turbo C opens in Full Screen Mode.
  • Now you can run graphics code in windows 8 and windows 7
  • Automatic (no need to read and apply complicated DosBox tutorial to run C in full screen)
  • No need to write Mounting  commands on DosBox every time
  • Solved problem of "DosBox window close" when compile

SPECIAL TRICKS:

  1. Use "CTRL + F9" for compile and run.
  2. Use Alt+X to restart by typing tc again.
  3. Use "End" Key for Instant Exit. 

Also Read: How to Download and Install Turbo C/C++ on Windows 10 32/64 bit

Get it from CNET Download.com!

(Link Updated)


IMPORTANT -  Don’t change the default installation directory “C:\YOGISOFT” .
Solution all of your problem like How to run C and C++ programs on 64 bit system, How to run C and C++ programs on windows 7, How to run C and C++ programs on windows 8, how to run turbo C on windows 7, how to run turbo C on windows 8, run C and C++ programs on 64 bit system, run C and C++ programs on windows 7, run C and C++ programs on windows 8, run turbo C on windows 7, run turbo Con windows 8turbo c for windows 7, c for windows 7, c for 64 bit, c for 64 bit, how to use dropbox, c for windows 7, c for windows 8.1 etc.
Rating: 4.5
4 Star Rating: Recommended
                                        

Turbo C++ for windows 8.1 32 bit

Turbo C++ for windows 8.1 32 bit
 Many colleges still use turbo c++ software to teach c language. But when it comes to newer operating systems like Windows 8 and windows 7 it won’t support. Reason is turbo c++ is 16 bit compiler and it runs perfect on old operating system like xp but having some compatibility issue with windows 8 and 7. There are many other compilers available for C language. But most of the student use TC due to their curriculum.

We can use DosBox to run TC on Win 8 and 7. But it is not fully supportable. We could not run graphic code and also it won’t work with 64 bit os. So we cannot able to work tc in newer operating systems. 

So here is solution for that, with the help of  C++ by YOGISOFT software. Now we can work on Turbo C fine in win vista and 7 64 bit. C++ by YOGISOFT  design in a way that we don’t need to configure anything and it is one click installer .



Installation of this software is easy just follow the instructions. It’s like next-next-finish.

Now open the C++ by YOGISOFT from desktop shortcut.





Benefits:

This Software Support both 32 bit and 64 bit and also 128 bit  os
Turbo C opens in Full Screen Mode.
Now you can run graphics code in windows 8 and windows 7

SPECIAL TRICKS:

  1. Use "End" Key for Instant Exit.
  2. Use Alt+X to restart by typing tc again.

Get it from CNET Download.com!

Also Read: How to Download and Install Turbo C/C++ on Windows 10 32/64 bit
Solution all of your problem like How to run C and C++ programs on 64 bit system, How to run C and C++ programs on windows 7, How to run C and C++ programs on windows 8, how to run turbo C on windows 7, how to run turbo C on windows 8, run C and C++ programs on 64 bit system, run C and C++ programs on windows 7, run C and C++ programs on windows 8, run turbo C on windows 7, run turbo Con windows 8turbo c for windows 7, c for windows 7, c for 64 bit, c for 64 bit, how to use dropbox, c for windows 7, c for windows 8.1 etc.
                                        

Turbo C++ for ubuntu/linux using dosbox

turbo c ubuntu,linux using dosbox


The target of this article is to help C++ learners to run Turbo c++ under Ubuntu (Linux) O/s.

Turbo c++ is a quite generally utilized compiler for C and C++ in most Indian schools  and universities/colleges (SPECIALLY DELHI UNIVERSITY). Despite the fact that there are numerous different compilers like Eclipse Cpp (not to be confounded for Eclipse IDE for Java), CINT and so on accessible on the house and offer better functional and intriguing IDE characteristics, numerous schools and universities are even now utilizing Turbo c++ which is an old fashioned compiler. As scholars are never presented to such new engineering upgrades, they are not sure about utilizing most recent C++ compilers.

Also Read: How to Download and Install Turbo C/C++ on Windows 10 32/64 bit

The excuse for why Turbo C++ can't run under Ubuntu is  in light of the fact that turbo C++ is constructed for Dos. Yet there is a method for doing it. The answer for this issue is utilizing Dosbox, which is a Dos emulator for Linux O/s. Dosbox has a repution of being extremely light and stable emulator for Dos based projects and was created with the intension of utilizing it to imitate Dos amusements and systems on linux frameworks.

You may be asking why I picked Dosbox in place of Wine, well thats since wine can't handle dos programs like Turbo C++, and I would say wine is  overwhelming on the framework as it is essentially implied for Windows based projects.


Also Read: How to Download and Install Turbo C/C++ on Windows 10 32/64 bit

Steps for installation....

Step 1) INSTALLATION

Download DOSBox Emulator from USC [Ubuntu Software Center].


download dosbox from ubuntu software centre

                                                OR

Run this command in terminal(Ctrl+Alt+T): 

code:


 
sudo apt-get install dosbox

When your done installing Dosbox you will now require the turbo C++ installation setup which could be downloaded from here(download).(LINK UPDATED)

Unzip the setup zip folder and place the files in home/your-user-name directory (* Necessary)

Now open up Dosbox and Type in the below code (in separate lines):

Code:
mount c ~
c:
cd setup
install.exe

mount dosbox to run turbo c

     This will start the setup of  Turbo C++.


turbo c installation setup

     Here choose the destination drive as c and source path as setup in the next window.


source drive to use turbo c




   Select "Start Installation" in the below window.



start installation

Turbo C++ is now installed on Dosbox. You may consider checking it by executing the following code on Dosbox (in separate lines):

Code:
c:

cd TC\bin

tc.exe



Step 2) Creating the configuration file


creating configuration file

Run this command in DOSBOX to generate the configuration file which will be stored as: /home/user-name/dosbox.conf.  Ensure you enter your system user-name in place of "your-username" in the below code:

code: 

config -writeconf /home/your-username/dosbox.conf



Step 3) Creating auto-mount and emulating in fullscreen.


auto mount in full screen

Open dosbox.conf that we created earlier in any text editor, which you will find it under home/your-username, and configure DOSBOX for auto-mount.



Add the following lines at the end of the configuration file as shown in the above highlight.

code: 
mount c ~ /home/your-username/
C:
CD TC
CD BIN
TC

Now to set the default screen size to full-screen, find the word fullscreen in the same file (dosbox.conf)  and change its value to true:




Now you are done setting up the configuration file for Dosbox to auto-mount and emulate in fullscreen. Save the file and close it.


Step 4)  Deleting Ctrl+F9 key to avoid shutdown of Dosbox

And in the end you will have to delete a key from the Dosbox keymapper : Ctrl+F9
Since Ctrl+F9 is a Shutdown key in Dosbox you may feel very irritated with it, as the same key is used to compile a program in Turbo C++.

To work-around this issue, open dosbox and hold Ctrl+F1. Now in the window, select theshutdown option on the right hand side bottom, click on delete and then save and exit. This should remove the keymap to Shutdown DOSBOX.


dosbox key mapping


Step 5) Creating Launcher

To make things more convenient, we will create a launcher so that you can run your compiler just by double clicking on it. Here's how you can do it: 


Right click on the desktop and select create launcher.
Name: Turbo c++
command: dosbox -c TC.EXE -c EXIT


creating launcher for dosbox

and now its all set for you to enjoy Turbo C++ on Ubuntu./linux
Also Read: How to Download and Install Turbo C/C++ on Windows 10 32/64 bit

Note: Since we have set Dosbox to open in fullscreen you may consider the Alt+Enter key to use it under seamless mode  .
  


If you have any trouble on the installation procedures contact me on www.facebook.com/turbocforwindows8
                                        

الجمعة، 4 أكتوبر 2013

Turbo C++ for windows 8.1 128 bit

Turbo C++ for windows 8.1 128 bit
 Many colleges still use turbo c++ software to teach c language. But when it comes to newer operating systems like Windows 8 and windows 7 it won’t support. Reason is turbo c++ is 16 bit compiler and it runs perfect on old operating system like xp but having some compatibility issue with windows 8 and 7. There are many other compilers available for C language. But most of the student use TC due to their curriculum.

We can use DosBox to run TC on Win 8 and 7. But it is not fully supportable. We could not run graphic code and also it won’t work with 64 bit os. So we cannot able to work tc in newer operating systems. 

So here is solution for that, with the help of  C++ by YOGISOFT software. Now we can work on Turbo C fine in win vista and 7 64 bit. C++ by YOGISOFT  design in a way that we don’t need to configure anything and it is one click installer .


c by yogisoft

Installation of this software is easy just follow the instructions. It’s like next-next-finish.

Now open the C++ by YOGISOFT from desktop shortcut.





Benefits:

This Software Support both 32 bit and 64 bit and also 128 bit  os
Turbo C opens in Full Screen Mode.
Now you can run graphics code in windows 8 and windows 7

SPECIAL TRICKS:

  1. Use "End" Key for Instant Exit.
  2. Use Alt+X to restart by typing tc again.



Get it from CNET Download.com!Solution all of your problem like How to run C and C++ programs on 64 bit system, How to run C and C++ programs on windows 7, How to run C and C++ programs on windows 8, how to run turbo C on windows 7, how to run turbo C on windows 8, run C and C++ programs on 64 bit system, run C and C++ programs on windows 7, run C and C++ programs on windows 8, run turbo C on windows 7, run turbo Con windows 8turbo c for windows 7, c for windows 7, c for 64 bit, c for 64 bit, how to use dropbox, c for windows 7, c for windows 8.1 etc.