Coder Social home page Coder Social logo

cpp_projects's Introduction

C++ projects

This is my repository with all sources code related to programming in C/C++. The compiling and execution procedure of all sources code changes in according to the operating system in use

cpp

Packaging

  • Array
  • File txt
  • List
  • Math Functions
  • Matrix
  • Pointers
  • Recursion

If you use Windows

  • clone the repository with git-bash and execute this command for cloning the repos.
$ git clone "https://github.com/vscalcione/cpp_projects"
$ cd cpp_projects
  • compile and execute only single source with your preferite IDE. In this case I use Clion (Jetbrains) but you can use only C/C++ IDE

If you use Linux OS:

  • The IDE issue is the same as that for Windows but you can also compile and execute everything form the command line
  • If you choose IDE's way, you can install any C/C++ IDE. For example, I used Clion (Jetbrains)
  • If you choose command line way, type theese commands on terminal
$ git clone "https://github.com/vscalcione/cpp_projects
$ cd cpp_projects
$ g++ ${fileName}.cpp -o /output/${fileName}
$ cd output && ./${fileName}

License

MIT

cpp_projects's People

Contributors

vscalcione avatar

Watchers

James Cloos avatar  avatar  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.