PDA

ดูเวอร์ชั่นเต็ม : TurboC++ v3.0 for Windows



SmilehellBK
21st April 2014, 09:23
TURBO C / C++ 3.0 | FREE C / C++ COMPILER

Turbo C++ was a C++ compiler and integrated development environment (IDE) originally from Borland.

Installation Guide:

1. After your download is completed, extract the .rar
2. Run INSTALL.exe and Press Enter to Install TC in Your System.
3. After That It will Ask You in which Drive You want to Install TC.
If You want to Install Turbo C in Drive:C Then Type C and Whatever
4. Then It Will Ask the Path(Location) of TC. You simply Enter!
http://www.chillinside.com/wp-content/uploads/2010/04/turbo-cpp.png
5. Now It will Ask in which Directory(Folder) You wish To install TC.
6. Select Directory and Then Press F9 to START INSTALLATION


Hello World sample code for testing in C language

#include <stdio.h>
#include <conio.h>
int main(){
clrscr();
printf("Hello world!");
getch();
return 0;
}

Hello World sample code for testing in C++ language

#include
main(){
cout << "Hello World!";
return 0;
}

Summary:

File size: 3.30 MB
Platform: Win95, Win98, WinME, Windows2000, Windows2003, WinXP, Windows Vista, Windows Vista x64, Windows 7, Windows 7 x64
License: Freeware
Download Now (http://downloads.ziddu.com/download/23699862/tcpp3.zip.html)

CanDiiZ
21st April 2014, 09:47
เห็นแล้วคิดถึงตอนเรียนเลย

ดีนะไม่ได้เรียนสายคอมโดยตรง เจอ computer programming ตัวเดียว

แทบช็อค -0-