Thread: Need "if","for loop",&"else" source codes

  1. #1
    Registered User
    Join Date
    Oct 2009
    Posts
    1

    Need "if","for loop",&"else" source codes

    ....
    Last edited by dn_angel_07; 10-07-2009 at 08:51 PM.

  2. #2
    ATH0 quzah's Avatar
    Join Date
    Oct 2001
    Posts
    14,826
    1. Find out where they're hiding the internets.
    2. Find out how where on the internets they're hiding the search engines.
    3. Type in C++ tutorial.
    4. Learn.


    Quzah.
    Hope is the first step on the road to disappointment.

  3. #3
    Registered User
    Join Date
    Oct 2009
    Location
    While(1)
    Posts
    377
    I think the best way u just start reading C/C++ books that will be better

  4. #4
    Registered User
    Join Date
    Sep 2009
    Posts
    37
    Code:
    bool a;
    if (a==true){
    
    }else{
    
    }
    Code:
    for(int x=0;x<5;x++){
    
    }
    now u need to understand it ...

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. How to build, run Boland C++ 6 source file via VS2005?
    By userpingz in forum C++ Programming
    Replies: 2
    Last Post: 05-21-2009, 03:25 AM
  2. Source codes
    By geek@02 in forum Windows Programming
    Replies: 2
    Last Post: 10-22-2006, 01:54 PM
  3. Open Source Licenses
    By Mario F. in forum A Brief History of Cprogramming.com
    Replies: 9
    Last Post: 10-10-2006, 08:53 PM
  4. Tutorial review
    By Prelude in forum A Brief History of Cprogramming.com
    Replies: 11
    Last Post: 03-22-2004, 09:40 PM
  5. Request for comments
    By Prelude in forum A Brief History of Cprogramming.com
    Replies: 15
    Last Post: 01-02-2004, 10:33 AM