Own Programming language@Alb, I'm bored...
Own Programming language@Framework Thanks, but that's not what i'm looking for. How can I make a basic compiler?
Own Programming languageHow can I create my own programming language with c++. Things that I need to know: How to make the...
Store a int with a name specified while running the app. ...Lets say I have: [code] string i; cout << "str: " << endl; cin >> i; [/code] Now I want to c...
My command line calculator problem(s)bump