@# Quotes DB     useful, funny, interesting





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



Comments:

<0> hola
<1> Q
<2> werd up g funk
<0> yow yow
<0> playing with latex
<0> being kinky
<2> Quantum`` be careful, if you're alergic and you put it up your *** you could get a rash
<2> remember what happened _last_ time...
<0> true true
<3> Off to office
<0> such a hard working man
<0> hey jude
<0> dont make it bad
<0> take a sad song and make it better
<0> remember to let her into your heart
<0> then you can start to make it better



<2> I suppose
<0> dont carry the world upon your shoulders
<0> na na na naaaaa
<4> ?
<4> [m]aniac?
<2> IkBe not sure what you're asking... is this c++ related?
<2> that's what add/remove programs is for
<0> whats a good drawing tool, to make simple graphics in linux
<0> except gimp, too complex for moi
<2> dunno
<0> yea might just reboot into that
<5> bittorrent? yes? no?
<6> NineVolt: as a protocol or as a user?
<7> alguien habla espaol?
<8> we prefer english
<7> ok
<9> hi
<9> anyone who knows how to write a key combination (like CTRL+B) in c++ builder..
<9> OnKeyPress event..
<9> or something else?
<9> but i don't know how to use TShiftState
<10> anyone familliar with yacc?
<9> ..
<9> pls
<9> anyone who knows how to write a key combination (like CTRL+B) in c++ builder..
<8> obviously not what version of builder are you using?
<9> 6.0
<8> is that the new one?
<9> no..
<8> then there are a lot of problems with the C++ part of it
<9> from what i know there is Developers Studio 2006
<9> vawjrwrk..where are you from?
<8> from??
<9> yes
<8> not sure what you're asking
<9> where are you now?
<9> from which country?
<8> Jackson, Wy
<8> USA
<9> so..
<9> i have searched all over internet but i haven't found anything about TShiftState
<11> http://www.jmlewis.org/pictures/2006/05/ClimbingRedRock/2006_05_12/target71.html
<11> check that out
<11> that came out really well.
<11> it's not of me.
<8> _nice_ photo
<8> DoRIneLO TShiftState doesn't mean anything to me
<11> yeah, I printed that one out
<11> that's getting hung up on the wall.
<9> but..this is the code for OnKeyDown event : TObject *Sender, WORD &Key,
<9> TShiftState Shift)
<9> and i wrote..
<9> if (Key=='B' && Shift==[ssCtrl]) ....
<8> looks like it's some Borland specific stuff
<9> but is ilegall structure
<9> h.n.i
<8> [blah] is generally illegal
<9> but ..i tried without..
<12> const string& getName( ) const {return name;} <- what does the "const" before curly bracket do?
<9> and still doesent work



<8> Antrix dells you that the member function does NOT modify the object
<12> but the first const does this?
<8> no
<12> oh i see
<12> it strictly declares the method as an accessor and not mutator?
<8> correct
<12> thankyou
<8> not sure I like handing out references to member variables
<8> what if the object goes away
<13> some might be interested http://www.vnitonline.com/DataServer//Books/60%20High%20Quality%20Computer%20Books%20(%20NEW!)/60%20High%20Quality%20Computer%20Books.htm
<12> true :)
<14> what does it mean, when an parameter of a function is "const" modified, when i am p***ing an object in it..
<15> What?
<15> You mean like void func( const whatever ) ?
<16> dextre : it better be const&
<14> exception: yeah,
<16> and basically it means you are not allowed to modify the object
<15> Or that you can only call const methods
<14> exception: does modifying include "constructing" ?
<15> How do you want to construct something that's already constructed
<16> dextre : you cannot "construct" an existing object
<14> MrAshe: i am doing this: func( WHATEVER(x) ); // where WHATEVER is the type name for my argument
<15> That's fine, yes
<15> Actually, some compilers won't let you do that if it was not a const argument
<16> dextre : so you you're constructing a new object, and p***ing it in as a const reference
<14> expcetion: is that not allowed?
<15> Sure it is
<16> dextre : it's fine
<15> (people never read what I say)
<14> MrAshe: i'm here
<15> So am I
<16> MrAshe : did you write anything :P ?
<15> Nope, it was just my client outputing random bytes
<14> it's saying: cannot convert parameter 2 from 'cl*** MYCL***' to 'const cl*** MYCL*** &'
<15> What compiler?
<17> vawjrwrk: do you know oracle?
<14> make that parameter 1 for MrAshe's func(const WHATEVER)
<15> export ORACLE_SID=coprime; sqlplus /nolog; conn / as sysdba; shutdown immediate;
<15> Har har har, no more coprime
<14> MrAshe: doh. so this SHOULD works on your compiler right?
<15> Yup
<14> doh
<15> Well, it works on mine
<15> Dunno about yours :p
<14> hah hah. gonna check gcc real quick
<17> MrAshe: I'm on a win32 box, :P
<17> MrAshe: hey, can you help me with some SQL syntax
<17> for oracle
<15> Depends, I'm just a hamster
<17> k, well, my sql query that I'm using doesn't contain any syntax errors, but it isn't returning any results too
<17> and it should be, so I need some help... I'm pretty sure it's how I'm querying for dates
<15> Asking girls in bars huh
<12> muaha
<12> girls in my local bars were never really down with the SQL thing
<17> MrAshe: are you trying to say you're a girl in a bar on IRC?
<17> else I'm not following you
<15> Antrix: it's worse for me, trying to make ss7 jokes
<15> coprime: how about you type your SQL
<12> lol
<17> MrAshe: that's fine, just didn't want to paste without first finding someone who can help
<17> SELECT * FROM "EVENTS_IN_IRAQ"."INCIDENTS_WGS84_UTM_38N" WHERE (NOT "X_COORD" IS NULL AND NOT "Y_COORD" IS NULL) AND "DATE_" >= '5/17/2004 2:45:53 PM' AND "DATE_" <= '5/17/2006 2:45:53 PM'
<18> i just made my first web sql command interface
<15> I'm surprised it even works
<18> :D
<15> (I mean, syntactically)
<17> MrAshe: why are you suprised?
<12> should it not be IS NOT NULL? at least that is mysql syntax :/
<6> quotes?
<6> which database is this?
<15> Supposed to be Oracle
<6> ah, never used it
<15> Well, it certainly doesn't need quotes like that
<15> ***uming it works with quotes
<15> Heheh


Name:

Comments:

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






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

#AllNiteCafe
kurtlar vadisi ýrak
#asm
chlp dmsetup
#java
#AllNiteCafe
#c++
route nat is deprecated
#london
#linux



Home  |  disclaimer  |  contact  |  submit quotes