GitHub - zerodaycode/Zork: Project manager and builder automation tool for modern C++ projects

Project manager and builder automation tool for modern C++ projects - GitHub - zerodaycode/Zork: Project manager and builder automation tool for modern C++ projects

GitHub
@c_discussions cxx not cpp
@mirabilos @c_discussions Do you mean by that, it will only compile code complying a certain minimal C++ Standard. Like C++20 or something comparable?
@c_discussions @MadMike77 C++ is cxx, not cpp; cpp is C præprocessor.
@mirabilos @c_discussions cpp is an abrevation for both the c preprocessor and c++
https://de.wikipedia.org/wiki/CPP
CPP – Wikipedia

@MadMike77 @c_discussions no; that people use it so doesn’t make it right, and Wikipedia documents what people do

Incidentally, Microsoft is to blame for this one; everyone who misuses cpp for C++ is supporting their disinformation.

@mirabilos @c_discussions Interesting. Do you got a source backing your position?
@MadMike77 @c_discussions it’s a decades-old thing… but just name source files foo.C (official file extension for C++ but case-sensitive), foo.cc, foo.cxx and foo.cpp and see which platform eats which files correctly (e.g. in makefile rules, or just by compiler arguments)…
@c_discussions yay! yet another #cpp build system  we need more of these as JavaScript needs front end frameworks