Inspiration: I wanted to display c++ skills through a webpage
What it does: it takes in a number and displays that number to the power of the reverse of that number
How I built it: I first created a C++ function that calculated the large exponent I then created the HTML and CSS to make a visually appealing page to display the large number. I then used javascript and a webserver to bridge the gap between the C++ and the HTML.
Challenges we ran into: It was very difficult to get my webpage to run C++
Accomplishments that we're proud of: Bridging the gap between the C++ and HTML
What we learned: I learned more about Javascript functions and web servers
What's next for Large Number Exponent Calculator: I may possibly improve on the space complexity with an expanding array function.
Log in or sign up for Devpost to join the conversation.