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

<|Serp> that's true too!
<|Serp> err
<|Serp> stg3, no, he isn't modest
<Ashe`> I'm not modest, just clueless
<Ashe`> And hungry
<JBlitzen> This is a stupid and thoroughly enjoyable movie
<JBlitzen> http://us.imdb.com/title/tt0298814/
<|Serp> ehh, not enjoyable
<|Serp> i watched that
<SpaX> 4,16H15,1ello can anyone help me ?
<Noidea> I don't know if it's illegally JBlitzen
<rdragon> lose the colors, ask the question, then maybe
<Noidea> don't really know what the law with carrying a bow is.
<Ashe`> Ah, The Core
<Ashe`> was ok
<JBlitzen> I can't imagine that Chicago would permit it
<peterhu> further evidence to support the hypothesis that JBlitzen's taste in everything is crap
<Noidea> I don't know, it's hardly a dangerous weapon
<peterhu> from presidents to movies to tv shows
<Noidea> I mean, not like a gun
<Noidea> no, the weatherman was a good movie
<Noidea> I thoroughly enjoyed it.
<peterhu> the core?
<SpaX> i have created a Cl*** Triangle in the constructor i have created a wxBoxList so now how can i get access to the wxboxlist from the main cl*** ?
<|Serp> day after tomorrow is an ok disaster movie, volcano is cool, in fact most volcano disaster movies are cool
<Noidea> oh
<Noidea> sorry
<Noidea> I was talking about the weatherman
<Noidea> continuing a conversation from around midnight last night.
<peterhu> yeah, but JBlitzen enjoyed the core
<Noidea> never seen the core
<Noidea> but
<Noidea> you should see the weatherman
<peterhu> for good reason i bet
<peterhu> i may netflix it
<SpaX> sorry my english is very bad :s
<SpaX> rdragon ??
<Ashe`> Which main cl***?
<Noidea> it's a dark comedy, I think
<|Serp> nn
<SpaX> Ashe` it's a nother file i name MainFrame i want clear all Items from the Wxboxlist in a fct
<Ashe`> Add a clear() to your Triangle:: or return a wxBoxList &
<SpaX> Ashe` there is no other solution like to get access to the Items of Triangle somthing like Triangle->items (item is a text or wxbox ...) ( sorry it's my first time in c++ )
<Ashe`> wxBoxList & Triangle::items() { return yourboxlistthing; }
<Ashe`> Probably better start with a book and not wxWindows
<SpaX> Ashe` i knew but i don't have a chose it a home work ;)
<Noidea> http://www.marginalrevolution.com/marginalrevolution/2006/02/china_skepticis.html
<nush_123> hey guys, can anyone help me out with something
<rdragon> just ask
<nush_123> does someone have a sec to download some files and attempt to compile them for me? The files are from a textbooks website. Just 3 files. A template, its H file, and a test program. I think he is using old style template declaration but i dont know how to fix it. Any takers?
<nush_123> I had to change some #include lines to get rid of the .h extension
<nush_123> when I try to compile it i get this error
<nush_123> QuadraticProbing.h:46: error: ISO C++ forbids declaration of 'vector' with no type
<nush_123> QuadraticProbing.h:46: error: expected ';' before '<' token
<nush_123> QuadraticProbing.h: In copy constructor 'HashTable<HashedObj>::HashTable(const HashTable<HashedObj>&)':
<nush_123> QuadraticProbing.h:24: error: cl*** 'HashTable<HashedObj>' does not have any field named 'array'
<nush_123> QuadraticProbing.h: At global scope:
<nush_123> but that line 46 has the following
<nush_123> vector< HashEntry > array;
<nush_123> and HashEntry is a struct
<nush_123> struct HashEntry
<nush_123> {
<nush_123> HashedObj element;
<nush_123> EntryType info;
<nush_123> HashEntry( const HashedObj & e = HashedObj( ), EntryType i = EMPTY )
<nush_123> : element( e ), info( i ) { }
<nush_123> };
<nush_123> anyway the 3 files are here if you want to take a look
<nush_123> http://www.cs.fiu.edu/~weiss/dsaa_c++/code/TestQuadraticProbing.h
<nush_123> http://www.cs.fiu.edu/~weiss/dsaa_c++/code/TestQuadraticProbing.cpp
<nush_123> :/
<nush_123> err
<nush_123> sorry for coping/pasting
<nush_123> the 2 template files are
<nush_123> http://www.cs.fiu.edu/~weiss/dsaa_c++/code/QuadraticProbing.h
<nush_123> http://www.cs.fiu.edu/~weiss/dsaa_c++/code/QuadraticProbing.cpp
<nush_123> the test program is http://www.cs.fiu.edu/~weiss/dsaa_c++/code/TestQuadraticProbing.cpp
<nush_123> well
<nush_123> thans for the help
<nush_123> cya
<peterhu> JBlitzen ****s?
<JBlitzen> What d oyou want, you gaey
<peterhu> does your client beep when i say JBlitzen?
<JBlitzen> No, it just flashes
<peterhu> good to know
<JBlitzen> Did you ever get Call of Duty 2
<peterhu> no
<JBlitzen> Try the demo, you unemployed gaey
<peterhu> i really don't want to depress you when i pwn you at yet another game
<JBlitzen> I like the girl's acting in this stupid movie
<JBlitzen> I like all the acting, really
<peterhu> yeah i bet you do
<tiocsti> is VERIFY() portable, or do i need to provide my own implementation for it when writing portable code?
<rdragon> never heard of it
<tiocsti> actually nevermind, thats not what i want anyways, it looks like a ms-ism too
<tiocsti> i was trying to do release-mode ***erts
<rdragon> how about ***ert() then
<rdragon> oh, release mode
<tiocsti> ill just implement my own lookalike
<rdragon> why do you want a release mode ***ert?
<rdragon> debug mode is for debugging
<tiocsti> because i find it useful in production code for things that shouldnt occur
<debugger> The user don't want ***ertions...
<tiocsti> something that causes an ***ert shouldnt occur, and i want it to be pretty obvious when it does occur
<tiocsti> hiding errors under the covers is a bad idea imo
<Twister> depends on the situation.
<Twister> If its an expected error, use messagebox
<Twister> oh.. portable
<peterhu> ah coke, sweet nectar of the gods
<sk8ing> lol
<peterhu> ah, gotta love cultural norms
<peterhu> ok for a commercial: a 26 year old woman can sing and virtually seduce a 15 year old boy (jessica simpson and some pimply kid in a pizza hut commercial)
<peterhu> i think the reverse would not be as well received
<Cowmoo> kthx?
<Cowmoo> no, it wouldn
<Cowmoo> t
<Cowmoo> because really, which would you prefer
<peterhu> scrubs = too good for JBlitzen to watch
<peterhu> i love that show
<itstheguy> hey anyone interested in a laptop price 400 includes shipping, case, wireless router. message me on msn at mcsltd2@hotmail.com or aim at ogd443 if interested
<peterhu> I AM INTERESTED
<peterhu> PLEASE MESSAGE ME
<peterhu> shield time
<JBlitzen> http://www.glocktalk.com/showthread.php?s=&threadid=508344
<AndyDev> I'm trying to import an OCX into my win32 c++ project. But it crashes on every property/method I call from it. This is the source: http://rafb.net/paste/results/HniL8T71.html
<AndyDev> does anyone knows what am I missing?
<JBlitzen> You can usually diagnose the cause of a crash by getlasterror or debugging
<JBlitzen> Or, at least, the nature of the crash
<AndyDev> will try getlasterror
<peterhu> looks like that block of code is throwing
<peterhu> some background on 0xE06D7363
<peterhu> http://support.microsoft.com/default.aspx?scid=kb;en-us;185294
<Melchior> hmmm
<Melchior> when you use the .size() generic algorithm, does it return the actual amount of items or kind of.. the bytes?
<rdragon> .size() is not a 'generic algorithm'
<Melchior> <-- wondering why when he uses .size() on a std::vector of type bool he gets 0 even though it has 10 elements
<rdragon> because it doesn't really have 10 elements
<rdragon> *shrug*
<rdragon> how did you add 10 elements to the vector?
<rdragon> and vector<bool> is a special kind of vector
<Melchior> loaded them in in a for loop
<rdragon> How????
<Melchior> yea i heard something about that... but couldn't remember
<Melchior> for(int c2 = 0; c2 < 10; c2++) {
<Melchior> if (rand() % 2 == 0)
<Melchior> a_Thieves[c].items[c2] = false;
<Melchior> else
<Melchior> a_Thieves[c].items[c2] = true;
<rdragon> yeah, that's no good


Name:

Comments:

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






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

java wrong number of type arguments
leelu undernet
#linux
#linuxhelp
ME237 berkeley
Syntax error on line 6 of /etc/apache2/httpd.conf
#chatzone
#linuxhelp
#AllNiteCafe
#slice



Home  |  disclaimer  |  contact  |  submit quotes