Skip to content
This repository has been archived by the owner on Dec 24, 2019. It is now read-only.
/ doomrecey Public archive

Old project. Earlier C/C++ personal playground for learning.

Notifications You must be signed in to change notification settings

AndrijaS37N/doomrecey

Repository files navigation

Doomrecey

Do more C++ & C.

~ This is my old C/C++ playground for personal studying. I'm continuing the study in the TMRG repo/project.

  • I haven't played with it in a long while.
  • Compiling with G++ and GCC.
  • Has a small Python script for some simple help.
  • Potential unstructured code for practising purposes. Not structured by difficulty.
  • Using CMake for building the project.

Note #1: Simple compiling reminders.

gcc ${array_of_files (.c)} -o doomrecey
g++ ${array_of_files (.cpp)} -o doomrecey++ (with -std=c++11)

Note #2: CMakeLists.txt is added for C and C++ binaries.

Note #3: In the future I'd want to try embedded development with these tools as well (embedded C/C++).

Project views:

CMake Building View ↘

View 1