Archive for the 'C++' Category

Hello World! (C++)


#include <iostream>

int main() {
  std::cout << "Hello world\n";
  return 0;
}


Pages

Categories

RSS MSDN Highlights

  • An error has occurred; the feed is probably down. Try again later.