Skip to main content

START PROGRAMMING WITH C++

# WHAT IS PROGRAM.?
The set of instructions given to the computer in order to perform some specific task is known as program.

#WHAT IS PROGRAMMING LANGUAGE.?
It was the Medium of writing the program i.e it is the medium of giving instruction to the computer in order to perform a specific task.

#DEVELOPMENT OF C++
C++ was developed in 1779 by  BJRANE STROUSTRUP It was developed in AT&T Bell lab.
                           (Click here to know more about development of C++)

When C++ was developed its first name was "C with Classes" the after in year 1984 Bjarne friend "RICK MASCITTIchange the into C++, where ++ means increment and decrement operator.  



Comments

Popular posts from this blog

Hack Website with Sqlmap Using Termux In Android | Install Sqlmap In Termux

Install Sqlmap In Termux Now First we need to Install Sqlmap Termux. Then Dump the vulnerable website database with sqlmap. Sqlmap is an open source penetration testing tool that automates the process of detecting and exploiting SQL injection flaws and taking over of database servers. Remember: Please do not use this method for illegal or malicious activities because hacking is crime. If you do this then it’s can land you in jail. Sqlmap Installation Command In Termux: Now paste this command into termux:    apt update && apt upgrade -y   apt install git -y   git clone https://github.com/sqlmapproject/sqlmap   cd sqlmap Now must install python   apt install python -y   chmod 777 sqlmap.py Now run this    python sqlmap.py Enjoy : )

Recover Deleted files in Windows with Free Tools

Have you ever deleted a file that you did not wish to and wanted to recover it but did not find it in the recycle bin? You probably deleted it permanently with Shift+Delete or emptied the Recycle Bin. Now what? Don't worry, you may still have a chance to get it back. This article lists some free software that can recover deleted files from your hard drive or any other storage device instantly. There are many free software that allow users to do this. Some of them are given below:- 1) Pandora Recovery Pandora Recovery  is a free software that offers a wizard based interface for recovering files. It allows you to browse a drive's individual folders to look for deleted files. It also allows you search for a deleted file based on its name, file size, creation date and last access time. Its deep scan allows you to recover files that other software might have missed. Although deep scan does not return a file's original name and location, it still is effective...

Command Prompt Tricks, Hacks & Codes....

**Shutdown Your Computer or a Remote PC via Command Promp** by-Aashish kumar.. Most of us shutdown our computers using the power button given in the Start menu. Some of us use the physical power button on our machines. Very few people actually use other means of shutting down a computer and even less is the number of people who use the command prompt to shutdown a computer. A reason for this is that most of us don't know that the command prompt can be used to not only shutdown, restart or log off  our  computer instantly but also to shutdown a remote computer provided you have administrative access. It can also be used to hibernate a computer and give a comment containing the reason for shutdown. This post will show you how to do all this. Required A computer running Windows (XP, Vista, 7, 8 or 8.1) with the command prompt working perfectly, i.e. not disabled by a virus. Initial Steps 1) Press Windows Key + R. 2) Enter CMD and press Enter. T...