Search This Blog

Showing posts with label What is?. Show all posts
Showing posts with label What is?. Show all posts

List of Some handy Programming Tools - With Download Links

Jan 14, 2014
Click on the program title below to download
List of C and related programming languages click title to download

»TURBO C++ fully functional with Windows 7
How to install this + Tutorial »Click here!  

»Turbo C++ For Windows 7 & Vista - {Lance}    

»BorlandC++ 5.02 [GLP]

 List of MS Basic PDS versions: click title to download  

»MS Basic PDS (Professional Development System) 7.0 (also suggested)

 »MS Basic PDS 7.1

List of VisualBasic versions: click title to download  

»VisualBasic for DOS 1.0 (Standard Version)

»Visual Basic for DOS 1.0 (Professional Version)

List of all Qbasic/QuickBasic versions: click title to download

»QuickBasic 1.0

»QuickBasic 2.0

»QuickBasic 2.00  

»QuickBasic 2.01

»QuickBasic 3.0

»QuickBasic 4.0

»QuickBasic 4.5 (recommended)  

Full links with tutorial here » Click here!
Read more ...

How to use Borland C in Fullscreen mode in Windows7 and higher OS?

Dec 5, 2013
Borland C was originally a program developed for 16-bit computers. Today's modern computers generally come in 32-bit or 64-bit architecture. While older operating systems(OS) like Windows XP supports running of old applications freely in full screen mode, the newer versions of OS like Windows 7 and higher DO NOT support full screen by default.

For most programs, it is possible to change compatibility by right-clicking the application, selecting 'properties' and using 'window mode' instead of 'fullscreen'. But that is only a temporary solution. In programs such as Borland C, that is possible but NOT FEASIBLE because it certainly opens the program but you wont be able to RUN it. (i.e The black screen output wont appear)

The ultimate solution to this and many more older programs that are based on a 16-bit architecture is the use of DOSbox. DOSbox is a revolutionary program that can partially emulate an older computer. In simple words, DOSbox creates a 'older computer' inside your computer. In that mode, the program will work just as good as it would work on a 16-bit system. It is fully compatible.


Download links:

[Mirror]: DOSbox (official file mirrored)


[Mirror]: Borland C (mirror: original file)


How to use DOSbox?
After you install DOSbox, an icon like this will appear on your desktop.
Just click on that and a DOS based console like the one shown below will appear!



Here, [Z-drive] is the virtual drive that represents the 'old computer' created by DOSbox. It has limited resources, which can be adjusted if you desire.

To use any program, you must first MOUNT it in DOSbox.

Basically, mounting means creating another virtual drive. DOSbox has only one virtual drive [Z-drive] at the begining. For DOSbox, there is no C-drive, D-drive or any other drive in your computer.

How to Mount?
 
If your program is in this location:  D:\BorlandC\bin\bc.exe  
then you should first mount D-drive.

To do this, type  Mount d d:\  in DOSbox and hit Enter key!
Then, you should get a message after this.



The command   Mount d d:\  will create a virtual D-drive and load the path D:\ inside it. That means the virtual D-drive will also have everything inside D:\ (which is the original D drive)   

You can change  to any other letter to change virtual drive letter.
 d:\  is a path and it MUST exist in your computer. Since my program is stored in D:\BorlandC , I chose D:\ as my path. You can choose a different path for your computer.          

Now to open that program, first go to the virtual drive you just created.
I created 
d:  so I simply type d: and hit Enter-key
After you hit enter, you will enter that drive. Look I just entered D-drive. Previously I was at Z-drive.

To open the program, simply type its path.
For me that is, D:\BorlandC\bin\bc.exe 


Now as you hit ENTER-key, your program will open.
You can use it in Fullscreen mode by using the key combination  Alt + Enter   

Borland C opens like this (In its default mode), 




you can start using it by using the key combination  Alt + F + N  which opens a new file to start working with!

It should look like this:


+This part of the article is added because a friend of mine pointed out something really interesting.
 

He asked:  Do I need to give the source path Every time " .

The answer is Yes if you follow this method. But after you get acquainted(familiar) with this method, you can try a simple trick to make this happen automatically. It is a simple batch processing trick that commands DOSbox to perform a series of actions.

To automate this Process for future use, refer to the follow-up post here!


Any Queries? Any Confusion? Need help?Feedback?
Just Drop a Comment!
Read more ...

About MVA - Your chance to get expert level IT training for FREE

Dec 4, 2013
Successful technologists never stop learning and great technology never stops evolving. Microsoft Virtual Academy (MVA) offers online Microsoft training delivered by experts to help technologists continually learn, with hundreds of courses, in 11 different languages. Our mission is to help developers, knowledgeable IT professionals and advanced students learn the latest technology, build their skills, and advance their careers. MVA is free of charge, and the entire service is hosted on Windows Azure. Become an MVA member so that you can earn points for your learning, achieve different levels of badges and status relative to others in your country or around the world, and get certificates when you complete an entire course. Your personal dashboard helps you track your progress against your personal learning plans.MVA learning opportunities combine on-demand courses and live events:
  • On-demand courses help you learn at your own pace, and when the time is right for your busy schedule.
  • MVA’s exciting live events include Jump Start training and MVA Live Q&A where you can interact with experts, and a worldwide audience of learners from around the world. Our instructors and subject matter experts will answer the questions you pose in real time chat sessions so that you can apply what you learn right away.
Developers who want to learn how to build apps for the web, Windows or Windows Phone can explore our courses on App Development training, HTML5 training, C# training, and Windows Phone app development. IT Pros who are looking to evaluate, deploy, administer, update, and manage infrastructure in their organization should checkout our online courses on Windows Server training, Windows 8 training, Windows Azure training, and Microsoft Virtualization.  

 

How to Sign up?

Click on "Click here to Join MVA" after you go to http://www.microsoftvirtualacademy.com

You should find that at the right pane.




Any Queries? Ask away!

Read more ...