Instalasi C standard Risanuri HIdayat.

Slides:



Advertisements
Similar presentations
1/2/2014 (c) 2000, Ron S. Kenett, Ph.D.1 Statistics for Molecular Biology and Bioinformatics Instructor: Ron S. Kenett
Advertisements

1 Copyright © 2002 Pearson Education, Inc.. 2 Chapter 2 Getting Started.
Copyright © 2003 Pearson Education, Inc. Slide 1 Computer Systems Organization & Architecture Chapters 8-12 John D. Carpinelli.
1 All Powder Board and Ski Microsoft Access Workbook Chapter 8: Applications Jerry Post Copyright © 2007.
Copyright © 2011, Elsevier Inc. All rights reserved. Chapter 6 Author: Julia Richards and R. Scott Hawley.
1 Copyright © 2013 Elsevier Inc. All rights reserved. Appendix 01.
AQute Eclipse Environment By Peter Kriens CEO aQute OSGi Director of Technology and OSGi Fellow.
1. HDD Partition Setup Insert Booting Diskette to A: drive and turn on the power. Then it will be boot by floppy diskette. 1 Type FDISK and press Enter.
Microsoft Access 2007 Advanced Level. © Cheltenham Courseware Pty. Ltd. Slide No 2 Forms Customisation.
Mike Scott University of Texas at Austin
Microsoft®.
Office 2003 Introductory Concepts and Techniques M i c r o s o f t Windows XP Project An Introduction to Microsoft Windows XP and Office 2003.
Break Time Remaining 10:00.
The basics for simulations
Intel VTune Yukai Hong Department of Mathematics National Taiwan University July 24, 2008.
4.1 © 2004 Pearson Education, Inc. Exam Managing and Maintaining a Microsoft® Windows® Server 2003 Environment Lesson 4: Organizing a Disk for Data.
1 Lesson 7 - Hypertext Links. 2 Web Pages vs Web Site SatFriThuWedTueMonSun April 2009 XOX OXX.
ETS4 - What's new? - How to start? - Any questions?
Telemetry Modules Quick Start
Dynamic Access Control the file server, reimagined Presented by Mark on twitter 1 contents copyright 2013 Mark Minasi.
Software untuk EAI. Setting environment variables Set JAVA_HOME Dan masukkan JAVA_HOME/bin ke PATH.
Copyright © 2012, Elsevier Inc. All rights Reserved. 1 Chapter 7 Modeling Structure with Blocks.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Introduction to Computer Administration Introduction.
Services Course Windows Live SkyDrive Participant Guide.
Services Course Windows Live Spaces + Windows Live Writer Participant Guide.
Install Window XP. Begin the Installation 1. Insert the Windows XP CD and restart your computer. 2. If prompted to start from the CD, press SPACEBAR.
Security Systems BU Communication SystemsDCN ST/SEU-CO 1 DCN MPCC IO ASM ClientPC Installing the Application Software Modules on the Client.
2.10% more children born Die 0.2 years sooner Spend 95.53% less money on health care No class divide 60.84% less electricity 84.40% less oil.
1 Crystal Report adalah sebuah paket software Report Generator (Pembangkit Laporan). Crystal report dapat dipanggil dari visual basic untuk diminta bantuannya.
Extension Specification
: 3 00.
5 minutes.
Before start the Installation process, follow the following mandatory steps :  Sales Department will provide an Order No. for New Installation.  Pass.
By: Jeffrey Bivin Lake Zurich High School Last Updated: October 11, 2005.
Converting a Fraction to %
Clock will move after 1 minute
& dding ubtracting ractions.
A lesson approach © 2011 The McGraw-Hill Companies, Inc. All rights reserved. a lesson approach Microsoft® PowerPoint 2010 © 2011 The McGraw-Hill Companies,
Select a time to count down from the clock above
Murach’s OS/390 and z/OS JCLChapter 16, Slide 1 © 2002, Mike Murach & Associates, Inc.
PEMOGRAMAN APLIKASI BERGERAK (Java ME) Nyimas Artina Getting Started.
Introduction to Java IEEM241 Routing and Fleet Management Feb 3, 2005.
Java Programming Working with TextPad. Using TextPad to Work with Java This text editor is designed for working with Java You can download a trial version.
Update the PATH variable Trying to run the command: “javac Ex1.java” you’ve may encountered the error: “javac is not recognized as internal or external.
Tutorial 11 Installing, Updating, and Configuring Software
CSC 215 : Procedural Programming with C C Compilers.
By Rashid Khan Lesson 10-From Here to There: Remote Installation of the Windows XP Professional Client.
 PIXELA CORPORATION All Rights reserved PIXELA CONFIDENTIAL How to get the log How to get the log data.
Our Environment We will exercise on Microsoft Visual C++ v.6 We will exercise on Microsoft Visual C++ v.6 because that is what we have in the univ. because.
Borland Graphics Interface in the Windows KwangWoo Choi Department of Physics Kangwon National University Using the BGI(Borland Graphic Interface) in the.
Setting up Cygwin Computer Organization I 1 May 2010 ©2010 McQuain Cygwin: getting the setup tool Free, almost complete UNIX environment emulation.
Installing JDK Vijayan Sugumaran Department of DIS Oakland University.
Java Programming, Second Edition Appendix A Working with Java SDK 1.4.
1 Installing Java on Your PC. Installing Java To develop Java programs on your PC: Install JDK (Java Development Kit) Add the directory where JDK was.
Required Tools Copyright © Liferay, Inc. All Rights Reserved. No material may be reproduced electronically or in print without written permission.
Open project in Microsoft Visual Studio → build program in “Release” mode.
C Programming Lecture 3 : C Introduction 1 Lecture notes : courtesy of Woo Kyun and Chang Byung-Mo.
 CSC 215 : Procedural Programming with C C Compilers.
Upgrade on Windows 7. DownloadSoftware Download Software from link provided in Webliography: e/
Required Tools Copyright © 2005 Liferay, LLC All Rights Reserved. No material may be reproduced electronically or in print without written permission from.
Tutorial 1 Writing Your First C++ Program CSC1110C Introduction to Computer Programming By Paul Pun Acknowledgement: Special thanks to Dr. Michael Fung.
Cygwin: getting the setup tool
CSC 215 : Procedural Programming with C
Getting Eclipse for C/C++ Development
Download and Installation of code::blocks
Windows.
Install MySQL Community Server and MySQL Workbench
Getting Eclipse for C/C++ Development
Cygwin: getting the setup tool
Presentation transcript:

Instalasi C standard Risanuri HIdayat

Visual C Toolkit Download dari Nama file http://msdn.microsoft.com/visualc/vctoolkit2003/ Nama file VCToolkitSetup.exe Double click file tersebut untuk meng-install, hasil instalasi terletak di C:\Program Files\Microsoft Visual C++ Toolkit 2003 Set Path, untuk Win XP click kanan my computer ->properties, click Advanced, dan environment variables. Tambahkan/Isikan pada variabel Path C:\Program Files\Microsoft Visual C++ Toolkit 2003\bin;

Hello Tuliskan program berikut, text editor terserah anda (NotePad, WordPad, Jext, dsb) #include <stdio.h> main() { /* My first program */ printf("Hello Sayang…. \n"); } Simpan dalam file dengan nama: hello.c

Run/eksekusi hello.exe Compile hello.c dengan perintah berikut >cl hello.c -o hello.exe Run/eksekusi hello.exe >hello.exe Hello Sayang….

Hello D:\myc\hello>dir D:\myc\hello>cl hello.c -o hello.exe Volume in drive D is DATA Volume Serial Number is 3FDE-CEE7 Directory of D:\myc\hello 09/08/2004 09:32 AM <DIR> . 09/08/2004 09:32 AM <DIR> .. 09/08/2004 09:33 AM 90 hello.c 09/08/2004 09:34 AM 646 hello.obj 09/08/2004 09:34 AM 36,864 hello.exe 3 File(s) 37,600 bytes 2 Dir(s) 1,766,662,144 bytes free D:\myc\hello>hello.exe Hello Sayang…. D:\myc\hello>cl hello.c -o hello.exe Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3052 for 80x86 Copyright (C) Microsoft Corporation 1984-2002. All rights reserved. hello.c Microsoft (R) Incremental Linker Version 7.10.3052 Copyright (C) Microsoft Corporation. All rights reserved. /out:hello.exe hello.obj D:\myc\hello>

gcc MANDATORY: Must choose one of the following: a. gcc-2.95.2-crtdll.exe ........ C/C++/F77/ObjC compilers (CRTDLL) b. gcc-2.95.2-msvcrt.exe ........ C/C++/F77/ObjC compilers (MSVCRT) Download dari ftp://ftp.xraylith.wisc.edu/pub/khan/gnu-win32/mingw32/gcc-2.95.2/gcc-2.95.2-crtdll.exe http://te.ugm.ac.id/~risanuri/download/gcc-2.95.2-crtdll.exe All Win9x/NT systems come with CRTDLL, and all Win9x/NT systems except perhaps the first edition of Win9x systems come with MSVCRT as well. Until now, CRTDLL runtime version was the one commonly known as Mingw32, and the MSCVCRT was provided as an add-on.

Documentation OPTIONAL: Documentation packages are optional, but I highly recommend it. mingw32-docs-html.exe ........ Docs in HTML format. Contains GCC 2.95.2, Binutils 2.9.4, GDB 4.18 and Make 3.77 docs.

Installation Just double click the file Decide where to install it. By default, it usually install in "C:\GCC-2.95.2", but you can install *anywhere* you want, including on a ZIP/JAZ drive.

Setting up environment variables Setting path berada dalam file MINGW32.BAT. C:\> PATH=C:\GCC-2.95.2\BIN;%PATH% Jalankan file ini, atau copykan isi file ini ke dalam autoexec.bat Di Windows XP

Hello Directory of D:\myc\hello 09/08/2004 09:32 AM <DIR> . 09/22/2004 11:34 AM 88 HELLO.BAK 09/22/2004 11:36 AM 89 HELLO.C 09/22/2004 11:56 AM 9,465 a.exe 09/22/2004 11:57 AM 646 hello.obj 10/02/2004 08:40 AM 9,465 hello.exe 5 File(s) 19,753 bytes 2 Dir(s) 1,766,170,624 bytes free D:\myc\hello>hello.exe Hello Sayangà. D:\myc\hello> D:\myc\hello>type hello.c #include <stdio.h> main() { /* My first program */ printf("Hello Sayangà. \n"); } D:\myc\hello>gcc hello.c -o hello.exe D:\myc\hello>dir Volume in drive D is DATA Volume Serial Number is 3FDE-CEE7