A powerful and interactive CLI tool to help you learn and reference C++ syntax, STL data structures, and popular algorithms directly from your terminal.
🚀 Built with Node.js | 🔌 Fully Offline | 💡 Designed for C++ Learners & Developers
- 🔍 Explore C++ data structures (
vector
,map
,stack
, etc.) - ⚡ Understand key DSA techniques (
binary search
,sliding window
, etc.) - 📜 See syntax, methods, time/space complexity, and examples
- ✅ Friendly reminder to include:
#include<iostream>
,#include<bits/stdc++.h>
- 📊 Beautiful CLI tables, spinners, and dropdowns
- 💡 Helpful notes and one-liner explanations for quick understanding
npm install -g cpphelper
cpphelp
You'll be guided through an interactive menu to explore any C++ STL container or DSA algorithm.
MIT © 2025 Krishna Sharma