Skip to content
  • Sponsor TheAlgorithms/C-Plus-Plus

  • Notifications You must be signed in to change notification settings
  • Fork 7.4k

Files

Latest commit

0c5c096 · Jul 6, 2021

History

History
18 lines (11 loc) · 416 Bytes
·

CodingGuidelines.md

File metadata and controls

18 lines (11 loc) · 416 Bytes
·

Code style convention

Please orient on this guide before you sent a pull request.


User-interface

Please write a simple user interface for your programs. Not a blinking cursor!
What does the program do?
What want the program an user informations?


Code style conventions

See here
Don't push all code in one line!