Thread: housekeeping...

  1. #16
    Has a Masters in B.S.
    Join Date
    Aug 2001
    Posts
    2,263
    if we deleted our posts how would the n00bs read or incessent(yes i know) stupidity.
    ADVISORY: This users posts are rated CP-MA, for Mature Audiences only.

  2. #17
    Lead Moderator kermi3's Avatar
    Join Date
    Aug 1998
    Posts
    2,595
    int main()
    {
    int numberusers;
    vector <user> person; //<-- assume, I lazy to type all

    for(int i=0;i<user.length;i++)
    {
    if person[i].posts>=kermi3.posts
    {
    person[i].signature="I post for no reason at all other than tosay I have the most...Isn't that sad?";
    person[i].can_edit_signature=0;
    person[i].posts=3;
    }

    return 0;

    }
    Kermi3

    If you're new to the boards, welcome and reading this will help you get started.
    Information on code tags may be found here

    - Sandlot is the highest form of sport.

  3. #18
    5|-|1+|-|34|) ober's Avatar
    Join Date
    Aug 2001
    Posts
    4,429
    HAHAHAHA... ROFL.. good to know we all have a good sense of humor..

  4. #19
    Linguistic Engineer... doubleanti's Avatar
    Join Date
    Aug 2001
    Location
    CA
    Posts
    2,459
    or... lack thereof...

    ROFL? please expn...

    cramming thimble...
    hasafraggin shizigishin oppashigger...

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. File I/O, fgets()? scanf()? I'm lost...
    By Lau in forum C Programming
    Replies: 26
    Last Post: 11-25-2002, 09:49 AM