GithubHelp home page GithubHelp logo

devsubid / c-plus-plus Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 33 KB

Basic Programs using C++

Home Page: https://itsme-Subid.github.io/C-Plus-Plus/

License: Apache License 2.0

C++ 100.00%
academic cpp learning-by-doing learning-exercise open-source

c-plus-plus's Introduction

The agenda of this repository is to help others and myself too. I personally found it very useful for many times, generally I code a program but forget it very frequently, so this repository help by easy accessibility to my code and also easy to go through the programs.

Installation G++

Install G++ to Compile the C++ Programs

  • Get the latest version of GCC via tdm-gcc, which provides up-to-date native builds of G++, tdm-gcc, and other helpful C/C++ tools and libraries. You can download the latest installer from the tdm page or use this link to the installer.

  • Follow the Installation instructions on the tdm-gcc website to install G++. Take care to run actual tdm-gcc executable.

Check your G++ installation

To check that your G++ tools are correctly installed and available, open a new Command Prompt and type:

g++ --version
gdb --version

Note: If you don't see the expected output or g++ or gdb is not a recognized command. Make sure you followed the instructions on the tdm-gcc website to install G++.

Run Program

Go to the Project Directory and open Command Prompt

  cd C:\Users\{User Name}\Documents\{Project Directory}

Clone the project

  git clone [email protected]:itsme-Subid/C-Plus-Plus.git

Compile Program

  g++ {Program Name}.cpp

Run Program

  a.exe

c-plus-plus's People

Contributors

devsubid avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.