Thread: Bugs (and strange things...)

  1. #181
    S Sang-drax's Avatar
    Join Date
    May 2002
    Location
    Göteborg, Sweden
    Posts
    2,072
    In this thread:

    http://cboard.cprogramming.com/showt...968#post397968

    the last "//" of the second code block appears inside the code block, even though I put the finishing [/CODE] before that line.
    Last edited by Sang-drax : Tomorrow at 02:21 AM. Reason: Time travelling

  2. #182
    Anti-Poster
    Join Date
    Feb 2002
    Posts
    1,401
    I can't subscribe to a forum...only to a thread. I can't delete forum subscriptions either.
    If I did your homework for you, then you might pass your class without learning how to write a program like this. Then you might graduate and get your degree without learning how to write a program like this. You might become a professional programmer without knowing how to write a program like this. Someday you might work on a project with me without knowing how to write a program like this. Then I would have to do you serious bodily harm. - Jack Klein

  3. #183
    Registered User VirtualAce's Avatar
    Join Date
    Aug 2001
    Posts
    9,607
    I dunno if this bug has been posted and this thread is far too lengthy to go through post by post.

    I'm using the WYSIWYG editor version and everthing works, until I try to edit my post. For some strange reason when I edit my post everything inside of the code tags loses it's indentation. I normally indent all lines by 1 tab or 2 spaces inside of a function. When I see something wrong in my post or overlooked something in the preview and try to edit, all the indentation is gone. Everything is at the exact left margin.

    Quite annoying.

  4. #184
    and the Hat of Clumsiness GanglyLamb's Avatar
    Join Date
    Oct 2002
    Location
    between photons and phonons
    Posts
    1,110
    I have to second Bubba on the same intendation issue, although i am using Borland Compiler 4.52 (rather old but still working neatly :d ).
    Experienced same as Bubba yesterday when posting some code .

    Greets,

    Ganglylamb.

  5. #185
    S Sang-drax's Avatar
    Join Date
    May 2002
    Location
    Göteborg, Sweden
    Posts
    2,072
    The WYSIWYG editor is horrible.
    Last edited by Sang-drax : Tomorrow at 02:21 AM. Reason: Time travelling

  6. #186
    Carnivore ('-'v) Hunter2's Avatar
    Join Date
    May 2002
    Posts
    2,879
    Yes, I posted this problem a while ago (although I'm not sure if it was in this thread... anyhow, it was ignored). It's a particular problem for me, because I tend to do my proofreading AFTER I've already posted, which means I almost always have to re-indent my code several times on each post.
    Just Google It. √

    (\ /)
    ( . .)
    c(")(") This is bunny. Copy and paste bunny into your signature to help him gain world domination.

  7. #187
    Registered User Codeplug's Avatar
    Join Date
    Mar 2003
    Posts
    4,981
    Stop using tab characters.

    gg

  8. #188
    Carnivore ('-'v) Hunter2's Avatar
    Join Date
    May 2002
    Posts
    2,879
    I hate it when they say "it's happening because you're stupid"... Codeplug, I don't use tabs. It does the same thing no matter what I use; the indentation gets shot when I hit edit..

    Also, it's weird because when you use spaces, sometimes the editor will convert a string of them into a tab or something and everything will be indented extra.
    Just Google It. √

    (\ /)
    ( . .)
    c(")(") This is bunny. Copy and paste bunny into your signature to help him gain world domination.

  9. #189
    Registered User VirtualAce's Avatar
    Join Date
    Aug 2001
    Posts
    9,607
    Hunter is right. We are not talking about cutting and pasting code. Compose some code in the full WYSIWYG (yeah right) editor. Sumbit it. Now edit it and watch all the indentations - they are just magically removed. Very annoying.


    And if you read the post, it's kind of hard to use TAB characters when TAB changes the focus of the current window on the board? There are several other bugs with the code sections that I'm just not going to get into. Needless to say it takes quite some time to get your nice looking code to look the same here on the board. Anymore I just post it and/or compose it and say the heck with it.
    Last edited by VirtualAce; 10-06-2004 at 08:21 PM.

  10. #190
    and the Hat of Clumsiness GanglyLamb's Avatar
    Join Date
    Oct 2002
    Location
    between photons and phonons
    Posts
    1,110
    I dont know what was going on but yesterday and today troughout i couldnt get onto the cboard, my browser was telling me it could not retrieve any data from www. and so on...

    I asked some friends to check the site, and they couldnt even get onto it as well.

    I suppose it was just the server which was down for some time right?

  11. #191
    Unleashed
    Join Date
    Sep 2001
    Posts
    1,765
    I agree. cprogramming.com and anything below it would not work on any computer under any situation.

    I'm curious.
    The world is waiting. I must leave you now.

  12. #192
    Registered User
    Join Date
    Sep 2001
    Posts
    4,912
    Probably the server was just down for maintenance or something. It's happened before, for a couple of weeks on one occasion.

  13. #193
    ... kermit's Avatar
    Join Date
    Jan 2003
    Posts
    1,534
    Is this something that has reared its head before?

  14. #194
    Mayor of Awesometown Govtcheez's Avatar
    Join Date
    Aug 2001
    Location
    MI
    Posts
    8,823
    Are you talking about his posts? That's just something in his profile.

  15. #195
    ... kermit's Avatar
    Join Date
    Jan 2003
    Posts
    1,534
    Yeah, I was talking about the posts. Did not know if that was something screwy or not.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Strange side effects?
    By _Elixia_ in forum C Programming
    Replies: 4
    Last Post: 08-16-2005, 03:25 PM
  2. Strange file problem.
    By tilex in forum C++ Programming
    Replies: 1
    Last Post: 12-29-2004, 12:32 AM
  3. strange linked list problem
    By maes in forum Windows Programming
    Replies: 0
    Last Post: 09-06-2003, 09:28 AM