Use a text editor or an integrated development environment (IDE) like Visual Studio Code, Code::Blocks, or others. In the header file, add necessary declarations, such as function prototypes, class ...
There are many projects that want to make C++ a "safer" programming language. But making changes to the language syntax usually breaks backward compatibility with older code written earlier. This ...