Coder Social home page Coder Social logo

inverse_clex's Introduction

inverse_clex

inverse_clex's People

Contributors

kris789ten avatar desjag avatar deej122 avatar

Stargazers

 avatar

Watchers

Brian Puchala avatar  avatar  avatar

inverse_clex's Issues

Repository layout

Congrats! Your first repository. A couple things that we should keep in mind:

  1. We don't want to store binary executable files in the repository. Look up how to use '.gitignore' files to avoid commiting files like the 'inverse_clex' executable.
  2. It's typical to store c++ header and source files separately. A typical project structure might have a '/h' or '/include' directory where the header files (files containing class and function declarations) are stored, a '/src' directory where the source files (containing function definitions) are stored, and a '/bin' directory where the executables are stored after compilation and linking
  3. It's nice to have a 'Makefile' which compiles the code for the user and puts executables in the '/bin', so that they don't have to remember any options needed for the compiler. This is not so important yet since we aren't linking to anything, but still nice to have.

Try taking a look at other open source c++ projects on github and see how they have set up their repositories.

Stop adding executables!

Hi guys,

Stop adding executables to the repository! Please check 'git status' before doing a commit. If there are any binary files that would be added, stop and remove them and add them to the .gitignore files. Please remove the ones already in the repository.

The repository should only contain our source code, test input files, and the like. Do not put binary files, executables, or test output files in the repository.

Thanks!

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.