skip to main | skip to sidebar

Codeape

Pages

  • Home
  • About

Monday, December 13, 2010

c++ hello world

// hello.cpp
#include <iostream>
using namespace std;
int main()
{
    cout << "Hello World!" << endl;
    cout << "Welcome to C++ Programming" << endl;

}

g++ test.cpp
   or
gcc -lstdc++ test.cpp

Posted by skinnerfam95 at 3:37 AM

No comments:

Post a Comment

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

Blog Archive

  • ►  2018 (1)
    • ►  May (1)
  • ►  2012 (1)
    • ►  January (1)
  • ►  2011 (37)
    • ►  December (1)
    • ►  May (3)
    • ►  April (8)
    • ►  March (7)
    • ►  February (6)
    • ►  January (12)
  • ▼  2010 (60)
    • ▼  December (9)
      • Electronics Concepts
      • Microprocessor programming, IDE resources, Concept...
      • Robot Contests and Ideas
      • Robotics and Microprocessor Resources
      • View all posts or backup blog content
      • How to generate an IR beacon frequency with a micr...
      • Picnik.com good online photo/design editor (photos...
      • c++ hello world
      • Aluminum "brazing"
    • ►  November (4)
    • ►  October (3)
    • ►  September (3)
    • ►  August (6)
    • ►  July (4)
    • ►  June (1)
    • ►  May (11)
    • ►  March (2)
    • ►  February (4)
    • ►  January (13)
  • ►  2009 (15)
    • ►  December (5)
    • ►  November (10)

Search This Blog