Thread: Suggestion

  1. #1
    Registered User
    Join Date
    May 2002
    Posts
    16

    Suggestion

    I am not sure if this board is interested or not, but I have some friends who run a message board for TekNap (A popular irc/napster client that is fully programmable). They were able to add a bit of code to the board to allow the forum to display tabs and spaces. If you are interested I can get the code for you (it's only a few lines). The main reason that I am suggesting this is because I find code a LOT easier to read with tabs!

  2. #2
    i dont know Vicious's Avatar
    Join Date
    May 2002
    Posts
    1,200
    Thats what the code tgs are for

    Code:
    int main()
    {
            cout<<"SEE WHAT I MEAN";
    }
    What is C++?

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. LCD for gaming, any suggestion?
    By alphaoide in forum Tech Board
    Replies: 0
    Last Post: 05-02-2004, 05:09 PM
  2. Replies: 12
    Last Post: 05-14-2003, 01:00 AM
  3. 3 x 3 square contest suggestion
    By badman in forum Contests Board
    Replies: 0
    Last Post: 02-11-2003, 12:12 AM
  4. any suggestion - pointer, strtok, function etc
    By Unregistered in forum C Programming
    Replies: 1
    Last Post: 01-13-2002, 02:04 AM
  5. Any suggestion?
    By Unregistered in forum C Programming
    Replies: 2
    Last Post: 10-28-2001, 05:24 AM