You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: you can always look at our other example repositories for guidance, mainly C# repo.
Investigate what's the current C++ compiler version, what are the main tools, IDEs, etc. Document this in README.
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.
The text was updated successfully, but these errors were encountered:
Note: you can always look at our other example repositories for guidance, mainly C# repo.
Investigate what's the current C++ compiler version, what are the main tools, IDEs, etc. Document this in README.
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.
The text was updated successfully, but these errors were encountered: