Welcome

sampleqa.in tutorials, C++ programming tutorial

C++ Programming Tutorial


Introduction

      C++ is a sucessor to C Programming Langauge. C++ supports both Structural Programming Language and Object-Oriented Programming paradigams. One can build C-style programs using C++. Other can build Object based Applications using C++.
It follows same syntax and program structure as C Programs.

The Building block of the Object-Oriented Programming is the Software Object,often called as a Object

C++ Can be used to build

  • Embeded Systems
  • Databases
  • Operating Systems
  • GUI Applications
  • Games

ADS