How to Create your First Program

Slides:



Advertisements
Similar presentations
Student Research Center & eLibrary Created by: Tisha A. Tytar Oakwood High School Fall 2008.
Advertisements

How to Install a Printer. To Begin From the Startmenu, choose settings then go to Printers.
Clicking on the link for the.tns file gives you will get the following screen: Select Save File and click OK.
Introduction to Visual Basic.NET Uploaded By: M.Sheraz anjum.
1 CSCI N305 C Language Programming Welcome to CSCI N305! Compiling Your First Program Using Microsoft Visual Studio 2008.
Saving Power Points to Shows and Using Digital Dropbox This example is the for Earthquake Power Points.
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.
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.
A Computer is Like a Filing Cabinet
Guide to MCSE , Enhanced 1 Activity 9-1: Creating a Group Policy Object Using the MMC Objective: To create a GPO using the Group Policy Object Editor.
Windows Movie Maker. How to EXPORT Exporting……. In the Project, open the FINISH MOVIE tab.
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.
How to Recall after Submitting a Tk20 Assignment Use this when you submitted the wrong document to an assignment and need to submit a different or more.
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.
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)
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.
Slide Show: Using Idea Machine Templates
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.
Saving & Submitting Your VB Projects 1. 2 Click Tools and then click Options Setting Default Project Folder.
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.
How to Create your First Program CS 242 – Programming (1) 1.
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.
JavaScript “Hello World” in Microsoft Visual Studio 2013
How to access your work from home or another computer
How to save files using SSU Apps Anywhere
הצטרפות לקבוצת DeDemoc
Outlook and .
NORMA Lab. 7 Generating Reports More Display Options
Send Attachment “About Me”
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:
HOW TO CREATE OR UPLOAD A NEW DOCUMENT
Creating Your First C Program Using Visual Studio 2010
Provider Portal Document Library Instructions for Transmission Forms
Create a Desktop Shortcut
self-paced eLearning series
Creating Your First C Program Using Visual Studio 2010
Double click Microsoft Visual Studio 2010 on the Computer Desktop
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
User guide for OneDrive
Presentation transcript:

How to Create your First Program

Create a Project

Create a Project 2 1 This is the default location of the project 3 4

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

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

Solution Explorer Solution Explorer Solution Name = Project Name

Solution Explorer If you can not see Solution Explorer, you can show it as the following:

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

Create a Project 2 1 3 4

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

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

Adding Source File(.cpp file) 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) 2 1. First of all, The project should be selected

Adding Source File(.cpp file) 1 2 3 4

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

Save your program

Exit VC++ OR 1. 2.

Open a project 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 File  Recent Projects Then, choose the project.

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

Open a project 1 2 3

Open a project 1 2

Open a project 1 2

How to print your code

Make sure that the cursor is located HERE

How to locate the source file(.cpp)

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

Locate the .cpp file The Project folder = Project Name This the file that contains your code. This is what you should send to me.