Programming zone

Share your knowledge about Programming language you know

give tutorials, problem solving, basic programming, source code, exchange the experience. be the best!

Photos

Blog Posts

Members

  • Benedict
  • Admin
  • jhon
  • khilmay
  • Adhilakshmi
  • agung
  • salisu

Groups

 

Forum

Admin

Simple use of If else statement, with program example. 1 Reply

Started by Admin. Last reply by jhon Jan 3, 2009.

Admin

Learn from this Good E-book 1 Reply

Started by Admin. Last reply by jhon Jan 3, 2009.

Simple c++ structur

#include // library file, this declaration allow you to use their function.
#include

void main()
{
int number; // int is number data type in c( there still a lot of other type, read the book ;)

cout "insert your favorite number : " endl; // cout, display text in ur monitor
cin>> number; // cin get input from your keyboard
cout " your favorite number is : number; //number is being filled by cin and then
// printed by cout

return 0;
}

:) finish

Videos

  • Add Videos
  • View All
 
 
 

© 2012   Created by Admin.   Powered by .

Badges  |  Report an Issue  |  Terms of Service