Nim: 49012084
Major: d4 TMD ITB Batch 6
Moduel 1
Basic C++ Programming Language
Integrated Development Environment (IDE) with Microsoft Visual C + + 2010 has been equipped with facilities to make the source code (source code), compile (compiler) for the project file, connecting (linker) between the source and simultaneously test in programming language in C++.
- Compiler function to convert the source code into object code or executable file with the extension to. Exe
- Linker is useful for connecting various modules produced by the compiler and add modules of the libraries included in the Visual C + +.
- Library is a set of routines designed to support and increase the reliability of the C + + language in accordance with defined procedures.
Getting Started Programming Microsoft Visual C + +
1. Open the Microsoft Visual C + + by clicking Start Menu > All Programs > Microsoft Visual Studio 2010 > Microsoft Visual Studio 2010
2. To Create a Project, click on Menu File > New Project
3. Choose Language As Visual C++
4.Specify C++ As, for example, Win32 Console Application
5. Name: for define the project’s name
6. Location: for project’s location
7. Solution Name: for name of project’s solution
8. Click Next
9. Empty Project
10. To Create New fi
- Right click on Source File in the project
- Add
- New Item…
- Choose C++ File
- Define name for the File’s name
- Add
This video below show you an example about a basic statement of C++ programming language, which is developed with Microsoft Visual Studio 2010.
You can also visit this video at www.youtube.com by click this link below.
1. http://www.youtube.com/watch?v=3RLIfCWQcDI&feature=youtu.be
No comments:
Post a Comment