October 1, 2012

ITCP Assignment: Explore the IDE of C++ Programming Language

In this article I am sharing the first assignment of ITCP. The title of this assignment is "Explore the IDE of C++ programming Language".

ITCP stands for "Introduction To Computer Programming". This course is part of our electrical engineering degree.

I decided to share the soft copy of this assignment to help my fellows and other computer programming students.

The task of this assignment is to explore the IDE (Integrated Development Environment) of the C++. It spend several hours on this assignment.

Integrated Development Environment of C++
Turbo C + + “Integrated Development Environment”

Menu: The menu system of IDE contains following options:
  1. File
  2. Edit
  3. Search
  4. Run
  5. Compile
  6. Debug
  7. Project
  8. Options
  9. Window
  10. Help
File, Edit and Search menu of C++
Edit & Search Options

Run a source code in C++
RUN a program in C++ Programming language

Compiler of C++
Compiler and Debugger of C++

Help menu of C++
Turbo C++ Help

I have done this using "Print Screen" key, Microsoft Paint and Microsoft Word. You cannot copy / paste these images because these images contains water mark and are not acceptable. These images are not for copy past purpose make your own assignment.

The purpose of sharing this assignment online is informational and to guide my fellows. I hope this will help you in preparing your assignments.

Related Posts