Search Results

Showing results 1 to 40 of 267
Search took 0.03 seconds.
Search: Posts Made By: niek_e
Forum: Geeks' Lounge 4 Hours Ago
Replies: 10
Views: 81
Posted By niek_e
Probably an Emo-kid. They like cutting.

12815
Forum: DaniWeb Community Feedback 2 Days Ago
Replies: 71
Views: 3,956
Posted By niek_e
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
Posted By niek_e
And you're banned. Again. Goodbye Josh :yawn:
Forum: C++ 3 Days Ago
Replies: 5
Views: 144
Posted By niek_e
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
Posted By niek_e
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
Posted By niek_e
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
Posted By niek_e
Let's not start this discussion *again*
Forum: C++ 12 Days Ago
Replies: 6
Views: 427
Posted By niek_e
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
Posted By niek_e
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
Posted By niek_e
Click (http://www.daniweb.com/forums/thread194321.html)
Forum: C++ 13 Days Ago
Replies: 14
Views: 383
Posted By niek_e
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
Posted By niek_e
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
Posted By niek_e
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
Posted By niek_e
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
Posted By niek_e
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
Posted By niek_e
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
Posted By niek_e
So? I never said I was a fast typist :)
Forum: Geeks' Lounge 17 Days Ago
Replies: 19
Views: 665
Posted By niek_e
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
Posted By niek_e
Your age only added the word 'old', right ? j/k :D
Forum: C++ 20 Days Ago
Replies: 4
Views: 204
Posted By niek_e
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
Posted By niek_e
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
Posted By niek_e
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
Posted By niek_e
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
job
Views: 315
Posted By niek_e
Seriously? You think this is going to get you a job?
Forum: C++ Oct 23rd, 2009
Replies: 9
Views: 544
Posted By niek_e
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
Posted By niek_e
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
Posted By niek_e
Aahh com on,,, plzz gimme the pseudocodez.... LOL111! :):(;)
Forum: C++ Oct 22nd, 2009
Replies: 9
Views: 544
Posted By niek_e
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
Posted By niek_e
You forgot to #include <sstream>
Forum: DaniWeb Community Feedback Oct 21st, 2009
Replies: 15
Views: 1,604
Posted By niek_e
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
Posted By niek_e
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
Code Snippet: C-String reverse
Views: 2,046
Posted By niek_e
>>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
Solved: Name change
Views: 1,000
Posted By niek_e
William is a *special* kind of guy ;)
Forum: DaniWeb Community Feedback Oct 15th, 2009
Replies: 25
Views: 2,225
Posted By niek_e
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
Posted By niek_e
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
Posted By niek_e
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
Posted By niek_e
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
Posted By niek_e
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
Posted By niek_e
So he can send you a million dollars, why else?
Forum: Geeks' Lounge Oct 8th, 2009
Replies: 3
Views: 359
Posted By niek_e
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 :)
Showing results 1 to 40 of 267

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC