How to Get Visual Studio:

Similar documents
Creating a Simple Visual C++ Program

Introduction to the use of the environment of Microsoft Visual Studio 2008

Install the Production Treasury Root Certificate (Vista / Win 7)

DEPLOYING A VISUAL BASIC.NET APPLICATION

Compiler Setup and DirectX/OpenGL Setup

Appendix K Introduction to Microsoft Visual C++ 6.0

Using Microsoft Visual Studio API Reference

Microsoft Visual Studio 2010 Instructions For C Programs

SQL Server 2005: Report Builder

Nexsure Training Manual - Admin. Chapter 11

From Data Modeling to Data Dictionary Written Date : January 20, 2014

Microsoft PowerPoint 2008

Working with Office Applications and ProjectWise

Installing and Using No Machine to connect to the Redhawk Cluster. Mac version

QUANTIFY INSTALLATION GUIDE

Listed below are the common process in creating a new content type, and listing a summary of all contents via view and/or panel custom page.

Getting Started with MozyPro Online Backup Online Software from Time Warner Cable Business Class

Citrix Client Install Instructions

How schedule AccuTRConsole to run every hour

Mail Merge Creating Mailing Labels 3/23/2011

Learn how to create web enabled (browser) forms in InfoPath 2013 and publish them in SharePoint InfoPath 2013 Web Enabled (Browser) forms

Instructions for Configuring a SAS Metadata Server for Use with JMP Clinical

Moving the TRITON Reporting Databases

Lab 2 - CMPS 1043, Computer Science I Introduction to File Input/Output (I/O) Projects and Solutions (C++)

Composite.Community.Newsletter - User Guide

Host Installation on a Terminal Server

Windows XP Home Edition / Windows XP Professional

Windows Server Update Services 3.0 SP2 Step By Step Guide

User Guide. emoney for Outlook

Internet Explorer 7. Getting Started The Internet Explorer Window. Tabs NEW! Working with the Tab Row. Microsoft QUICK Source

Working with SQL Server Integration Services

Getting started with 2c8 plugin for Microsoft Sharepoint Server 2010

Releasing blocked in Data Security

This tutorial provides detailed instructions to help you download and configure Internet Explorer 6.0 for use with Web Commerce application.

Organizing and Managing

Introduction: The Xcode templates are not available in Cordova or above, so we'll use the previous version, for this recipe.

Microsoft PowerPoint 2010

Avery Wizard: Using the wizard with Microsoft Word. This is a simple step-by-step guide showing how to use the Avery wizard in word

Adobe Acrobat: Creating Interactive Forms

How to use FTP Commander

Using Keil software with Linux via VirtualBox

1. Set Daylight Savings Time Create Migrator Account Assign Migrator Account to Administrator group... 4

Creating a connection using Microsoft Excel 2007, 2010, 2013

eadvantage Certificate Enrollment Procedures

GE Intelligent Platforms. Activating Licenses Online Using a Local License Server

How to Run Java Programs Using Microsoft J++

TAMUS Terminal Server Setup BPP SQL/Alva

STATISTICA VERSION 9 STATISTICA ENTERPRISE INSTALLATION INSTRUCTIONS FOR USE WITH TERMINAL SERVER

Lookout Software, LLC. All rights reserved.

INTRODUCTION TO COMPUTER CONCEPTS CSIT 100 LAB: MICROSOFT POWERPOINT

How to Configure Microsoft System Operation Manager to Monitor Active Directory, Group Policy and Exchange Changes Using NetWrix Active Directory

Appendix M: Introduction to Microsoft Visual C Express Edition

Installing LearningBay Enterprise Part 2

Installing Windows Server Update Services (WSUS) on Windows Server 2012 R2 Essentials

How to install and use the File Sharing Outlook Plugin

What is a Mail Merge?

Remedy ITSM Service Request Management Quick Start Guide

DIY Website Builder. Starter Guide

CDOT Workflow ProjectWise Web Access Operations

Maximizing the Use of Slide Masters to Make Global Changes in PowerPoint

How to FTP (How to upload files on a web-server)

Legal Notes. Regarding Trademarks KYOCERA Document Solutions Inc.

Report Designer and Report Designer Add-In Installation Guide Version 1.0

Baylor Secure Messaging. For Non-Baylor Users

Appendix L: Running Hazus-MH with SQL Server 2005

Check out our website!

Crystal Reports Installation Guide

VirtualXP Users Guide

Interact for Microsoft Office

Windows XP Home Edition / Windows XP Professional

Pharmacy Affairs Branch. Website Database Downloads PUBLIC ACCESS GUIDE

Visual Studio 2008 Express Editions

WebSphere Business Monitor V7.0 Script adapter lab

Universal Management Service 2015

CONNECT-TO-CHOP USER GUIDE

Microsoft PowerPoint 2011

Non-ThinManager Components

3. On the Accounts wizard window, select Add a new account, and then click Next.

How To Make Templates More Powerful In Ec.Org

Team Foundation Server 2010, Visual Studio Ultimate 2010, Team Build 2010, & Lab Management Beta 2 Installation Guide

POINT OF SALES SYSTEM (POSS) USER MANUAL

Presentations and PowerPoint

Outlook . Step 1: Open and Configure Outlook

STATISTICA VERSION 10 STATISTICA ENTERPRISE SERVER INSTALLATION INSTRUCTIONS

MS WORD 2007 (PC) Macros and Track Changes Please note the latest Macintosh version of MS Word does not have Macros.

Sage Intelligence Financial Reporting for Sage ERP X3 Version 6.5 Installation Guide

WHAT S NEW IN OUTLOOK 2010 & HOW TO CUSTOMIZE IT

Microsoft Access 2007 Advanced Queries

Account Create for Outlook Express

Managing Contacts in Outlook

Setup Guide for Exchange Server

Database Program Instructions

Required Virtual Interface Maps to... mgmt0. bridge network interface = mgmt0 wan0. bridge network interface = wan0 mgmt1

Moving a CIMPLICITY SQL Database using Detach/Attach Proficy HMI/SCADA CIMPLICITY

Configuring Your Firewall for Client Access in Professional Edition

Moving the Web Security Log Database

Reduced Quality Sample

Installing and Configuring Login PI

Transcription:

Visual Studio 2015 Edition is a comprehensive, high productivity professional development environment (for developers working alone or in small teams) for building high performance, multi-tier applications for Windows, the Web, and mobile devices. How to Get Visual Studio: 1. Visual Studio is available to students at no charge through the DreamSpark program. Go to the link https://www.dreamspark.com/. It is also available for instructional and lab use through the Microsoft Developer Network Academic Alliance (MSDN AA). http://msdn.microsoft.com/en-us/academic/default.aspx 2. Create your student account with university email id and login. 3. Go to software catalog and select Visual Studio Community 2015. 4. Once you will select Visual Studio Community 2015 you will get the option to download it. 5. Press the download button and download will start.

Installation Guidelines for Microsoft Visual Studio 2015 (on Windows System): 1. Once you have downloaded the setup file for Visual Studio and saved it in your computer then double-click on it to execute the installer (vs_community.exe) and it will start the installation and will guide you through. 2. Once you have installed it you are all set to code, compile and execute your first program by launching Visual Studio. Steps for creating a project and executing a simple C program in Visual Studio 2015: 1. When Visual Studio first starts, the system will come up with no active solution or project, and may have a standard Start Screen. 2. All Visual Studio programs require a Solution and a Project before the file can actually be added into it. Start out by going to File on the main menu. 3. Next, select New and a second menu will appear. On this second menu, select Project. 4. A dialog box will appear, called New Project. 5. Inside of this dialog box, select Visual C++ in the left pane and then Win32 Console Application in the central pane (If you do not get Win32 Console Application then you have to install C++ packages).

6. Now, give the project a Name, in this example FirstProject, and use the Browse button to find a Location to save it. 7. The location is important, this is where the files that make up the program will be stored, and can be navigated by using the Windows Explorer. 8. Once the Name and Location have been selected correctly, click OK. 9. Next, the Application Wizard dialog box will open. 10. Click Next and on the left will be a pair of options, Overview and Application Settings. 11. Select Application Settings.

12. Under Application Settings, i. For Application Type select Console Application. ii. For Additional Options select Empty Project. 13. Once this is done, click Finish. 14. We have created a Project and a Solution in Visual Studio. 15. The next step is to create a file in which to program. 16. Go to the box called Solution Explorer, and highlight the Source Files. 17. Note that different machines may have different layouts for the Studio. 18. Look for the Solution Explorer Window (usually on upper right corner) and if it is not visible go to View on the main menu, and select Solution Explorer. 19. Now, click Source Files with the right button on the mouse, and a submenu will appear. 20. Put the mouse pointer on the word Add, and yet another menu will appear. 21. This time, select New Item. 22. Then Add New Item dialog box will appear. 23. In this case, a. Select the C++ File from the Templates window, b. Give the file a valid name, e.g., MySourceCode.c.

24. Then, select Add 25. A new page opens where a simple program can be typed in. 26. This tabbed area represents the file MySourceCode.c. 27. Here the C code can be typed in, saved and compiled (Working area). 28. Once the program has been typed, select Build from the main menu, and choose Build Solution. 29. The program will now compile and if successful will report a success and no errors in the Output window. 30. Now, in order to run the program, select Debug from the main menu, and select Start

Without Debugging. 31. A Command Prompt box will appear and the program will be executed. 32. Any output from this program will be displayed in the Command Prompt box. Enjoy your programming!!!