Click here to Skip to main content
15,886,742 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Help me write a program, thanks.
Posted
Updated 16-Jun-10 21:40pm
v2
Comments
R. Giskard Reventlov 17-Jun-10 3:39am    
Reason for my vote of 1
This is an English speaking site. If you want responses you'll need to translate your question into English.
Moak 17-Jun-10 3:47am    
Fixed :)
Smithers-Jones 17-Jun-10 6:28am    
Reason for my vote of 1
Ask your questions in english. And this is not a question at all.

Buy a book on C++ and learn the language. That would be a good start.
 
Share this answer
 
int main() { return 0; }


...you're welcome.

Edit: And since I'm in a good mood today here are some samples[^]. Read the first entry.
 
Share this answer
 
v2
Comments
CPallini 17-Jun-10 4:15am    
Hey man, the minimalist one is
int main(){}
:-)
Cedric Moonen 17-Jun-10 4:26am    
Nah, such a program should at least contain the mandatory "Hello World" words :-)
Niklas L 17-Jun-10 4:42am    
Oops! My bad!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900