design-patterns-cpp icon indicating copy to clipboard operation
design-patterns-cpp copied to clipboard

Fill-in the Readme.txt

Open neochief opened this issue 5 years ago • 0 comments

Note: you can always look at our other example repositories for guidance, mainly C# repo.

  1. Investigate what's the current C++ compiler version, what are the main tools, IDEs, etc. Document this in README.

  2. Investigate C++ code style conventions, pick the best one and document it in the readme.

2.1. Decide what will be the folder structure.

2.2. Decide what will be the name of the output files.

2.3. Decide what will be the format for localized code comments.

Remember that the examples are better be done cross-platform. Even if we stick to Visual Studio conventions, examples should be compilable with opensource compilers from Linux.

neochief avatar Mar 22 '19 12:03 neochief