An open API service indexing awesome lists of open source software.

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

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)