Creating Your First C Program Using Visual Studio 2010

Slides:



Advertisements
Similar presentations
1 CSCI N305 C Language Programming Welcome to CSCI N305! Compiling Your First Program Using Microsoft Visual Studio 2008.
Advertisements

Visual Basic 2010 How to Program. © by Pearson Education, Inc. All Rights Reserved.2.
Visual Basic 2010 How to Program Reference: Instructor: Maysoon Bin Duwais slides Visual Basic 2010 how to program by Deitel © by Pearson Education,
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.
A Visual Introduction to PC SAS. Start SAS by double-clicking on the SAS icon...
Introduction to Visual Basic. What is Visual Basic? An environment for developing Windows applications Components –A GUI (Graphical User Interface - gooey)
Creating a Console Application with Visual Studio
2. Introduction to the Visual Studio.NET IDE 2. Introduction to the Visual Studio.NET IDE Ch2 – Deitel’s Book.
1 ENG236: ENG236: C++ Programming Environment (2) Rocky K. C. Chang THE HONG KONG POLYTECHNIC UNIVERSITY.
CS Tutorial 1 Getting Started with Visual Studio 2012 (Visual Studio 2010 are no longer available on MSDNAA, please choose Visual Studio 2012 which.
Computer Programming for Engineers Introduction to Programming in C Language on Visual C Platform Intro. Comp. Prog. C-Language1.
2. Introduction to the Visual Studio.NET IDE. Chapter Outline Overview of the Visual Studio.NET IDE Overview of the Visual Studio.NET IDE Menu Bar and.
Integrated Development Environment (IDE)
NOTE: To change the image on this slide, select the picture and delete it. Then click the Pictures icon in the placeholder to insert your own image. WEB.
Introduction to the Visual Studio.NET IDE (LAB 1 )
Program Design and Coding
Microsoft Visual Basic 2010 CHAPTER THREE Program Design and Coding.
Computer Science I How to Configure Visual Studio.NET 2003 for C++ Colin Goble.
Introduction In The Name Of Allah, The Beneficent, The Merciful.
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.
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.
1 Programming Environment and Tools VS.Net 2012 First project MSDN Library.
LAB#1 CSC st semster H King Saud University College of Applied studies and Community Service Csc 1101.
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.
1 Mapping a Drive on a USF IIS Server. 2 Mapping a Drive To map a drive to a network file directory in Windows you must be on a Microsoft local area network,
Visual Basic.Net. Software to Install Visual Studio 2005 Professional Edition (Requires Windows XP Pro) MSDN Library for Visual Studio 2005 Available.
Tutorial 1 Writing Your First C++ Program CSC1110C Introduction to Computer Programming By Paul Pun Acknowledgement: Special thanks to Dr. Michael Fung.
C# Programming: From Problem Analysis to Program Design
Dive Into® Visual Basic 2010 Express
Development Environment
Chapter 2: The Visual Studio .NET Development Environment
Lab 2: Packet Capture & Traffic Analysis with Wireshark
© 2016, Mike Murach & Associates, Inc.
Computer Terms Review from what language did C++ originate?
Chapter 5- Assembling , Linking, and Executing Programs
Visual Basic Code & No.: CS 218
Chapter Topics 15.1 Graphical User Interfaces
1. Introduction to Visual Basic
Visual programming Chapter 1: Introduction
Microsoft Windows XP Inside Out Second Edition
Creating your first C++ program using Visual Studio 2010
How To Fix Outlook Integration Error? This is a message which appears when users are trying to click on the message to display the details. So, it is.
Lets get on to A+ from Home
Here is a Quick Way To Resolve Quickbooks Error Quickbooks Support Toll-Free
Quick Start Guide for Visual Studio 2010
and Executing Programs
5.01 Understand Different Types of Programming Errors
© 2016, Mike Murach & Associates, Inc.
Social Media And Global Computing Introduction to Visual Studio
Chapter 2 – Introduction to the Visual Studio .NET IDE
CIS16 Application Development Programming with Visual Basic
1. Open Visual Studio 2008.
ms vısual studıo 2008-Introductıon TUTORIAL
Lab 1 Introduction to C++.
Visual Studio.
Creating Your First C Program Using Visual Studio 2010
Double click Microsoft Visual Studio 2010 on the Computer Desktop
Install MySQL Community Server and MySQL Workbench
Computer Terms Review from what language did C++ originate?
The Role of Command Line Compiler (csc.exe)
BEGINNER PROGRAMMING LESSON
Visual Studio Code Walkthrough
C# and ASP.NET Programming
An Introduction to the Windows Operating System
Presentation transcript:

Creating Your First C Program Using Visual Studio 2010 1101csc Creating Your First C Program Using Visual Studio 2010

(1)Download and Install Microsoft Visual Studio 2010 on your PC 1-Open your internet explorer then type the address of the(e-Transactions & Communications) http://etc.ksu.edu.sa in the address bar then press Enter 2-Click

3-Click on Visual Studio 2010 is Microsoft’s Integrated Development Environment (IDE) for creating, running and debugging programs (also called applications) written in various .NET programming languages. 4-After being downloaded on your PC, click on the installation icon then follow the wizard

(2)Getting Start With Microsoft Visual Studio 2010

change extension to .C,  default is .CPP.  To work with C language program source file The name should be with extension .C. 

Other way to do it 1 -Right click 3 change the extension to .C 2

The most important 3 windows in the interface

If it’s not shown in the IDE, select View menu

write a small printing program as shown

To check your code syntax

If your code contains syntax errors it will be underlined in red

Display Line Numbers in the Editor

a common mistake you could face it when you build your program

change the incremental linking value from yes to no or vice versa