All about C++

Tuesday, October 27, 2015

Hello World! in C++







// Hello World! program in C++
#include <iostream>

int main()
{
  std::cout << "Hello World!";
}
Posted by Sonny at 6:44 PM
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest

No comments:

Post a Comment

Newer Post Older Post Home
Subscribe to: Post Comments (Atom)

About Me

Sonny
View my complete profile

Blog Archive

  • ▼  2015 (12)
    • ▼  October (12)
      • Odd or Even in C++
      • Write a program that calculates the squares and cu...
      • Write a program that inputs a five-digit integer, ...
      • Checkerboard pattern with eight output statements ...
      • Guessing number game in C++
      • What is your name? in C++
      • i/o example in C++
      • Operating with variable in C++
      • This is a string in C++
      • Hello World! in C++
      • Advantages and disadvantages of C++
      • What is C++?
Simple theme. Powered by Blogger.