We're a community of 1077K IT Pros here for help, advice, solutions, professional growth and fun. Join us!
1,076,111 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Start New Discussion Reply to this Discussion

Can any body write Simple full program code for Biegeners

For only biegeners PLease

I hope this post was good when

when any help for biegeners

2
Contributors
1
Reply
30 Minutes
Discussion Span
2 Months Ago
Last Updated
17
Views
BARI DANIYAL
Newbie Poster
2 posts since Feb 2013
Reputation Points: 0
Solved Threads: 0
Skill Endorsements: 0

Here is a simple program for you.

#include <iostream>

using std::cin;
using std::cout;

int main()
{
    cout << "Hello World!";
    cin.get();
    return 0;
}
NathanOliver
Posting Virtuoso
1,515 posts since Apr 2009
Reputation Points: 281
Solved Threads: 277
Skill Endorsements: 3

Post: Markdown Syntax: Formatting Help
 
You
View similar articles that have also been tagged:
 
© 2013 DaniWeb® LLC
Page rendered in 0.0615 seconds using 2.76MB