Code Monkey home page Code Monkey logo

cppcoretemplate's Introduction

CppCoreTemplate

Welcome to my C++ template repository. This setup streamlines C++ development with essential templates, automation scripts, and VSCode configurations.

Note for Users

This configuration is optimized for macOS. Windows users might need to adjust paths and scripts accordingly.

Structure

c++
├─ README.md
├─ cpp
│  ├─ function.cpp
│  ├─ macro.cpp
│  ├─ main.cpp
│  └─ program1
├─ macros
│  ├─ template-function.cpp
│  ├─ template-macro.cpp
│  └─ template-main.cpp
├─ py-sc
│  ├─ reset.py
│  └─ run.py
├─ reset
├─ script.sh
└─ txt
   ├─ inp.txt
   ├─ out.txt
   └─ out1.txt

Features

  • C++ Templates: function.cpp, macro.cpp, and more for quick start.
  • Python Scripts: Automate tasks with reset.py and run.py.
  • VSCode Configuration: Pre-set settings for a smooth coding experience.

Usage

  1. Clone the Repository: git clone https://github.com/Alimddar/CppCoreTemplate.git

  2. Navigate to your Project: Replace template code with your own.

  3. Utilize Scripts: Run Python scripts as needed for automation.

  4. Bash Aliases for macOS Users:

    • Run Script: alias runscript='bash /path/to/script.sh'
    • Reset Script: alias resetscript='python3 /path/to/reset.py'

    Replace /path/to/ with the actual paths to your scripts. Windows users may need to adjust these scripts to match their environment.

Contributing

Feel free to fork, modify, and send pull requests. Suggestions and improvements are welcome!

cppcoretemplate's People

Contributors

alimddar avatar

Stargazers

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