@# Quotes DB     useful, funny, interesting





Google
 
Web www.quotesdb.info
Undernet  |  EFnet  |  Quakenet  |  Freenode  |  Dalnet  |  Ircnet  |  Galaxynet
Page: 1 2 3 4 5



Comments:

<0> i thought he would have turned you into one of his "werms"
<1> hello
<1> http://pastebin.com/541739
<1> what the ... are thoses error ?
<2> what makes you think they are errors?
<3> the only thing that could be considered as an error is the exit code.. weird one
<0> not really
<2> The most common "C" error code is "0xC000013A: The application terminated as a result of a CTRL+C".
<0> his thread hasnt exited "gracefully"
<2> "C" there doesn't refer to the language
<2> so, toast ?
<2> what's wrong?
<1> nothing :)
<1> am new to c++, so i was wondering
<1> 1>gereSudoku.obj : error LNK2005: "public: __thiscall Sudoku::Sudoku(void)" (??0Sudoku@@QAE@XZ) already defined in Sudoku.obj
<1> :\



<3> toast, where is the constructor defined?
<1> indeed
<4> Who are Programator and `Ady_15`?
<4> And why the parts and joins?
<2> looks like the same user, maybe
<4> Same IP
<2> yeah
<4> `Ady_15`, speak up
<5> :)
<5> ?
<6> Hey, I'm not a lurker, and you don't like me either :(
<4> Never mind. Just making sure there's a human there.
<5> heh
<0> he's an "equal opportunity" disliker
<6> well, I hate you all to return the favour
<1> so what do i so, if it is already defined in .obj ?
<0> make sure you dont define it twice
<1> in the hpp and the cpp
<1> i just erased all the private cl*** var
<1> and now it works
<4> Oh, now they're persistent
<0> sticky spam bots
<7> it should be taken care of
<8> too bad you can't ban on regular expressions.
<0> if peterhu ever finishes the bot we could prolly get some regex into it
<2> haha
<8> I was thinking about writing a dozen of lines of perl code for that.
<8> The only problem is ... perl.
<8> That wouldn't enable my browser to kick those bots.
<9> it should only take 1 line of APL
<8> Sure, if you have an IRC client written in APL.
<10> most of those <femalenick><number> bots match the following banmasks, *1?!*@*, *2?!*@*, *3?!*@*
<0> 25000000000000000 lines of COBOL
<8> Asmodee`: you just kicked Noidea128
<9> and cn28h
<10> he can change his nick, and that wouldnt kick cn28h
<10> it would kick Noidea128, but not cn28h i mean
<0> noidea is the ch owner
<9> really? what does ? mean then?
<9> I thought ti meant _any_ character
<10> it does, any _one_ character
<10> *2?!*@* doesnt ban cn28h, but *2*!*@* does
<9> h looks a helluva lot like _any_ character
<10> h is one character, but 8h is two characters
<9> you must have a wildly different regex than I
<8> indeed
<9> you're suggesting that when it finds the 2 it stops looking at * ??? odd
<10> no
<2> nickname!identd@host
<10> argh
<8> Ahh, I think he means only to bad *[123]? not *[0-9]?
<8> s/bad/ban/
<10> *2?!*@* does *not* match cn28h regardless of what you think
<9> why the **** no
<10> yes, *[123]?
<9> cn2 == *
<8> Asmodee`: we interpreted your list as the start of a sequence.
<2> would *2??!*@* ?



<10> *2??!*@* would ban cn28h, but not *2?!*@*
<9> yeah, I thought he just got tired of typing
<10> well ive been tracking those femalenick# bots for a long time in #C and everyone of them uses a femalenick and then a number between 10 and 39
<8> ok, I'll venture into perl coding :/
<1> wyh if i put a param in my constructor, it shoot error : error C2065: 'valeur' : undeclared identifier
<8> because the identifier valeur wasn't declared.
<1> i forgot to include<string>
<2> you FOOL!
<8> </venture>
<2> well, finally threw my resume and such up onto monster.com
<9> who is "they" ?
<2> i don't know...
<4> You'll be attacked by clueless recruiters now.
<4> Man, I hate recruiters.
<2> yeah, I bet
<2> I haven't the opportunity to talk to any yet, heh
<4> Q: "How much JavaScript do you have?"
<2> meh
<4> A: "Um... 3 or 4, I guess. Kilograms."
<2> lol
<11> lol
<2> Er... I'm looking at this girl's resume that apparently is in the same college as me... Under "Skills" she has about 13 good things listed... but they all say Last Used: Never, Experience: 0 years
<4> heh
<2> way to advertise what you don't know, heh
<4> Maybe "Monster.com" should be one of the skills
<2> "I always give 100% affort when it comes to completing job tasks" <--- booo!
<4> "Honesty -- Last Used: Never, Experience: 0 years"
<2> haha
<11> lol
<2> gosh... I thought my resume wasn't all that impressive... looking at some of these others, I kinda feel sorry for these people, heh
<2> "drawing, typing"...
<12> folks, explain me something. When you see ldd output on a shared library, and below the list of dependencies it says "not a dynamic executable" , what does it mean? for the library is shared, dlopens with no problem
<8> melfar: the library itself isn't executable.
<8> It also might not be linked in a way that it loads or depends on additional libraries.
<12> well libraries are usually not executable right? I've tried ldd'ing other shared libs, they didn't have such line.
<8> Your shared library may be of a different type.
<8> (And very weird things happen on AIX)
<12> okay. hope it's not a problem. can you say is it okay that all the offset addresses are 0x00 when looking it in ldd?
<12> mips in my case
<8> I have no idea.
<8> (and I don't have a MIPS box at hand to check)
<8> Maybe, the file command can help you to identify the file type.
<12> well I'm pretty sure it's a shared library, it was built by myself :
<12> :]
<12> with g++ -shared -fPIC
<4> My back yard looks like a Hitchcock movie. There are about a hundred little birds out there eating bugs and what not.
<13> hey, does anybody know if the STL provides provides cl***es/methods to read the contents of a directory ?
<14> jik: No.
<12> no, bot boost does it
<12> bot=but
<14> www.boost.org
<14> Look under "filesystem"
<13> oh, cool thanks
<8> you mean "standard library", not "STL".
<13> ok
<13> you are right
<0> http://www.hacknot.info/hacknot/action/showEntry?eid=81
<15> Anyone ever used RasDial() ?
<16> anyone know where i can find sfc.h file ?
<1> how do i fill tab[][];
<1> i mean can i do tab[][] = {{1,2,3},{...},{...}}
<17> toast: why don't you try it?
<1> i did, plenty of errors
<1> but in a doc i have it says it is valid
<1> so its confusing
<18> what error?
<1> syntax error
<1> error C2143: syntax error : missing ';' before '{'
<1> etc
<19> toast: the only dimension you can leave off is the last one, or the 'inner-most' one, e.g. int a[][2] = {{1,2},{3,4},{5,6}};
<20> HElp


Name:

Comments:

Please enter the result of the sum 63 + 46 (to avoid spam):






Return to #c++
or
Go to some related logs:

captain kremmen buddy
Tista tkun int Zimbabwe
#AllNiteCafe
#linuxhelp
#linux
#MissKitten
celegans irc
sessions menu fedora
File does not exist htdocs/home
penelope cruse



Home  |  disclaimer  |  contact  |  submit quotes