| |
| |
| |
|
Page: 1 2
Comments:
<0> hi <0> i have a problem with a program <0> help me <1> you'll need to be more specific.. <1> No, that doesn't mean you message me with code. <1> Read the topic. Use a pastebin. <0> ok <2> that's a new one <3> dalnet ops must've been bored the day they came up with that <4> hi guys i'm a 1st year student and about to start learning cl***es 2morrow, are they difficult ? <3> they're extremely difficult for people that can't type out words like 'tomorrow' <4> lolll <4> honestly <4> are they <4> zchrist ? <3> i dunno i never went to college
<3> i was prohibited to go because the gov't feared i might get TOO smart, smart enough to take over the world <4> don't you know Cl***es in C++ <4> lmao <4> it seems alot <3> yeah you laugh now.. but when the time comes and you're turned into a green pasty substance fed to the slaves.. you'll regret it.. <4> and when will be that <3> well the attack is supposed to be a surprise.. hence why its called a suprise attack.. so i can't tell you <4> ok cut it off so boring <3> yeah i got to go home anyway.. see ya'll tomorrow <4> cout<<"Bye <4> cout<<"Bye"<<endl; <5> hi <5> anybody can tell me <5> static_cast(type) () what does it mean ?? <6> it means a compile error <6> httpJ://msdn.microsoft.com/library <6> without that J, feh <5> thx <7> is there a universal implementation of bubble sort and insertion sort, quicksort, etc.. ? <7> or would the functionality of each step differ from one bubble sort to another? <7> i.e. using bubble sort on 3 4 5 2 1 0 would have the same steps for every bubble sorter implementation <8> I guess you could bubble up or down <7> thanks <9> if i want a user to input y or n and if they put in y then it will do a while loop... how would i go about setting the value so: while(blah = y) { code }... i tried char value = y; but that doesnt work... i'm new to c++. be nice :( haha <9> or something :| <9> actually... i havent set char value; to anything. <9> but the debugger says y is an undeclared function on the while loop... so while (value = y) { code } <10> make sure you know the difference between = and == <9> oh yea <9> dammit, i read that in my beginners book as well <9> :( <9> haha <9> nah same result <10> paste your code to the pastebin <9> okay <9> "You don't have permission to access /w/extensions/PasteBinAdd.php on this server." <9> :| <9> whats up with that? <6> might help if you knew how to declare a char literal <9> yea that would help <9> how do you do it? <9> www.smickus.org/cpp <6> what does your book say ? <9> i've lost my book. <9> haha <9> not having much luck am i? <6> i recommend you find a replacement then <9> but in the meanwhile? <6> I'm not going to teach you things that are so basic <6> google if you must <6> www.mindview.net <8> excuse me, sirs <8> but wot is teh google? <9> how have i not declared the variable correctly? char value; is right? <8> damn, I missed that event: http://sport.ard.de/spe/turin/news200602/16/bg-060216-eisschnelllauf.jhtml?bild=15&mid=7301 <11> hey scalar <8> morning Xiphoris[Zzz] ;) <12> :P <12> k <10> wish there were more The Black Mage songs
<13> uh <7> for the quicksort, after doing the partition how does it attempt the sorting? <14> Anyone alive? :D <7> no <7> :S <14> blasphemy <7> ;/ <14> Any dead kid wanna explain how a vector can express a rotation? :-p <7> define rotation <2> watv: By shifting all elements to the left or to the right of the pivot <6> the dangers of WoW: http://www.sacbee.com/content/breakingnews/story/14187794p-15014798c.html <7> keneto: that;s partition, but what about the quicksort itself <7> the sortation of the partitions <7> the sorting* <15> recursion <7> ok <7> would merge sort end up having more steps than quicksort <7> for this sequence of integers <7> 3 0 1 4 2 6 5 <7> 0->6 order <7> i get six steps for quicksort <7> would mergesort be more than that <2> QuickSort will crash & burn for small sets of numbers iirc <10> ? <10> crash and burn? <2> since QSort is timed ~ log(N) and the Insertion Sort is timed ~ N(N - 1), and QSort is wasting time in recursion Insertion Sort should be faster for 6 numbers <7> not to be rude, i asked about qsort and mergesort <10> that's hardly crashing and burning though; i.e. for such a small set the efficiency (and scalability) difference is negligible <7> i ask in terms of number of swaps <2> tru to both statements... both neglibible and irrelevant to the question <10> but it does "crash and burn" when you have data sorted in reverse <2> this peer-to-peer data engine I'm making for a client is getting kinda funny. I have a series of greetings and good-byes to maintain the connection. Then to sustain the network a few weeks ago I added a set of introductions so they could introduce new clients... pretty standard stuff <2> But now he wants thread synchronization across the machines... so I've made a "Hey let's wait" and "Whatcha doing?" and "I'm bored, I'm leaving" <2> pretty soon they'll be discussing me behind my back <2> "That coder is teh sux0r" "Ya man, let's electrocute him" <8> Bridget Moynahan is ****ing hot <8> I guess I like her because she reminds me of my last gf <8> rrr... http://www.indianceleb.com/wallpapers/data/media/4/Bridget%20Moynahan%202.jpg <2> thx... google was har***ing me on that <2> all I got was http://www.imdb.com/name/nm0005256/ which reminded me of Alanis <10> http://www.xystic.com/music/ <12> download these <12> http://www.dr.dk/P2/Mozart250/download/20060118135037.htm <10> how can you compare Mozart to Uematsu?! :P j/k <12> uematsu ... final fantasy guy? <16> does anyone know why after i installed Visual C++ 2005 i don't have certain header files like stdio.h ? <17> what is the best way to controll a matrix of 36 LED's through the printer parallel port? The Parallel port has only 8 data ports for input, so should I use Multiplexor to controll the LEDs, is there a better option? <15> not using the parallel port <17> why not?? <15> parallel port hardware is quite sensitive ... better use usb or serialport <17> what?? <17> i dont agree <15> and since the ioports of the parallel port dont suffice for you you need to make some electronics anyways .. <15> and surprisingly, there are a lot of chips which do that for you with rs232 <17> i was thinking of a mux <15> how about a 36bit shift register on the serialport? <15> prolly easier to do <15> well, i dont know for what application that will be <17> well <17> i want to controll 36 LED's on a setup of 6X6 matrix of LED's to convert a graph to the LED display <17> i already can controll the parallel port using C <17> so I just need to build the "microcontoller" <15> have fun <17> i think its easy to build <17> i just wanan knw the best way to do it <17> a mux would work <15> then do it, why do you ask? <17> just to check.. <15> check what? <17> if there isent a better way <15> i told you one, but you refused it <17> 36bit regiseter? <15> serialport ... <17> isent that just smaller than a parallel port?
Return to
#c++ or Go to some related
logs:
#india #allnitecafe #allnitecafe velentine s day #kl #linux stylimo burned balls nair
#php powerpuffgirl song
|
|