Using Visual C++.net IDE Computer and Information Sciences By: Ed Brunjes.

Slides:



Advertisements
Similar presentations
Dept. of Computer Science - SSBN Java Applets Vishnuvardhan.M.
Advertisements

Copyright  Oracle Corporation, All rights reserved. 1 Creating an Application: The AppBuilder for Java IDE.
FIRST COURSE Getting Started with Microsoft Office 2007.
Windows Dr. Basel Mahafzah. Network Neighborhood Double-clicking on this icon opens the Network Neighborhood window, which displays icons representing.
Appendix B: Customizing In this unit… ► Review ► Overview ► Adding, Removing Buttons ► Changing Button Properties ► Visual Basic.
FIRST COURSE Getting Started with Microsoft Office 2007.
Copyright 2003 : Ismail M.Romi, PPU. All Rights Reserved 1 بسم الله الرحمن الرحيم Palestine Polytechnic University College of Administrative science and.
Customizing Menus and Toolbars. Manipulating Command Bars Customize: –Right-click any place on a command bar and cick Customize … Customize window: –Toolbars,
Chapter 2: The Visual Studio.NET Development Environment Visual Basic.NET Programming: From Problem Analysis to Program Design.
1 Introduction to the Visual Studio.NET IDE Powerpoint slides modified from Deitel & Deitel.
Creating Menu. Objectives Create a menu system for a form –Create a menu –Create a menu titles –Create a menu items –Create a submenu –Modify menu –Edit.
MICROSOFT – WORD. WORD... text entry f formatting spell check bulleting numbering t tables and much more.
8/4/2015Word Differences Between Word 2003 to 2007 Purdue University Calumet Word 2003 Word 2007.
Introduction to Visual Basic. What is Visual Basic? An environment for developing Windows applications Components –A GUI (Graphical User Interface - gooey)
1b – Inside Visual Studio Lingma Acheson Department of Computer and Information Science, IUPUI CSCI N331 VB.NET Programming.
Windows & The Internet. Objectives: Identify and use computer hardware Open and close a desired program Switch back and forth between open windows Create.
Microsoft Word Chapter 1 Understanding the Word window and creating a new document Dothan High School IT Academy BTA 5 th, 6 th & 7 th Periods Mrs. Baker—Instructor.
Visual Basic Chapter 1 Mr. Wangler.
UBUNTU - Desktop Panel by default is across the top Applications menu Quick Launch icons Notification area Clock Shut Down Task Bar by default is on the.
Introduction to VB.NET Tonga Institute of Higher Education.
© Ms. Masihi.  The Dreamweaver Welcome Screen first opens when you start Dreamweaver.  This screen gives you quick access to previously opened files,
1 CA201 Word Application Increasing Efficiency Week # 13 By Tariq Ibn Aziz Dammam Community college.
IE 411/511: Visual Programming for Industrial Applications
1 1 Lab1 Ismail M. Romi – IT Dept, PPU, Visual Basic 2005 Programming Tour.
Debugging Projects Using C++.NET Click with the mouse button to control the flow of the presentation.
Exploring Your Desktop To run presentation, please click on bottom arrow to right to change to next frame.
Workbench Overview Dwight Deugo Nesa Matic
A First Look At Microsoft Visual Basic Lesson 1. What is Microsoft Visual Basic? Microsoft Visual Basic is a software development tool, which means it.
Introduction To Microsoft Word C Apply intermediate skills in utilizing word processing software Word processing programs make the writing process.
2. Recording a Macro. Macro Recording Select Record Macro from the Macro file menu and the dialog box opposite will appear Your macro will require a name.
Copyright © 2010 Wolters Kluwer Health | Lippincott Williams & Wilkins Introduction to Windows Chapter 2.
Introduction It is developed to create software applications. It is a tool for developers of any program that uses both basic and expert settings. It.
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.
 2006 Pearson Education, Inc. All rights reserved Introduction to the Visual C# 2005 Express Edition IDE.
Unit 5, Lesson 1 Working with Databases. Objectives Identify the parts of the Access screen. Identify the parts of the Access screen. Understand the purpose.
Chapter 2 – Introduction to the Visual Studio .NET IDE
The Villages Computer Club By Computer Magic Presents Managing Windows.
FIRST COURSE Getting Started with Microsoft Office 2007 COM111 Introduction to Computer Applications.
Microsoft Visual Basic 2005 BASICS Lesson 1 A First Look at Microsoft Visual Basic.
PowerPoint Window Review Top Left Portion of Window.
Course ILT Using computers and managing files Unit objectives Shut down and restart a computer, display system information, use floppy disks, and perform.
Visual Basic CDA College Limassol Campus Lecture:Pelekanou Olga Semester C Week - 1.
 2002 Prentice Hall. All rights reserved. 1 Chapter 2 – Introduction to the Visual Studio.NET IDE Outline 2.1Introduction 2.2Visual Studio.NET Integrated.
PRACTICAL ELECTRONICS MASTERCLASS (Mr Bell) (COMPUTERS REQUIRED FOR 1 ST & 2 nd PERIOD) 1.
Microsoft Office 2010 Basics
Microsoft Access Introduction. What is a database? A DATABASE is a collection of related data.
Basics of Windows 95/98/NT. Versions of Windows Windows 95 and 98 used mainly on standalone computers Windows NT used on networked computers (as in our.
Object-Oriented Application Development Using VB.NET 1 Chapter 2 The Visual Studio.NET Development Environment.
Visual Basic Integrated Development Environment (IDE) 56:150 Information System Design.
Customizing Menus and Toolbars CHAPTER 12 Customizing Menus and Toolbars.
IE 411/511: Visual Programming for Industrial Applications Lecture Notes #2 Introduction to the Visual Basic Express 2010 Integrated Development Environment.
Visual Basic.NET BASICS Lesson 14 Menus and Printing.
Visual Basic.NET Comprehensive Concepts and Techniques Chapter 2 The Visual Basic.NET Integrated Development Environment.
 2002 Prentice Hall. All rights reserved. 1 Introduction to the Visual Studio.NET IDE Outline Introduction Visual Studio.NET Integrated Development Environment.
Microsoft Expression Web - Illustrated Unit A: Getting Started With Microsoft Expression Web.
COMP 143 Web Development with Adobe Dreamweaver CC.
 2007 Pearson Education, Inc. All rights reserved Introduction to the Visual Basic Express 2005 IDE.
Chapter 2: The Visual Studio.NET Development Environment Visual Basic.NET Programming: From Problem Analysis to Program Design.
7/3/2016PowerPoint Computer Software System Software Operating System S/w (DOS, Unix, Linux, OS/2, Windows) Utilities s/w Scandisk, NDD, PCtools.
Getting Started with Microsoft Office 2007
Chapter 2: The Visual Studio .NET Development Environment
1. Introduction to Visual Basic
Differences Between Word 2003 to 2007
Social Media And Global Computing Introduction to Visual Studio
1. Open Visual Studio 2008.
Debugging Visual Basic Programs
Creating the First Program
Presentation transcript:

Using Visual C++.net IDE Computer and Information Sciences By: Ed Brunjes

What’s an IDE? What does it Do? IDE stands for “Integrated Development Environment” 1. It allows you to create and edit a program package 2. It allows you to build and compile the package 3. It allows you to “debug” the package 4. It tells you how badly you messed up!

Visual C++ IDE Components (1) Workspace – this is the main work area where you type in most of your program Windows – show the various aspects of the project. You can move or delete windows as you like by using the sizing buttons on the Window title bar. You can also hide a window or windows, or you can group windows together.

Visual C++ IDE Components (2) Toolbars – contain short-cut buttons to common operations that could be selected from the menus (there are LOTS of them). You can add toolbars from the “View” option on the Menu Bar Menus – Are always available and provide all of the actions you can do in the IDE. If you close a window – you can reopen it using the “View” option

The basic Visual C++ IDE Screen Visual C++ IDE 1. The workspace area 2. IDE Windows 3. Toolbars 4. Menus

Workspace The workspace is the largest of the windows. This is where the code is typed in.

Toolbars There are a “bucket full” of toolbars. These are collections of short-cut buttons for operations that can be selected from the menus on the Menu Bar.

Menus Each item on the “menu bar” is connected to a “pull- down” menu. The pull- down menu has two types of options: 1. Gray options – are options that are a part of the menu but are NOT available for this operation and are not active. 2. Black options – are options that ARE available and are active.