Thread: complicated

  1. #1
    ___
    Join Date
    Jun 2003
    Posts
    806

    complicated

    I just spent 2 hours playing with simple if loops. Man those are fun
    "When I die I want to pass peacefully in my sleep like my grandfather did, not screaming and yelling like the passengers in his car."

  2. #2
    Registered User
    Join Date
    Sep 2001
    Posts
    4,912
    .... 2 hours?

  3. #3
    Pursuing knowledge confuted's Avatar
    Join Date
    Jun 2002
    Posts
    1,916
    if loops?
    Away.

  4. #4
    I lurk
    Join Date
    Aug 2002
    Posts
    1,361
    fun?

  5. #5
    Crazy Fool Perspective's Avatar
    Join Date
    Jan 2003
    Location
    Canada
    Posts
    2,640
    Originally posted by blackrat364
    if loops?
    i second the comment. must be one of those rare albino 'if' statements that loop (?)

  6. #6
    Unleashed
    Join Date
    Sep 2001
    Posts
    1,765
    Are those tastier than fruit loops?
    The world is waiting. I must leave you now.

  7. #7
    ___
    Join Date
    Jun 2003
    Posts
    806
    No I just did a simple if loop. Like type 1 or 2. And i'd post something after you put an input. And I kept chaning the phrase around into funny stuff.


    OK ok . I'm bored to all hell.
    "When I die I want to pass peacefully in my sleep like my grandfather did, not screaming and yelling like the passengers in his car."

  8. #8
    Unleashed
    Join Date
    Sep 2001
    Posts
    1,765
    That's still just a plain if statement that _happens_ to execute a loop if the correct condition is met.
    The world is waiting. I must leave you now.

  9. #9
    plzduntlakliekthiskthx
    Join Date
    Oct 2002
    Posts
    138
    hehe, there is no such thing as an if loop , only if statements. A loop is when something can happen over and over like in while loops, do while loops, and for loops.

  10. #10
    ___
    Join Date
    Jun 2003
    Posts
    806
    OH stop being so technical for a second!
    "When I die I want to pass peacefully in my sleep like my grandfather did, not screaming and yelling like the passengers in his car."

  11. #11
    Originally posted by Shadow
    Are those tastier than fruit loops?
    ROTFLMAO!!!!
    DrakkenKorin

    Get off my Intarweb!!!!

  12. #12
    Registered User
    Join Date
    Nov 2002
    Posts
    1,109
    fun times..

    come to think of it, i haven't programmed in a while..

  13. #13
    carry on JaWiB's Avatar
    Join Date
    Feb 2003
    Location
    Seattle, WA
    Posts
    1,972
    I spent 2+ hours messing with file IO...That's always confused me...get(), getline()...ofstream,ifstream???
    "Think not but that I know these things; or think
    I know them not: not therefore am I short
    Of knowing what I ought."
    -John Milton, Paradise Regained (1671)

    "Work hard and it might happen."
    -XSquared

  14. #14
    Redundantly Redundant RoD's Avatar
    Join Date
    Sep 2002
    Location
    Missouri
    Posts
    6,331
    >>OH stop being so technical for a second

    Im sorry, forgot this was a C++ site.

  15. #15
    Registered User Casey's Avatar
    Join Date
    Jun 2003
    Posts
    47
    >>That's always confused me...get(), getline()...ofstream,ifstream???
    It's just like using cin and cout except you have to open the stream instead of it being done for you.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Complicated member objects that depend on `this`
    By drrngrvy in forum C++ Programming
    Replies: 3
    Last Post: 11-12-2006, 09:48 PM
  2. Directx unnecessary complicated
    By SAMSAM in forum Game Programming
    Replies: 5
    Last Post: 01-21-2003, 09:10 PM
  3. Nothing complicated, just...
    By SMurf in forum Windows Programming
    Replies: 1
    Last Post: 09-01-2002, 05:59 PM
  4. Slightly complicated array&memory questions
    By Boksha in forum C++ Programming
    Replies: 1
    Last Post: 06-27-2002, 11:35 AM
  5. The Most Complicated program
    By Prodigy in forum C++ Programming
    Replies: 5
    Last Post: 05-04-2002, 05:17 PM