C Pre-Course Workshop Terence Lee QT406 -> PQ607

Slides:



Advertisements
Similar presentations
Introduction to Eclipse. Start Eclipse Click and then click Eclipse from the menu: Or open a shell and type eclipse after the prompt.
Advertisements

Litmus Learning Primer tests
1 After completing this lesson, you will be able to: Create a database. Create a table using the Table Wizard. Create and modify a table in Design view.
Stored procedures and views You can see definitions for stored procedures and views in the demo databases but you can’t change them. For views, expand.
Version Control System (Sub)Version Control (SVN).
Using Macros and Visual Basic for Applications (VBA) with Excel
Office 2003 Introductory Concepts and Techniques M i c r o s o f t Excel Web Feature Creating Static and Dynamic Web Pages Using Excel.
1 CSCI N305 C Language Programming Welcome to CSCI N305! Compiling Your First Program Using Microsoft Visual Studio 2008.
DNR-322L & DNR-326.
MODULE 4 File and Folder Management. Creating file and folder A computer file is a resource for storing information, which is available to a computer.
5-9/12/2005 CPE How to format your computer and re-install Windows XP.
CS 1400 Using Microsoft Visual Studio 2005 if you don’t have the appropriate appendix.
* Login to Smartroom with address and password.
Using Visual C++ and Pelles C
Course ILT Folder and file management Unit objectives Explore the contents of a hard disk and view file and folder attributes by using Windows Explorer.
1 ENG236: ENG236: C++ Programming Environment (2) Rocky K. C. Chang THE HONG KONG POLYTECHNIC UNIVERSITY.
Microsoft Office 2013 ®® Managing Your Files. XP Objectives Explore the differences between Windows 7 and Windows 8 Plan the organization of files and.
Introduction to VB.NET Tonga Institute of Higher Education.
Hello World In C++ and Microsoft Visual C++. Directions to begin a project 1. Go to All Programs 2. Open Visual Studio C++ 3. Click on New Project 4.
Microsoft SQL Server 2008 Installation Guide Omer Alrwais.
© 2008 The McGraw-Hill Companies, Inc. All rights reserved. WORD 2007 M I C R O S O F T ® THE PROFESSIONAL APPROACH S E R I E S Lesson 22 Macros.
CS Tutorial 1 Getting Started with Visual Studio 2012 (Visual Studio 2010 are no longer available on MSDNAA, please choose Visual Studio 2012 which.
1- Date TimePicker 2- Month Calendar 3- User Defined Controls.
VISUAL C++ PROGRAMMING: CONCEPTS AND PROJECTS Chapter 1B Introduction (Tutorial)
Creating a Web Site to Gather Data and Conduct Research.
®® Microsoft Windows 7 for Power Users Tutorial 13 Using the Command-Line Environment.
Intro to C++. Getting Started with Microsoft Visual Studios Open Microsoft Visual Studios 2010 Click on file Click on New Project Choose Visual C++ on.
Once you have contacted me to set up a new account, your computer needs to be configured to dial into.DevlinEx and use our servers for things like .
Visual Basic.NET Comprehensive Concepts and Techniques Chapter 2 The Visual Basic.NET Integrated Development Environment.
Introduction to the Visual Studio.NET IDE (LAB 1 )
Computer Science I How to Configure Visual Studio.NET 2003 for C++ Colin Goble.
ZONG Wen Department of Computer Science and Engineering The Chinese University of Hong Kong
How to configure DNS for a Windows 2000 domain? 1.Start the Install/Remove Programs Control Panel Applet (Start - Settings - Control Panel - Add/Remove.
Active-HDL Interfaces Debugging C Code Course 10.
Open a editor Write/Type the program Save the program with “.c” extension Compile the program (alt + F9) Run/Execute the program (ctrl + F9) Check the.
1 / 21 Backing Up and Restoring Returns © 2006, Universal Tax Systems, Inc. All Rights Reserved. Backup and Restore Objectives –In this chapter you will.
Using Microsoft Visual Studio 2005 Original by Suma Rao Revised by John G. McMahon ( 9/6/2008 )
Using Microsoft Visual Studio C++ Express 2005 Name: Dr Ju Wang Ashwin Belle Course Resource:
EIE375 BlueJ: Getting Started Dr Lawrence Cheung.
Programming with Visual Studio.NET A short review of the process.
Information and Communication Technology Sayed Mahbub Hasan Amiri Dhaka Residential Model College Higher Secondary.
1 Getting Started with C++. 2 Objective You will be able to create, compile, and run a very simple C++ program on Windows, using Visual Studio 2008.
Using Visual Studio C++ Express Ron Gross A current copy of this can be found at or this direct linkhttp://tinyurl.com/2ucarothis.
Compiling a Native C++ Program on the Command Line #define #include.
Your Digital Technology Briefcase My information…when and where I need it.
Operating Systems Written by: Tim Keyser Georgia CTAE Resource Network 2010.
Lab00-Getting Started with VC Launch VS 2005 Launch Visual Studio 2005 – Start > All Programs > Microsoft Visual Studio 2005 > Microsoft Visual.
This is how you invoke the Microsoft Visual Studio 2010 Software. All Programs >> Microsoft Visual Studio 2010.
1 Getting Started with C++ Part 1 Windows. 2 Objective You will be able to create, compile, and run a very simple C++ program on Windows, using Microsoft.
Java On the ENB 116 Computers The JDK is now available on the ENB 116 computers. You can use a classroom computer rather than your own laptop or CIRCE.
1 /22 Accessing TaxWise Online © 2006, Universal Tax Systems, Inc. All Rights Reserved. Accessing TaxWise Online Objectives –In this chapter you will learn.
Creating a Zip File with a Password. 1.Right Click on the File or Folder you want to Zip. 2.Choose “Add to Zip”
File and File Systems Compiled by IITG Team Need to be reorganized and reworded.
Sorting Contacts with Categories Lunch and Learn.
Chapter 2: The Visual Studio.NET Development Environment Visual Basic.NET Programming: From Problem Analysis to Program Design.
/alexwaston14/fix-pc-error u/0/b/ /pages/Fix-PC- Error/
FrontPage & Web Page Design. Starting FrontPage Click on the FrontPage icon in the task bar at the bottom of the screen or Locate it from the programs.
DEVRY CIS 170 C I L AB 1 OF 7 G ETTING S TARTED Check this A+ tutorial guideline at
Getting Eclipse for C/C++ Development
Document Generation QRG
1. Select tools 2. From the dropdown menu choose Internet Options.
1. Open Visual Studio 2008.
ms vısual studıo 2008-Introductıon TUTORIAL
Lab 1 Introduction to C++.
Our Environment We will exercise on Microsoft Visual C++ v.6
Double click Microsoft Visual Studio 2010 on the Computer Desktop
Creating the First Program
Getting Eclipse for C/C++ Development
Presentation transcript:

C Pre-Course Workshop Terence Lee QT406 -> PQ

Login Novell Do not click “Workstation only” Show “Advanced Menu” –Click “Advanced” Button if not showing up Change context –Click “Context” button –Expand COMP – STUDENT – USER –Select “SC” –Click “OK” Key in Username / Password –Username : cwsXXX (where XXX will be assigned individually) –Password : cp2004pre Click “OK” button to login

Work Space Environment Your own server disk space is in J: This work space will be used for whole workshop Your own files in local hard disk will be deleted after re-boot All files and directory will be deleted after the workshop

Development Environment Start Menu –Programs Microsoft Visual Studio.Net –Microsoft Visual Studio.Net

Open a New Project (1) Click “New Project” button Or “File” – “New” – “Project”

Open a New Project (2) Select Visual C++ Project Choose Win32 Project Enter Name (MyProject) Change the location to J:\ click “OK” button

Open a New Project (3) Click “Application Settings” Change to “Console Application” Check “Empty Project” Click “Finish”

Create Your Program (1) In Solution Explorer on Right Hand Side Right click “Source Files” Choose “Add” - “Add New Items”

Create Your Program (2) Choose “C++ Files (.cpp)” Enter Name Keep Location unchanged Click “Open”

Create Your Program (3) Enter your program and Save it. Note the quotation marks!

Try Your Program Select “Debug” – “Start without Debugging If prompt, click “Yes” to build the Project

Result Press any key to return To the Editor

Build Your Project Choose “Build” Select “Build MyProject”

Execute Your Program (1) Open a Command Prompt

Execute Your Program (2) Type “J:” to change to drive J: Type “cd MyProject” to changed to your project directory Type “cd debug” to change to your program debug directory Type “dir” to display what files are created (Most Important one is “MyProject.exe”) Type “MyProject” to execute your program

Note After modifying your program, Windows may prompt you your Program has been modified. Just click “Yes” or “Yes to All” To reload the changed program After certain compilation errors And program modifications, It is suggested to Clean the Project Before the next compilation/build.

Turbo C Compiler