Forum: Geeks' Lounge 4 Hours Ago |
| Replies: 10 Views: 81 Probably an Emo-kid. They like cutting.
12815 |
Forum: DaniWeb Community Feedback 2 Days Ago |
| Replies: 71 Views: 3,956 He once was a regular here who posts were right on the edge. But one day some short-circuited and he's spamming Daniweb on and off for the last year or so.
Meh. |
Forum: DaniWeb Community Feedback 2 Days Ago |
| Replies: 71 Views: 3,956 And you're banned. Again. Goodbye Josh :yawn: |
Forum: C++ 3 Days Ago |
| Replies: 5 Views: 144 So you haven't got a clue how to solve the problem, but you refuse to drop the course because you think you'll get some free points by cheating your way through it? I've heard enough, thread closed.... |
Forum: C++ 4 Days Ago |
| Replies: 7 Views: 186 this is wrong: mi = KM_MI * km;
"KM_MI" == km per mile. So if you already have km and want to go to miles, you should divide by this number, not multiply:
mi = km / KM_MI ;
Same error is in... |
Forum: Geeks' Lounge 6 Days Ago |
| Replies: 7 Views: 327 Hmm, I couldn't think of something worse:
#include <iostream>
int main (){char ____ ='c',___[3]
,__=____;{{{{{ std::cout<<++____<<(char)((____&__)+21) <<__<< (char)(____+(7*sizeof(char)));}}... |
Forum: DaniWeb Community Feedback 8 Days Ago |
| Replies: 3 Views: 274 Let's not start this discussion *again* |
Forum: C++ 12 Days Ago |
| Replies: 6 Views: 427 This may very well be the best post I have ever read on Daniweb. :icon_mrgreen: |
Forum: C++ 12 Days Ago |
| Replies: 13 Views: 15,605 Read post no. 11.
Thread closed due to multiple useless resurrections in the last 3 years. |
Forum: DaniWeb Community Feedback 13 Days Ago |
| Replies: 7 Views: 569 Click (http://www.daniweb.com/forums/thread194321.html) |
Forum: C++ 13 Days Ago |
| Replies: 14 Views: 383 I haven't posted any major projects here. But when I make project with > 100.000 lines for example, you can be sure that there are a few namespaces in it :)
Saying: "I haven't seen them here", "They... |
Forum: C++ 14 Days Ago |
| Replies: 14 Views: 383 Oh wow! Then I'll help you immediately:
#include <iostream>
int main(){
int number = 30;
std::cout << std::hex << number;
}
don't forget to put the credits in the codez! |
Forum: C++ 14 Days Ago |
| Replies: 14 Views: 383 This is slightly confusing. You say:
But you also say:
Why would you need the code, when you're making it yourself? And to make matters even more confusion, your signature says:
So why... |
Forum: Geeks' Lounge 15 Days Ago |
| Replies: 7 Views: 757 The last post by this user had a link in it to some site (and it got snipped). I guess they forgot to put the link in this time :D |
Forum: C++ 15 Days Ago |
| Replies: 1 Views: 222 It appears that your shift key is broken and your dot-key is stuck. You might want to consider buying a new keyboard.
Here's a 'getting started (http://www.daniweb.com/forums/thread63827.html)'... |
Forum: Geeks' Lounge 16 Days Ago |
| Replies: 4 Views: 400 What kind of 'bot'? I hope you're not talking about spam and/or viruses. That would make me very unhappy with you :icon_frown: |
Forum: Geeks' Lounge 16 Days Ago |
| Replies: 19 Views: 665 So? I never said I was a fast typist :) |
Forum: Geeks' Lounge 17 Days Ago |
| Replies: 19 Views: 665 Ahem.
I'm working as fast as I can here, give me a break :) |
Forum: DaniWeb Community Feedback 19 Days Ago |
| Replies: 53 Views: 3,097 Your age only added the word 'old', right ? j/k :D |
Forum: C++ 20 Days Ago |
| Replies: 4 Views: 204 There are a few things wrong with your code:
int a = aa; . The compiler will complain about not knowing what 'aa' is. If you want to input hex-numbers, you need to add a 0x, so : int a = 0xaa; .
... |
Forum: DaniWeb Community Feedback 21 Days Ago |
| Replies: 53 Views: 3,097 I think you should reply to a thread if you feel that you have something valuable to add to it. That's how forums work.
But I can't see anything wrong with the 5th PM you got from Bob. I... |
Forum: DaniWeb Community Feedback 28 Days Ago |
| Replies: 7 Views: 633 You forgot to use tags. So all the tags posted by Dave were parsed, resulting in the crap above :) |
Forum: DaniWeb Community Feedback 33 Days Ago |
| Replies: 91 Views: 7,140 Don't like 'em either. I've used the arrow-thing for years and was quite content with it.
Also, the new reputation-pop-up is cluttered with information that :
- a regular doesn't care about.
- a... |
Forum: Computer Science Oct 28th, 2009 |
| Replies: 2 Views: 315 Seriously? You think this is going to get you a job? |
Forum: C++ Oct 23rd, 2009 |
| Replies: 9 Views: 544 You shouldn't drink and drive and you should smoke and do math. That's how people come up with stuff like the Large Hadron Collider: very dangerous ;) |
Forum: Geeks' Lounge Oct 23rd, 2009 |
| Replies: 13 Views: 702 Sure:
12268
Here's the C++ forum -> CLICK (http://www.daniweb.com/forums/forum8.html) |
Forum: Computer Science Oct 22nd, 2009 |
| Replies: 2 Views: 487 Aahh com on,,, plzz gimme the pseudocodez.... LOL111! :):(;) |
Forum: C++ Oct 22nd, 2009 |
| Replies: 9 Views: 544 Also with B: this B = 3r + 12 + 10r + 20 = 102 //Distributive property is completely wrong. I have no idea what you're trying to do here.
Look, if r(B)=70/13=5.38... (according to you) then if you... |
Forum: C++ Oct 21st, 2009 |
| Replies: 3 Views: 314 You forgot to #include <sstream> |
Forum: DaniWeb Community Feedback Oct 21st, 2009 |
| Replies: 15 Views: 1,604 I also think that newbies use code-tags on the first post more often now. But I also think that the tags can be added to the quick-reply. As Dave mentioned, the mysterious green block that... |
Forum: C++ Oct 20th, 2009 |
| Replies: 9 Views: 244 If you compile with -Wall you should've seen the warning warning C4700: uninitialized local variable 'a' used and that's because class A doesn't have a constructor. (you commented it out) |
Forum: C++ Oct 19th, 2009 |
| Replies: 10 Views: 2,046 >>All I wanted just reduce the number of local variables.
>Yes, I see, though the algorithm of reversing the string is basically the same,
>I hadn't thought of the the fact that I could use... |
Forum: DaniWeb Community Feedback Oct 18th, 2009 |
| Replies: 9 Views: 1,000 William is a *special* kind of guy ;) |
Forum: DaniWeb Community Feedback Oct 15th, 2009 |
| Replies: 25 Views: 2,225 Why was there a post removed from this thread? I was under the impression that Daniweb didn't remove posts. The main argument for this being: "it creates holes in the database". And you were right,... |
Forum: C++ Oct 15th, 2009 |
| Replies: 7 Views: 417 Or a real C++ solution:
#include <iostream>
#include <algorithm>
#include <string>
struct upper {
int operator() ( int c )
{ |
Forum: C++ Oct 15th, 2009 |
| Replies: 7 Views: 417 Remove that line again and put it inside your loop. Put a cout << c;
inside your loop and remove the other cin/cout statements.
So your loop-block should look like this:
{
c =... |
Forum: DaniWeb Community Feedback Oct 14th, 2009 |
| Replies: 25 Views: 2,225 Do not confuse rep-power with reputation. Reputation and 'solved threads' show how useful someone has been for the community (more or less anyway). The rep-power is nothing more then the amount of... |
Forum: DaniWeb Community Feedback Oct 14th, 2009 |
| Replies: 25 Views: 2,225 I've been here since '06 and have 2427 rep and +10/-5. But I 'only' have 2,706 posts, so I think you're right, posts count for quite a bit.
The previous calculation was something like:
1000... |
Forum: Geeks' Lounge Oct 11th, 2009 |
| Replies: 31 Views: 1,629 So he can send you a million dollars, why else? |
Forum: Geeks' Lounge Oct 8th, 2009 |
| Replies: 3 Views: 359 With that title, I was kind of expecting something that would get you banned :)
But the article is great. I smiled when I saw that they went down with the first punch :) |