@# Quotes DB     useful, funny, interesting





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



Comments:

<0> yes
<0> it isn't
<0> my friend use's it
<1> who is your friend?
<0> Lucas
<0> o.o
<1> never heard of him
<1> what game is this anyway?
<0> GunBound
<1> is it about guns?
<1> or bondage?
<2> Looks a little like scorched earth
<1> hey jblitzen was it you taht was info bf2?
<2> What?
<2> I have and play BF2
<1> ok



<2> So do peterhu and a few others
<1> i remember chatting here with you and peterhu one night about bf2
<2> Probably
<1> anyay you try euro feces booster pack?
<2> Heh, no
<2> EA downloader has never worked well for me
<2> Not greatly interested in the packs anyway
<1> yeah ea downloader isn't working right for me either
<1> well its got new maps, a few new vehicles..
<1> worth if if you are bored of the oldmaps
<2> SF changed the gameplay with ziplines and grappling hooks
<2> And attack helicopters
<2> I don't see these new packs trying anything that ambitious
<1> yeah it's not quite as big a change as sf was
<1> actually its literally just new maps and slightly different vehicles
<1> sf was controversial.. some people hated the night maps for instance
<2> Eh, I just don't play 'em
<1> i kinda like 'em.. lets ya be stealthy
<3> holy christ JBlitzen ****s
<2> khan = gaey
<2> Hey, rdragon went on a date with jeffmir
<2> So you aren't the only gaey to come out of Seattle
<3> american dad back next week
<3> not cancelled after all
<2> Too many cartoons
<2> Let's see if I can install VS05 from a burned DVD of the 05 DVD
<2> ****in' temperature's supposed hit 97 here tomorrow
<2> The average is in the low 70's
<3> sounds like you live in a ****hole state
<2> The record high is probably in the 80's
<2> Sounds like one of us knows how to build cabinets, and it isn't j00
<3> sounds like one of us makes enough to buy cabinets
<3> rather than wasting his own time
<2> Heh
<2> You're missing Desperate Housewives
<3> i'd be concerned if i were a 40 year old woman who gave a **** about that show
<0> after i compile anything
<0> i tried with all
<0> this dialog appear: C:\GunBounDserver\Compiledthing.exe not found
<0> File Not Found
<2> I think of you as a 40 year old woman
<0> yes i am
<0> tell me why this happen?
<2> I meant peterhu heh
<4> JB: attractive?
<2> Of course I'm attractive
<4> hmm
<0> hey guys
<0> can u
<0> send me
<0> one thing
<0> to i try to compile?
<4> nope
<0> to see if the error is with my program
<0> only 2mb?
<0> microsoft visual studioe xpress edition
<5> does anyone know how to retrieve the individual integers for the red green and blue values of an RGB type
<5> ?
<6> red = color & 0xff; green = (color>>8) & 0xff; blue = (color>>16) & 0xff;
<6> or the other way around if it's BGR or RGB
<5> is this okay?



<5> int rednum = selectedcl***->m_Color & 0xff; int greennum = (selectedcl***->m_Color>>8) & 0xff; int bluenum = (selectedcl***->m_Color>>16) & 0xff;
<6> *shrug*
<6> I don't know what you're working with.
<5> seems to work, thanks bro
<4> redrum
<6> mmm
<6> redrum
<6> time for a movie, later
<4> lol
<5> ok
<5> I also need to know what function to call to set a slider control
<5> ok got it
<5> gosh
<1> QSlider.. use Qt ;)
<5> do I have to create a cl*** for my sliders?
<5> this is setpos, ****ing thing doesn't take int a slider control in the signiture CSliderCtrl::SetPos(int nPos)
<5> oh wait i might have solved
<1> bah win32 suxorz
<1> use Qt
<1> much nicer api
<5> nope
<5> ok
<5> I will move over to CLI after i finish this StCPPLib book
<5> ok I see how to do this
<5> what's Qt?
<5> show me sumthin
<5> what can it do?
<3> google qt trolltech
<1> it is a cross-platform C++ API primarily for developing GUI apps.. although you can develop any kind of app with it, not necessarily GUI.. I am a big fan of it
<1> although you are force to stick to GPL unless you buy the commercial version
<5> yeah sure, I'll, buy it
<5> always have money for the wasting
<7> what about Wx
<1> wxwindows is good too
<1> i think they renamed it to wxworks or something
<7> wxwidgets I think
<1> oh yeah
<5> isn't cli an API also?
<5> CLI*
<8> CLI is not an API, but the shell environment and underlying OS will provide an API to get things done.
<9> Bitrot_ CLI in this case does NOT mean Command Line Interface
<8> Ah. k.
<9> the CLI as in C++/CLI
<5> oh hehehe sowwy
<5> hey vawjr
<9> http://msdn.microsoft.com/visualc/homepageheadlines/ecma/default.aspx
<5> I created a CSliderCtrl data member with an array of [3] for my dialog cl*** then made my sliders elements of the array
<5> got this error: error C2664: 'DDX_Slider' : cannot convert parameter 3 from 'CSliderCtrl' to 'int &'
<9> PFloyd I don't use cl***es that start with C
<5> ok it's called SliderCtrl
<5> just say you don't want to deal with MFC
<5> I understand MFC is painful
<9> yes it is, but the meaning of the error should be pretty clear
<5> okay sir, ty
<5> got her fixed, thanks d00d
<5> l8ter
<7> hahahh
<7> vawjr is a "d00d"
<10> http://video.google.com/videoplay?docid=-5427138374898988918&q
<11> anyone know a good telnet server lib i can drop in my app?
<12> server?
<11> yes, sir
<12> to do what?
<11> so someone can fire up a telnet client & connect to my server
<12> how is a library going to know what to do?
<12> telnet is a terminal emulator
<12> it basically takes 'input'
<11> no...i will use the goods within my app
<12> its like 5 lines of winsock code
<11> i just need a solid developed implementation
<12> you have noidea what telnet is
<12> the only reusable part of telnet is basically no code, there isn't going to be a lib outthere for it
<12> i'd doubt it atleast


Name:

Comments:

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






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

#AllNiteCafe
kabul etsene
#linux
site:www.quotesdb.info g0thicangel
waht is gdm
#linuxhelp
#MissKitten
#chatzone
#linux
#networking



Home  |  disclaimer  |  contact  |  submit quotes