REPOSITORY OVERVIEWLive repository statistics
★ 16Stars
⑂ 3Forks
◯ 0Open issues
◉ 16Watchers
63/100
OPENREPOHUB HEALTH SIGNALMixed signals
A transparent discovery signal based on current public GitHub metadata.
Recent activity35% weight
90 Community adoption25% weight
21 Maintenance state20% weight
100 License clarity10% weight
0 Project information10% weight
59 This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
README preview
What is C++ ?
-
C++ is a cross-platform language that can be used to create high-performance applications.
-
C++ was developed by Bjarne Stroustrup, as an extension to the C language in 1985.
-
C++ gives programmers a high level of control over system resources and memory.
-
The language was updated 4 major times in 2011, 2014, 2017, and 2020 to C++11, C++14, C++17, C++20.
Why Use C++
-
C++ is one of the world's most popular programming languages.
-
C++ can be found in today's operating systems, Graphical User Interfaces, and embedded systems.
-
C++ is an object-oriented programming language that gives a clear structure to programs and allows code to be reused, lowering development costs.
-
C++ is portable and can be used to develop applications that can be adapted to multiple platforms.
-
C++ is fun and easy to learn!
-
As C++ is close to C, C# and Java, it makes it easy for programmers to switch to C++ or vice versa.
Installation For Windows
Set Environment Variables
-
After installation, add Mingw to your system's PATH environment variable:
-
Open the System Properties window:
-
On Windows 10, right-click on the Start button, and select "System."
-
Click on "Advanced system settings" on the left.
-
Click the "Environment Variables" button.
-
add environment variable path in the path list
-
Path will look like:- c:\mingw\bin
how to run files
- Before running first verify installation MINGW install or not run this command
cmd> c++ --version
simple program
- Create Your First Program File with .cpp extension
#include <iostream>
int main(){
std::cout<<"Hello Word";
return 0;
}
cmd> c++ <filename>.cpp
- It produces a a.exe file on your current working directory
- Run this file for output
a.exe
- Output Will Be
Hello World
License
This project is released under the MIT License.
Contact
avinashtare.work@gmail.com
Author
卐🕉 Avinash Tare 🕉 卐
ALGORITHMICALLY RELATEDSimilar Open-Source Projects
Selected from shared topics, language and repository description—not editorial ratings.
This is a collection of Markdown notes written in Obsidian for programming and it includes notes on C, C++, using and configuring VSCode and many other things programming related. Anyone is welcome to contribute to this Markdown repository and make corrections.
65/100 healthRecently updatedActive repository
GPL-3.0#c#coding#config#cpp
⑂ 0 forks◯ 10 issuesUpdated 1 day ago
Welcome to the beginner's guide to learning C programming! This repository contains comprehensive notes and code examples covering essential concepts from basic input/output to advanced topics like time and space complexity. Whether you're new to programming or looking to refresh your skills, this guide aims to provide you with a solid foundation
49/100 healthActive repositoryHas homepage
CNo license#arrays#c#complexity#controlstatements
⑂ 0 forks◯ 0 issuesUpdated Mar 6, 2026
Project homepage ↗