For C/C++ Students:-
Mostly Student practicing C/C++ on Old Turbo C/C++
IDE/Compilers that is based on 16-bit platform because early 90's the
MS-Dos is 16-bit OS and Turbo C/C++ version 1.01 and 3.01 both are
commonly used in Universities/Colleges/Institutes Labs and Home. Now
a days 32-bit is most common and 64-bit is also available so why we
are stuck on this type of product.
What is 32-bit and
64-bit:-
In the personal computing world, 32-bit and 64-bit refer
to the type of central
processing unit, operating
system, driver,
software program, etc. that utilizes that particular architecture.
32-bit
hardware and software is often referred to as x86 or x86-32. 64-bit
hardware and software is often referred to as x64 or x86-64.
32-bit systems utilize data in 32-bit pieces while 64-bit systems
utilize data in 64-bit pieces. In general, the more data that can be
processed at once, the faster the system can operate. There are
several other advantages to a 64-bit system as well, most practically
the ability to use significantly greater amounts of physical
memory.Most new processors today are based on the 64-bit architecture and support 64-bit operating systems. These processors are also fully compatible with 32-bit operating systems.
Screen
Shot of Old Turbo C/C++ IDE
≡ File Edit Search Run Compile Debug Project
Options Window Help
╔═[■]═════════════════════════════
NONAME00.C ═══════════════════════════5═[↕]═╗
║
▲
║
■
║
▒
║
▒
║ ╔═[■]══════════
About ══════════════╗
▒
║ ║ ║
▒
║ ║ Turbo C++
║ ▒
║ ║ ║
▒
║ ║ Version 1.01
║ ▒
║ ║ ║
▒
║ ║ Copyright (c) 1990 by
║ ▒
║ ║ ║
▒
║ ║ Borland International,
Inc. ║ ▒
║ ║ ║
▒
║ ║ OK ▄
║ ▒
║ ║ ▀▀▀▀▀▀▀▀
║ ▒
║ ╚═══════════════════════════════════╝
▒
║
▒
║
▒
║
▒
║
▼
╚═☼═════ 1:1
═════◄■▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒►─┘
Don't use Turbo C/C++ old Version they are updated every
time and now Borland Turbo C++ Builder is the new product line up of
this product.
List
Of Modern C/C++ IDE's/Compilers
- Borland C/C++ Free Command Line Compiler (32-bit) is available online http://edn.embarcadero.com/article/20633 for windows.
- Code::Blocks Free and Open Source IDE with support GNU C/C++ Compiler and Other Compilers also. It is a Cross Platform IDE. http://www.codeblocks.org/Screen shot of Code::Blocks
It is Very impressive IDE for C/C++ and Support Various
Compilers default is GNU C/C++ Compiler Which is free and Open
Source. Both 32-bit and 64-bit available.
- Another Free and Open Source IDE is Bloodshed Dev-C++ which is also include GNU C/C++ Compiler. http://www.bloodshed.net/download.html
Screen
shot of Bloodshed Dev-C++
- Microsoft Visual C++ Express Edition is another free C/C++ Compiler. http://www.visualstudio.com/en-us/downloads/download-visual-studio-vs#DownloadFamilies_4 Download Visual C++ Express Edition if u don't want to download full Visual Studio Express edition.
Screen
shot of Visual C++ Expression Edition
It is enough for starting and learning a C/C++
Programming from these IDE's. So enjoy coding :-)



Comments
Post a Comment