CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 7 of 7

Thread: Codeguru Rooms

  1. #1
    Join Date
    Apr 2005
    Posts
    14

    Lightbulb Codeguru Rooms

    Rooms here not marked as 1,2,3,4,5..continously ..but random numbers, right ?
    in C++ room, it is f=9, here it is f=22.

    Thank you

  2. #2
    Join Date
    Sep 2001
    Location
    Québec, Canada
    Posts
    1,923

    Re: Codeguru Rooms

    It's not random number, it's just represent the forum creation order, if a new forum would need to be created, it would use the next ID available, something like 70+.

    JeffB
    CodeGuru VB FAQ Visual Basic Frequently Asked Questions
    VB Code color Tool to color your VB code on CodeGuru
    Before you post Importants informations to know before posting

  3. #3
    Join Date
    Sep 2002
    Location
    Philadelphia ***Epoch: Timeless***
    Posts
    560

    Re: Codeguru Rooms

    Quote Originally Posted by Guix
    Rooms here not marked as 1,2,3,4,5..continously ..but random numbers, right ?
    in C++ room, it is f=9, here it is f=22.

    Thank you
    Over time the forums have been rearranged, merged, spliced, added, deleted and so on, leading to the somewhat chaotic fashion of numbering you see today.
    SolarFlare

    Those who cling to life die and those who defy death live. -Sun Tzu

    cout << endl;
    return 0;
    }

  4. #4
    Join Date
    May 2000
    Location
    KY, USA
    Posts
    18,652

    Re: Codeguru Rooms

    And the forum number is important because...??

  5. #5
    Join Date
    Jun 2002
    Location
    Moscow, Russia.
    Posts
    2,176

    Re: Codeguru Rooms

    ...it's the true name of it?
    "Programs must be written for people to read, and only incidentally for machines to execute."

  6. #6
    Join Date
    Apr 2002
    Location
    Michigan, USA
    Posts
    869

    Re: Codeguru Rooms

    Quote Originally Posted by Andreas Masur
    And the forum number is important because...??
    Whales can't do arithmetic?
    Verere testudinem! (Fear the turtle)

    Once you can accept the universe as matter expanding into nothing that is something, wearing stripes with plaid comes easy. -Albert Einstein

    Robots are trying to steal my luggage.

  7. #7
    Join Date
    Feb 2003
    Location
    Iasi - Romania
    Posts
    8,234

    Re: Codeguru Rooms

    Quote Originally Posted by Guix
    Rooms here not marked as 1,2,3,4,5..continously ..but random numbers, right ?
    in C++ room, it is f=9, here it is f=22.

    Thank you
    Assigning random numbers is the best choice because, if let's say, we choose a logical order and give 1 for C++ and (ULONGLONG)-1 for Java, some guys would be extremely unhappy.
    Last edited by ovidiucucu; April 17th, 2005 at 10:00 AM.
    Ovidiu
    "When in Rome, do as Romans do."
    My latest articles: https://codexpertro.wordpress.com/

Posting Permissions

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





Click Here to Expand Forum to Full Width

Featured