SyntaxFix
Write A Post
Hire A Developer
Questions
Not very technical answer but just letting you know.
For easy stuff like printing you can define a sort of function in your preprocessors like
#define print(x) cout << x << endl