Inspiration
After we just finished taking CMPUT274, the course that teaches intro to python, we were introduced to C++ in the next class. As we learned C++, we couldn't help but compare its similarities and differences to python. We realized how helpful it would be to use this as a learning tool.
What it does
Translates python to c++
How we built it
Implemented it using a GUI, with the back end being in python code
Challenges we ran into
-Translating simple code from python to c++ that don't exist in one of the languages e.g. function prototypes, having to define variable types
Accomplishments that we're proud of
Being able to complete the project that fulfills its purpose
What we learned
The differences between Python and C++, how to work within a team(sharing code) and splitting up the work and merging after we finished our individual parts
What's next for Python to C++ Translator
Translating more features Formatting the tabs and whitespace after translating
Log in or sign up for Devpost to join the conversation.