[FEAT] C++ template files and menu options #18
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TDD-Templates/cmake_cpputest_template#18
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I think it would be useful to have template files added for usage of C++ in the repo as well as the C ones.
Additionally the addition of a sub-menu that allows the selection between the two(C or C++) would really help as well.
I've added a new
module_name.cpp
file along with a option menu into theotto.sh
script that will allow the selection of the language of the module being added into the project.I may need to adjust the way that the variables are handled; haven't tested it yet.