Hello World!

User avatar
Admin
Site Admin
Senior Expert Member
Reactions: 56
Posts: 383
Joined: 10 years ago
Has thanked: 38 times
Been thanked: 32 times
Contact:

#1

Many programmers start with a simple "Hello World" program, and we are not exceptional!
  1. // My First C++ Program  
  2. #include<iostream>  
  3. #include<string>    
  4. using namespace std;    
  5. int main() {    
  6. cout<< "Hello world"<<endl; // Prints Hello world                        
  7. return 0;  
  8. }

0
TSSFL Stack is dedicated to empowering and accelerating teaching and learning, fostering scientific research, and promoting rapid software development and digital technologies

Return to “C & C++ Programming”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 0 guests