{
}
Online Python Compiler
Online R Compiler
Online SQL Editor
Online HTML/CSS Editor
Online Java Compiler
Online C Compiler
Online C++ Compiler
Online C# Compiler
Online JavaScript Compiler
Online Typescript Compiler
Online GoLang Compiler
Online Rust Compiler
Scala Online Compiler
Dart Online Compiler
Ruby Online Compiler
Online PHP Compiler
Online Swift Compiler
Generating Link
Generating Link
Share your code
Share code
Copy Link
Copied to clipboard
or share using
Build your resume with HTML & CSS and win $100
Get featured on Programiz PRO and the Wall of Inspiration.
Build your resume with HTML & CSS and win $100
Join Challenge →
Join Challenge →
Build your resume with HTML & CSS and win $100
Get featured on Programiz PRO and the Wall of Inspiration.
Build your resume with HTML & CSS and win $100
Join Challenge →
Join Challenge →
C++ Online Compiler
Learn Python App
Learn Python
main.cpp
Output
main.cpp
Share
Run
Run
#include <iostream> int main() { const std::string Name = "AK"; const std::string currentFocus = "DDoS Mitigation and Detection"; const std::string hehe = "AK's Cupcake Factory"; std::cout << "*************************************************************" << std::endl; std::cout << "******************** " << hehe << " *******************" << std::endl; std::cout << "*************************************************************" << std::endl; std::cout << "🎉 Welcome to my uh repo place!" << std::endl; std::cout << "🔥 I'm " << Name << ", a very good yesyes developer." << std::endl; std::cout << "🔍 Currently focusing on " << currentFocus << "."<< std::endl; std::cout << "hmu if you want to work on something" << std::endl; return 0; }
Output
Clear