hhh

C++ Shell
1
2
3
4
5
6
7
8
9
10
11
12
// Example program
#include <iostream>
#include <string>
int main()
{
  std::string name;
  std::cout << "What is your name? ";
  getline (std::cin, name);
  std::cout << "Hello, " << name << "!\n";
}
X
RunShort URL: cpp.sh/
  • options
  • compilation
  • execution
  • Standard
  • Warnings
  • Optimization level
  • Standard Input

Comments

Popular posts from this blog

Tamim Shahriar Subeen | তামিম শাহরিয়ার সুবিন