Posts

Showing posts with the label data types

Basics of C++ for Beginners | Learn C++ Programming

Image
Before diving into introduction to c++ language, first you have to know why do we need to learn this language? Basically, it's a language that allows a user to communicate with a computer.Just like human uses various languages to communicate e.g., English, Spanish, French etc., Computers understands only machine language which is in the form of "0" and "1" but that is low level language or object code that is not far from human language so we use compilers in order to convert our source code into object code. Some compilers like turbo c++, code block etc.! Introduction: C++ is a high level language that supports procedural as well as object-oriented model. It is an extension of c language by Dennis Ritchie at bell labs. Its main objective was to write operating system and utilities for Unix operating system. Compiler: Source code is in high-level language compiler takes the source code from the user and convert sources code into object code with .obj extension t