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