C++SalomonC++ game

Code. Play. Conquer C++.

SalomonC++ game turns learning C++ into an adventure. Solve interactive coding missions, earn XP, and unlock achievements as you master programming fundamentals.

Mission: Hello CICS

Your first challenge awaits. Learn to print text to the console and begin your journey.

#include <iostream>

int main() {
    // Your code here...
    std::cout << "Hello, CICS!";
    return 0;
}
Key Features

Learn by Doing, Not Just Reading

Our platform is built around a simple principle: the best way to learn code is to write code.

Code Missions
Interactive C++ coding challenges with instant feedback.
XP & Rewards
Earn experience points (XP) and unlock new missions.
Badges & Achievements
Unlock achievements for mastering C++ concepts.
Mission Tracker
A clear view of completed and locked missions.