Skip to content

Instantly share code, notes, and snippets.

@Ben1980
Last active February 12, 2019 20:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Ben1980/537337026025f7ff9529abe06ccf1f11 to your computer and use it in GitHub Desktop.
Save Ben1980/537337026025f7ff9529abe06ccf1f11 to your computer and use it in GitHub Desktop.
Folder structure of n-body-problem project at https://thoughts-on-cpp.com
C:.
| .gitignore
| CMakeLists.txt (1)
| LICENSE
| README.md
|
+---build (2)
+---cmake (3)
| FindCatch.cmake
|
\---solver (4)
| CMakeLists.txt
|
+---include
| solver.h
|
+---src
| solver.cpp
|
\---test (5)
solverTest.cpp
test-main.cpp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment