How to Create your First Program CS 242 – Programming (1) 1.

Slides:



Advertisements
Similar presentations
How to Install a Printer. To Begin From the Startmenu, choose settings then go to Printers.
Advertisements

Clicking on the link for the.tns file gives you will get the following screen: Select Save File and click OK.
1 CSCI N305 C Language Programming Welcome to CSCI N305! Compiling Your First Program Using Microsoft Visual Studio 2008.
How to Submit an Assignment after the Due Date. Click on “Courses” Tab.
This tutorial will show you, step by step, how to upload a file to Moodle.
Scite Scintilla integrated text editor. Click here.
Course Orientation Assignments Tool. If the Assignments tool has been added to the course, use the Assignments link in the Course Menu to access upcoming.
SHORTCUTS. Overview Shortcuts are quick ways to get to the items you use often. You can put a shortcut to any program, document, or printer on your desktop.
Advanced Microsoft Word Using Templates & Protecting Documents Rich Malloy Greenwich Continuing Education.
Using Visual C++ and Pelles C
Create A Visual Studio Template
A Computer is Like a Filing Cabinet
Windows Movie Maker. How to EXPORT Exporting……. In the Project, open the FINISH MOVIE tab.
Getting Started with Eclipse Sandeep Pasuparthy. What’s Eclipse? It is a free software / open source platform- independent software framework for delivering.
Digital Image Processing Lecture3: Introduction to MATLAB.
Several Ways to Print in Windows 98 by Ralph Godinez.
IT 211 Project Integration and Deployment Lab #11.
Microcomputer Fundamentals Computer Class This class is designed for first-time computer users. Over the next several weeks, we will discuss how computers.
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.
*** CONFIDENTIAL *** © Toshiba Corporation 2008 Confidential Scheduling Reports.
Computer Programming for Engineers Introduction to Programming in C Language on Visual C Platform Intro. Comp. Prog. C-Language1.
Digital Filing A Simple Way to Digitally Centralize and Distribute Documents.
Basic Instructions on how to use One Drive and share files. ONE Drive Your LogoYour own footer.
Project Deployment IT [211 CAP] How to convert your project to a full application.
1 NORMA Lab. 7 Generating Reports More Display Options File: NORMA_Lab6.ppt. Author: T. Halpin. Last updated: 2009 June 9.
Chapter Two Creating a First Project in Visual Basic.
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:
Visual Basic.NET BASICS Lesson 1 A First Look at Microsoft Visual Basic.NET.
Features Help (Adding Attachments) (Adding Auto Signatures) (Setting Priorities)
Information and Communication Technology Sayed Mahbub Hasan Amiri Dhaka Residential Model College Higher Secondary.
Microsoft Visual Basic 2005 BASICS Lesson 1 A First Look at Microsoft Visual Basic.
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.
Submitting and Assignment Click on the assignment link in your course The folder with the paper sticking out of the top is the symbol for an assignment.
Import pictures I usually save them to my desktop Click here to browse files on your computer or images from the web.
POP Pointers on PowerPoint Making Your Presentations POP Women in Technology Day October 14, 2005 Brought to you by.
CAREER PLANNING Research Project. EXPLORE CAREERS  Four options for finding careers  Browse several – “At a Glance”  Add any of interest to your Portfolio.
How to use By Lauren Fowler. Adding Attachments Attachments are pictures, videos and files that you have on your computer. You can add these to.
EXPORT CONTACTS FORM OUTLOOK. First open outlook and then click File.
Objective: SWBAT improve the efficiency of mathematical calculations through the use of a spreadsheet program Do Now: What is the primary purpose of a.
Getting Started with Refworks Antoinette Lourens Tel:
Introduction to Eclipse Programming with an Integrated Development Environment.
COMPUTER PROGRAMMING I 3.01 Apply Controls Associated With Visual Studio Form.
Data-information stored in files on the disks and CDs in your computer system Why should we save a file when we create it on the computer?
Managing Contacts Adding Contacts in EDesk. Step 1 For Outlook users go to your Outlook Click on “File” and choose “Import/Export”
Internet Explorer. 2 Menu bar Command bar Back & forward buttons Search bar (type word or phrases )
Creating Web Pages with Links, Images, and Embedded Style Sheets
Microcomputer Fundamentals Computer Class This class is designed for first-time computer users. Over the next several weeks, we will discuss how computers.
How to Apply PDF in Flipbook on Website. Description If you are finding solution for applying PDF in flipbook mode on website, and adding multimedia items.
Photostory 3. Create a Picture and Music folder 1.Open your folder in GMS student on the desktop. (NOT IN CITRIX!!) 2.Right click in the screen. 3.Choose.
How to access your work from home or another computer
Using a set-up file to read ASCII data into SPSS
How to save files using SSU Apps Anywhere
הצטרפות לקבוצת DeDemoc
❶ Start by selecting the MEPS – area where the motor will be placed
NORMA Lab. 7 Generating Reports More Display Options
How to your WhiteBox Bridge design
I decided to put both the 9:00 and 10:00 class in one presentation to give you a little more information. Be sure to look at the information under notes.
to … monnigcte.weebly.com
1. Open Visual Studio 2008.
ms vısual studıo 2008-Introductıon TUTORIAL
HOW TO CREATE A CLASS Steps:
Provider Portal Document Library Instructions for Transmission Forms
Create a Desktop Shortcut
Suppose I want to add all the even integers from 1 to 100 (inclusive)
Lesson 2 Attaching a Document.
Start a new project – since this is the community edition I will save all when I get into VB and then I can choose the location and specify a folder.
Python Lesson’S 1 & 2 Mr. Kalmes.
More to Learn Creating a shortcut
How to Create your First Program
Presentation transcript:

How to Create your First Program CS 242 – Programming (1) 1

Create a Project 2

This is the default location of the project

Create a Project C:\Users\user\Documents\Visual Studio 2010\Projects This Folder differs depending on your user name in your computer. 4

Create a Project Now, the project is created and shown in the Solution Explorer 5

Create a Project If you want to save your project in a folder on the desktop. How to do it? Create a folder on the desktop, give it a name: Yourname for example: NoraAlAhmad 6

Create a Project

8 This is the folder name that you want to create the project in it 1 2 3

Create a Project 9 Here, The Project location is a Folder on the desktop.

Adding Source File(.cpp file) 10 You have to write your program in a file called Source File and its extension is.cpp So, you have to add a Source File to your project to write your program in it.

Adding Source File(.cpp file) First of all, The project should be selected 2

Adding Source File(.cpp file)

Adding Source File(.cpp file) 13 Here, you will write your program.ccp file Should be under source files folder

Save your program 14

Exit VC++ 15 OR 1.2.

Open a project 16 To open a previously created project, there are two ways: File  Recent Projects used if the project is recently created. File  Open  Project/Solution

Open a project 17 File  Recent Projects Then, choose the project.

Open a project 18 File  Open  Project/Solution Then, Browse for the project file.

Open a project

Open a project

Open a project

How to locate the source file(.cpp) 22

This the file that contains your code. This is what you should send to me. Project Name 23

How to print your code 24

Make sure that the cursor is located HERE 25

26

Excercis 27

28 Write a program that print this output using one line