File Index Symbol Index

// this file is intended to include all these files.
// since the compiler only accept one preprocessed file.
// so even if your program has multiple cpp files,
// you need to create one cpp file to include all of them and then generate the preprocessed file.
#include "Calculator/Expr.cpp" #include "Calculator/Calculator.cpp" #include "Calculator/Main.cpp"