Results 1 to 3 of 3

Thread: Accelerated C++ - Only read if you have the book..

  1. #1
    Join Date
    Dec 2008
    Posts
    209
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Accelerated C++ - Only read if you have the book..

    Hey, this has been getting on my nerves, on page 21 theres:

    PHP Code:
    int r 0;

    while(
    != rows) {
          
    std::cout << std::endl;
          ++
    r;

    Is this just an example to introduce you to the while loop? Or what?

  2. #2
    Join Date
    Oct 2006
    Location
    Texas
    Posts
    1,450
    Mentioned
    1 Post(s)
    Quoted
    1 Post(s)

    Default

    apparently it's a while loop by the while keyword.

  3. #3
    Join Date
    Dec 2007
    Location
    Somewhere in Idaho
    Posts
    480
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Yes, that is an example to introduce you to a while loop.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. A Book on SCAR
    By wayne1210 in forum News and General
    Replies: 28
    Last Post: 04-16-2008, 10:57 PM
  2. Something from a book...
    By R0b0t1 in forum Blogs and Writing
    Replies: 2
    Last Post: 10-28-2007, 08:32 AM
  3. Book Of Knowledge?
    By Special Ed in forum RuneScape News and General
    Replies: 15
    Last Post: 09-04-2007, 09:59 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •