View Poll Results: Whitespaces...

Voters
53. You may not vote on this poll
  • for(x=0;x<5;x++)

    13 24.53%
  • for (x = 0; x < 5; x++)

    35 66.04%
  • for ( x = 0 ; x < 5 ; x++ )

    5 9.43%

Thread: White spaces

  1. #31
    Registered User Gades_GD's Avatar
    Join Date
    Nov 2001
    Posts
    46
    I don't think you can read someone else's #1. Specially if you have to use big formulas.

    I think #2 is just perfect, but it doesn't really make a different if a read someone else's #3.

    My fiance uses #1 and I get lost if I try to read her tamagotchi code.
    Gades Yacht Design

  2. #32
    Linguistic Engineer... doubleanti's Avatar
    Join Date
    Aug 2001
    Location
    CA
    Posts
    2,459
    gasp!!! ooh ooh ooh, code lovers... very sweet... ooh ooh... cheers...

    lol, i can imagine you two having minor bickerings over coding style... how sweet!
    hasafraggin shizigishin oppashigger...

  3. #33
    Registered User
    Join Date
    Aug 2001
    Posts
    207
    LOL



    She doesn't program any more (not in C)

  4. #34
    Back! ^.^ *Michelle*'s Avatar
    Join Date
    Oct 2001
    Posts
    568
    I am not picking anyone of those, because I do mine like this...

    for (x=0; x<5; x++)
    Michelle (o^.^o)
    *Unique*
    Kaomoji House

  5. #35
    A Banana Yoshi's Avatar
    Join Date
    Oct 2001
    Posts
    859
    I usually use (x > 5), but I generally use all of them.
    Yoshi

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Reading white spaces? oh and scanf_s
    By RobotGymnast in forum C++ Programming
    Replies: 7
    Last Post: 11-01-2008, 05:32 AM
  2. white spaces ...
    By eagles in forum C++ Programming
    Replies: 6
    Last Post: 01-13-2006, 07:55 AM
  3. Replies: 1
    Last Post: 03-08-2005, 12:02 PM
  4. string input...with white spaces?
    By Pureghetto in forum C Programming
    Replies: 6
    Last Post: 03-10-2003, 01:52 PM
  5. Reading in text file into an array, white spaces...
    By error in forum C++ Programming
    Replies: 12
    Last Post: 01-14-2003, 09:39 AM