Sturm 270 Veteran Poster

You realize these are just DOS commands? Oh and btw, none of your commands work on *my* computer, I wonder why that is.

Sturm 270 Veteran Poster

Obviously the most influential computer games of all time were/are rogue and rogue-likes, such as NetHack, Moria, SLASH'EM, ADOM, etc. The level of depth found in these games is rare even in modern rpgs and mmorpgs.

Sturm 270 Veteran Poster

>However, we are keeping a close eye on this thread and it will be closed if need be.

That's nice. Trying to keeping the discussion "in check" by posting inane threats won't help.

Sturm 270 Veteran Poster

>If you don't know the reason then your intelligence is a lot lower than I thought it was.

I don't see in anything in his post that I would classify as racist. Do you consider the quote below racist?

>The AVERAGE black person is less intelligent than the AVERAGE white person.

Sturm 270 Veteran Poster

>So much for your expert's opinion! as well as your unsupported claim that "There are many more scientists who back-up Watson".

Your arguments are surprisingly weak and inane. You condemn Josh as racist, yet don't give a reason. You use one the statement "with fellow scientists dismissing his claims as 'genetic nonsense.'" to somehow add legitimacy to your claim. You apparently didn't read all of Josh's post. Especially this sentence:

Don't be an ignorant fool and simply post 'oh this is bull!!'.

Infarction on the other, actually answered intelligently. Maybe you should PM him for some pointers.

Sturm 270 Veteran Poster

Oh wow, I feel stupid.

Sturm 270 Veteran Poster

For homework I'm apparently supposed to implement some functions defined in <algorithm> . So this is what I have so far:

template <class I> bool m_equal( I b, I e, I b2 )                                                                                                                                                                   
{                                                                                                                                                                                                                   
    for ( ; b != e && b == b2; b++, b2++ );                                                                                                                                                                         
    return b == b2;                                                                                                                                                                                                 
}                                                                                                                                                                                                                   
template <class I, class T> I m_find( I b, I e, const T c )                                                                                                                                                         
{                                                                                                                                                                                                                   
    for ( ; b != e && *b != c; b++ );                                                                                                                                                                               
    return b;                                                                                                                                                                                                       
}                                                                                                                                                                                                                   
template <class I, class T> void m_copy( I b,I e, I d )                                                                                                                                                             
{                                                                                                                                                                                                                   
    while ( b != e ) *d++ = *b++;                                                                                                                                                                                   
}                                                                                                                                                                                                                   
template <class I, class T> void m_remove_copy_if (I b, I e, I d, T p)                                                                                                                                              
{                                                                                                                                                                                                                   
    for ( ; b != e; b++ ) if ( !p( b ) ) *d++ = *b;                                                                                                                                                                 
}

My compile command is:

cc ex0.cpp -o ex0

And the error log:

/tmp/ccvD4Xto.o: In function `std::__verify_grouping(char const*, unsigned int, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
ex0.cpp:(.text+0x3c): undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::size() const'
ex0.cpp:(.text+0x87): undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::operator[](unsigned int) const'
ex0.cpp:(.text+0xc5): undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::operator[](unsigned int) const'
ex0.cpp:(.text+0x10d): undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::operator[](unsigned int) const'
/tmp/ccvD4Xto.o: In function `__static_initialization_and_destruction_0(int, int)':
ex0.cpp:(.text+0x157): undefined reference to `std::ios_base::Init::Init()'
/tmp/ccvD4Xto.o: In function `__tcf_0':
ex0.cpp:(.text+0x1a4): undefined reference to `std::ios_base::Init::~Init()'
/tmp/ccvD4Xto.o:(.eh_frame+0x11): undefined reference to `__gxx_personality_v0'
collect2: ld returned 1 exit status

What is exactly is the problem? Thanks for help in advance.

Sturm 270 Veteran Poster

I assumed he already had an older version of gcc installed as he was quite specific with the version number ;-)

Sturm 270 Veteran Poster
Sturm 270 Veteran Poster

So what's the problem?

Sturm 270 Veteran Poster

You're calling us idiots? At least Joe and I can read.

Sturm 270 Veteran Poster

Or a little little easier:

int round(const double& c)
{ 
    if (c - (int)c > .5)
        return  (int)c + 1;
    else
        return (int)c;
}
Sturm 270 Veteran Poster

>what link?

So I take it you didn't read his post?

Sturm 270 Veteran Poster

Did you actually click on the link?

Sturm 270 Veteran Poster

Why are you using graphics.h ? Real programmers(tm) use a real API such as SDL, Allegro, or ClanLib.

Sturm 270 Veteran Poster

You might want to look at this

Sturm 270 Veteran Poster

try type electric If that is in fact the name of the program. What I do is just tab the name in. Or if tabbing fails then try:

updatedb
locate electric
Sturm 270 Veteran Poster

Edit

Sturm 270 Veteran Poster

Blacks always complain about the supposed "racism" that affronts them at every conceivable turn. But they don't seem to realize that wearing "grills" and chains and extremely baggy pants scare a great number of people (including me). Nor do they seem to realize that their so beloved ghetto culture is promoted by rich rappers (who've most likely never lived in "da hood") who's lyrics are so obscene, it's no wonder that people are racist against them.

I also find it funny that people where extremely baggy pants, effectively emulating prisoners, who aren't allowed to where belts.

A good example of this is at my school. Like many schools, my school has "white" tables (which actually consists of whites, asians, and indians. All of them are in the "gifted" program.) and "black" tables at lunch. So apparently our choir (which is unsurprisingly all white) was selling candy or something and didn't go around to the black tables. People complained, and the choir was forced to go around to all tables systematically. Maybe if the blacks didn't
intentionally look like murders, gangsters, and thugs, this sort of thing wouldn't of happened.

Sturm 270 Veteran Poster

Oh yes.. now I remember, I wanted the focus to be on the mouse.

Sturm 270 Veteran Poster

So you can't just install a better one? Does RHEL not let you do that or something?

Sturm 270 Veteran Poster

The funny thing is that TWM is really not *that* memory efficient or light, considering it's features (or lack thereof), it's quite bloated.

Sturm 270 Veteran Poster

>Look at it this way, those kids make good soldiers down the road. We need lots of them.

To invade and steal from other countries? Sounds like a noble cause to me.

Sturm 270 Veteran Poster

>But the most bizarre place is Leicester in England. It is the only place in Britain where the British nationals are out-populated by immigrants

In America, most everywhere citizens are out-populated by illegals, seeing that many of them have upward of 10 kids.

Lardmeister commented: Archie Bunker would be proud of you!!!!!!! +0
jbennet commented: yeah you are right on about liecester +21
Sturm 270 Veteran Poster

>Is that really pronounced "F-suck"?

I dunno, I pronounce it "F-check."

Sturm 270 Veteran Poster

>Oh yeah, you could put every printable character in there and come up with a lot of strange words.

http://en.wikipedia.org/wiki/Fsck

Sturm 270 Veteran Poster

I don't actually remember why I switched...It was quite a while ago... I just remember there was something I didn't like ;-) Maybe I'll try it again for the first time.

Sturm 270 Veteran Poster

>Let me correct myself, there is no hell after you are dead. Hell is strictly an earthly thing.

Obviously, I was mocking religous people.

Sturm 270 Veteran Poster

I really doubt worrying about if you're going to hell or not relieves stress.

Sturm 270 Veteran Poster

He could of meant fscked.

Sturm 270 Veteran Poster

I used to use iceWM, but I ditched it for evilWM.

Sturm 270 Veteran Poster

I can part of it up for you ;-p

Sturm 270 Veteran Poster

I have a ubuntu install on an external harddrive, so I guess it would work...

Sturm 270 Veteran Poster

No I want to not see threads either.

Sturm 270 Veteran Poster

Could you add an ignore feature that would ignore all threads and posts created by a specific user?

Jishnu commented: very true, daniweb needs such a feature +2
Sturm 270 Veteran Poster

You might want to check out the new Penryn intel processors. Look pretty sweet.

Sturm 270 Veteran Poster

>whats thanksgiving anyway?

Some American holiday celebrating the end of the harvest season.

Sturm 270 Veteran Poster

I normally don't do this but... Happy Thanksgiving.

Sturm 270 Veteran Poster

So the list so far:
Novell
Xandros
Linspire
TurboLinux

If Redhat succumbs, we're really screwed.

Sturm 270 Veteran Poster

185k

Sturm 270 Veteran Poster

>Novell deliberately crippled parts of it so they couldnt get in trouble when people installed
restricted codecs etc...

Becoming more like Microsoft daily.

Sturm 270 Veteran Poster

1. Get a better compiler. (Dev-Cpp, Code::Blocks)
2. Get a better graphics API. (SDL, ALLEGRO, ClanLib)

Sturm 270 Veteran Poster

rpms suck, just compile mplayer yourself.

Sturm 270 Veteran Poster

>Here's one word for you: deodorant.

Or sunscreen, or bugspray. (I couldn't actually watch the video but I'm just assuming.)

Sturm 270 Veteran Poster

>Yes? Don't you? Some people do not have the money to give... but that doesn't mean they should not receive anything.

They always receive less.

Sturm 270 Veteran Poster

Rms calls it grav-mas... (Newton's birthday)

Sturm 270 Veteran Poster

Why are you erasing anything in the first place?
here's the idea:

1. Increment an iterator until isspace() is false.
2. Increment another iterator until isspace() is true. You now have a word.
3. Add the word and a space to the new string.
4. Rinse and repeat.

Sturm 270 Veteran Poster

Sure.

Sturm 270 Veteran Poster

Why is it, Lardmeister, that 50% of your sentences end in an exclamation mark?

Sturm 270 Veteran Poster

Instead of doing all this crap with the string, why not just create a new string? isspace() is your friend.