Project Submission

Submit Your Calculator Application

Enter your GitHub username below to submit your project. We will verify that your repository exists and contains the required files.

Before You Submit

Make sure your repository meets these requirements:

  • Repository name: cpp-calculator-app
  • Repository must be public
  • Include all source files in src/ and headers in include/
  • Include a comprehensive README.md
  • Code must compile without errors

GitHub Repository Verification

We will check: github.com/your-username/cpp-calculator-app
Repository Contents
Submission Successful!

Your Calculator Application project has been submitted successfully. You will receive a confirmation email at the address you provided.


Return to Project Page or Continue to Course

Need Help?

Common issues and solutions:

  • Repository not found: Make sure the repo is public and named exactly cpp-calculator-app
  • Missing files: Check that all required files are committed and pushed
  • Build errors: Ensure your code compiles with g++ -std=c++17