https://github.com/koubae/c-cpp-examples
C/C++ Examples Scripts and App covering multiple software areas or requirements
https://github.com/koubae/c-cpp-examples
app c clion cmake cplusplus cplusplus-20 cplusplus-games cpp examples game game-development makefile network python script software software-engineering tutorial unreal-engine web-development
Last synced: 6 months ago
JSON representation
C/C++ Examples Scripts and App covering multiple software areas or requirements
- Host: GitHub
- URL: https://github.com/koubae/c-cpp-examples
- Owner: Koubae
- License: mit
- Created: 2024-09-29T10:42:46.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-26T05:17:37.000Z (10 months ago)
- Last Synced: 2025-05-19T15:09:32.537Z (7 months ago)
- Topics: app, c, clion, cmake, cplusplus, cplusplus-20, cplusplus-games, cpp, examples, game, game-development, makefile, network, python, script, software, software-engineering, tutorial, unreal-engine, web-development
- Language: C++
- Homepage: https://federicobau.dev
- Size: 117 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
README
C/C++ Examples
==============
The _**[c++/project_structure](./c++/project_structure)**_ and each of its subfolder should be open as
separate project using an IDE, I am using CLion.
The Idea is that you should open that folders directly, and it should show a very simple "application" to showcase different simple project structure + Building tools.
### Related
* [Koubae/Programming-CookBook](https://github.com/Koubae/Programming-CookBook)
* [C-Calculator-Simple](https://github.com/Koubae/C-Calculator-Simple)
* [federicobau.dev](https://federicobau.dev)
### Other Projects
* [libcpr/example-cmake-fetch-content](https://github.com/libcpr/example-cmake-fetch-content)
* [ Missing .dll when compile with CMake on Windows #1049 ](https://github.com/libcpr/cpr/issues/1049)
### StackOverflow
* [Linking shared dll library cmake clion project](https://stackoverflow.com/questions/43680992/linking-shared-dll-library-cmake-clion-project)
* [C++ running file with included library failes without compiling error (CMake / CLion)](https://stackoverflow.com/questions/40594359/c-running-file-with-included-library-failes-without-compiling-error-cmake-c)
* [Compatibility of *.dll *.a *.lib *.def between VisualStudio and gcc](https://stackoverflow.com/questions/8683046/compatibility-of-dll-a-lib-def-between-visualstudio-and-gcc)
* [clang-format: always break if params don't fit?](https://stackoverflow.com/a/47097008/13903942)
#### clang-format
* [clang-format always aligns stream operator << with spaces #59797 ](https://github.com/llvm/llvm-project/issues/59797)
* [clang-format: always break if params don't fit?](https://stackoverflow.com/a/47097008/13903942)