@# 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 11



Comments:

<0> yeah, that's no good
<0> operator[] is used to access an existing element
<0> you can't index elements that don't exist
<1> ah
<0> you need to add elements to the vector, or resize it first
<1> that's why i had to friggin do reserve(1)
<0> reserve doesn't change the number of elements
<0> it only guarantees that the vector won't reallocate its contents until the size exceeds the reserved #
<0> you need a book, it seems
<0> http://www.rudbek.com/books.html
<0> the first one should set you straight
<1> i have them... u_u
<0> gotta read em then :)
<1> yea
<1> i do
<0> do you have accelerated C++ ?



<1> mhm
<0> k
<2> do you have JBlitzen's big book of ****?
<2> it's a bad read
<2> i don't recommend it
<1> it's keeping my toilet from tilting
<3> Haha
<2> that's a wise use
<0> heh
<2> bah to my regular server that doesn't tolerate suicide bombing
<0> lol
<0> have you played/like SOCOM ?
<3> That's not out on PC, is it
<0> ps2 I think
<2> playstations are for n00bs
<2> and teenagers
<0> heh
<1> i wonder if there really is any major tactical advantage to having suicide bomber units
<1> why not... throw the bomb and run...?
<2> it is if you can take out a fully loaded transport
<3> Because, for whatever odd reason in the game, the most destructive weapons are transport helicopters and jeeps.
<1> double-u tee eff
<4> JBlitzen I cant seem to be able to try catch the error
<4> nm
<3> Okey dokey
<4> getlasterror returns 0
<4> this is driving me nuts
<3> Ask khan, he might know
<4> I built a simple OCX in VB, and used the same sourcecode
<4> and everything works
<4> this ocx works in VB and C#, but I cant make it work :/
<4> !seen khan
<3> Oh
<3> khan is peterhu
<4> peterhu oh :D
<4> peterhu you there
<3> He's gone into hiding
<3> Apparently mom walked in on him
<0> heh
<4> ;P
<4> stupid problem
<4> drining me nuts ;?
<0> just ask?
<2> christ i hate ghost town
<2> just a bunch of snipers
<3> Call of duty 2
<4> OH
<3> TX
<4> hiya peterhu ;)
<0> FL
<4> COD2 is good ;)
<4> wow is better :D
<4> well different
<4> anyway
<4> peterhu can you help me for a sec?
<0> s/sec/***
<0> "I cant make it work" ???
<4> sorry?
<4> peterhu I'm trying to import an ocx into a win32 project
<4> But it crashes on every property/method I call from it. This is the source: http://rafb.net/paste/results/HniL8T71.html
<0> return true on failure? hm



<0> did you ever call CoInitialize() ?
<0> oh, OleInitialize does that I guess
<3> Andy, you might try a web forum or newsgroup post
<4> I think I'll do that JBlitzen
<3> Are you debugging the OCX itself?
<4> I dont have the source
<4> it was purchased a long time ago in the company
<3> Well, that creates some difficulty
<3> Maybe you'll get lucky and the problem will be with your code
<4> it's weird that I can make it work on MFC and C# and even vb
<3> Yeah
<3> While you're at it, Andy
<3> Why don't you put up the corresponding VB or MFC or whatever code
<5> quick question: trying to get a char (ASCII) <--> bool [8] ?
<5> quick way to do it?
<5> I'm trying to use a bitmask and the shift operators atm but it's a nogo
<5> http://www.noidea128.org/sourcefiles/15969.html
<5> (for anyone who's awake :))
<5> oh sweet
<5> I think I got it
<5> I was OB1
<1> when adding up a bunch of doubles, i should do so all at once, not incrementally for precision's sake right?
<5> depends what kind of precision
<5> <-- no expert
<6> Anyone alive?
<7> used to be
<6> hey, I'm learning C++ and am having a problem trying to compile a small program. Can you take a look at the code and see what you think?
<6> http://www.noidea128.org/sourcefiles/15970.html
<7> what's the error?
<0> looks ok to me
<4> JBlitzen you there?
<4> I wrapped it in vb :D
<4> then called it, and it works lol
<4> I might wrap it in mfc
<3> Heh, Andy
<3> Nice
<4> it's stupid, but it works
<4> can I use an hWnd as an HDC?
<8> Not really
<8> What do you want to do with that HDC?
<4> how can I geyt the hdc from a window?
<8> Depends on what you are going to do with it
<4> mmm GetDc
<4> :D
<8> yes, or BeginPaint
<8> Don't forget to release it after use
<8> ReleaseDC
<4> mmm undeclared identifier
<8> The ReleaseDC function releases a device context (DC), freeing it for use by other applications. The effect of the ReleaseDC function depends on the type of DC. It frees only common and window DCs. It has no effect on cl*** or private DCs.
<8> From the win32 sdk
<4> shouldnt it be in windows.h ?
<8> yes
<4> it finds it
<4> and I have it include
<4> but still says undeclared identifier
<8> Header: Declared in Winuser.h; include Windows.h.
<8> You got a big problem if your compiler can't find that
<8> What are you using?
<4> vc6
<4> and it's the win32 template project
<8> Anyway, GetDC and ReleaseDC are basic windows functions
<4> I wonder why it's not finding them
<4> andn it shows them on the intellisence
<4> reloaded and it found them
<8> Vc++6 is a piece of junk
<8> Do yourself a favor and get 2005
<4> too bad I cant choose for the company
<9> it's hard to define iterator, right?
<10> hello
<10> please can your help me??
<10> the problem code is in a recursive call
<10> parameters, 2d dimensional
<10> code in
<10> http://rafb.net/paste/results/H12Ob173.html


Name:

Comments:

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






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

#linux
#java
geisia sex
#linux
#skype
#MissKitten
#asm
#java
#linux
#c



Home  |  disclaimer  |  contact  |  submit quotes