![]() |
| | #346 | |
| Mysterious C++ User Join Date: Oct 2007
Posts: 14,099
| But eh, we all have flaws (apparently ), so that's ok.Just try to be a little more serious instead
__________________ Using: Microsoft Windows™ 7 Professional (x64), Microsoft Visual Studio™ 2008 Team System I dedicated my life to helping others. This is only a small sample of what they said: "Thanks Elysia. You're a programming master! How the hell do you know every thing?" Quoted... at least once. Quote:
| |
| Elysia is offline | |
| | #347 |
| Banned Join Date: Aug 2001 Location: Visalia, CA, USA
Posts: 3,699
| Fair enough. Usually I only post when I get tired of doing homework or before work. So its an outlet for frustration at times. I don't mean to give out answers, by the way. I have been trying a bit harder to use more pseudo code (or just PHP/Pascal and Python/Pascal since to a newbie that is functionally useless to them anyway) but sometimes its I just write a quick blurb that turns out to be a fully functional answer. |
| master5001 is offline | |
| | #348 |
| and the hat of copycat Join Date: Sep 2007
Posts: 393
| So I wrote a class. Don't know whether this is a bug or not.(though is a "strange" thing) But words longer than 49 characters are delimited by spaces.
__________________ Not everything that can be counted counts, and not everything that counts can be counted - Albert Einstein. Last edited by stevesmithx; 12-13-2008 at 12:21 AM. |
| stevesmithx is offline | |
| | #349 |
| Cat without Hat Join Date: Apr 2003
Posts: 8,439
| It's a feature. It's meant to stop you from messing up the forum layout by typing in a long, unbreakable word. Spaces are forcibly introduced every so often, which gives the browser the opportunity to break lines.
__________________ All the buzzt! CornedBee"There is not now, nor has there ever been, nor will there ever be, any programming language in which it is the least bit difficult to write bad code." - Flon's Law |
| CornedBee is offline | |
| | #350 |
| and the hat of copycat Join Date: Sep 2007
Posts: 393
| That makes sense.
__________________ Not everything that can be counted counts, and not everything that counts can be counted - Albert Einstein. |
| stevesmithx is offline | |
| | #351 | |
| Mysterious C++ User Join Date: Oct 2007
Posts: 14,099
| Search is broken. Try searching for "input class", and you get this error: Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 299056 bytes) in /home/cprogram/public_html/cboard/search.php on line 1158
__________________ Using: Microsoft Windows™ 7 Professional (x64), Microsoft Visual Studio™ 2008 Team System I dedicated my life to helping others. This is only a small sample of what they said: "Thanks Elysia. You're a programming master! How the hell do you know every thing?" Quoted... at least once. Quote:
| |
| Elysia is offline | |
| | #352 |
| Administrator Join Date: Aug 2001
Posts: 699
| Thank you, search should be working again. (It actually worked for most terms, but I think 'input class' brought up so many results that it exhausted the available memory.) |
| webmaster is offline | |
| | #353 |
| and the hat of copycat Join Date: Sep 2007
Posts: 393
| With the newly updated vbulletin software,two bugs are reported here in this thread.
__________________ Not everything that can be counted counts, and not everything that counts can be counted - Albert Einstein. |
| stevesmithx is offline | |
| | #354 |
| Devil's Advocate Join Date: May 2004 Location: Out of scope
Posts: 3,735
| Various broken image links can be seen in the new forum features. This is clearly visible in the new user profiles and I'm sure in other places, as well. I'd imagine these are being in the process of being created and this might already be a known issue, I'm just putting it in writing.
__________________ Terms of Service By quoting or replying directly to this post, you consent to the fact that all of the information in the post above is completely accurate and highly intelligent and no comments will be made towards its validity, thoughtlessness, and/or grammatical structure. Violators will be prosecuted to the fullest extent of the law. |
| SlyMaelstrom is offline | |
| | #355 |
| Super Moderator Join Date: Sep 2001
Posts: 4,680
| a question about the forums New members can't see profiles due to security concerns, but I don't see a reason not to allow someone to see their own profile. |
| sean is offline | |
| | #356 |
| Registered User Join Date: Oct 2001
Posts: 2,110
| Advertisement overlays on posts interact bad with code boxes. The advertisement covers the text in the code box, which doesn't get its lines broken. (Safari) see C standard extern with no linkage |
| robwhit is offline | |
| | #357 |
| Registered User Join Date: Jan 2005
Posts: 7,137
| I assume webmaster is aware, but just in case... the site has been very slow, unreachable, or giving database errors off and on for the last couple days. |
| Daved is offline | |
![]() |
| Thread Tools | |
| Display Modes | |
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Strange side effects? | _Elixia_ | C Programming | 4 | 08-16-2005 03:25 PM |
| Strange file problem. | tilex | C++ Programming | 1 | 12-29-2004 12:32 AM |
| strange linked list problem | maes | Windows Programming | 0 | 09-06-2003 09:28 AM |