initial commit

This commit is contained in:
Uwe Jakobeit
2026-03-30 09:41:19 +02:00
parent 7928ce3239
commit 00f8e9a751
76 changed files with 8341 additions and 1 deletions

19
app/text-templates.h Normal file
View File

@@ -0,0 +1,19 @@
// CPP Source file header ( as well h-file header, so far (20.03.26)
/*
File: filename.cpp
Description: This is a C++ source file containing implementation code for a program or library component.
Rev: 0.1
Created: [Date]
Author: [Your Name]
Copyright: [Your Organization or Name] [Year(s)]
Purpose: [Briefly describe the file's functionality, e.g., "Implements a class for managing user data."]
Notes: [Any relevant details, such as dependencies, usage examples, or known issues.]
*/
// CPP Source function header
// todo
// Header file function header
// todo