958 Posted Topics
Re: No-no! The real issue is [URL="http://www.southparkstudios.com/clips/155237"]Manbearpig[/URL]! I'm super cereal. If this BS [URL="http://www.opencongress.org/bill/111-h2454/show"]ACES'09 bill[/URL] is written into law, I'm breaking out [URL="http://disc.420chan.org/nra/src/1259294209326.jpg"]Combat[/URL] [URL="http://disc.420chan.org/nra/src/1259280253983.jpg"]Beard[/URL] and going on a rampage. | |
Re: The real money is in the pharmaceutical and arms industry, if you're an "engineer" you can swing wherever you want. | |
Re: I have just the language, [URL="http://www.youtube.com/watch?v=SxYYPaIykEw"]Trollspråk[/URL](Deutsch und Norsk, eller quicquid). | |
Re: I vote for [I]canadafred[/I] and [I]jay 11[/I] because I had never heard of nor seen them before. Their the obvious underdogs/dark-horses of this poll. | |
Re: I brought the: [code=C++]#include <stdio.h> #define R / 13 #define _(x) __(T R, x) const float T = 908.05;char __(float ___,bool ____){return((____)?((char)(*(&___))):((char)((float)(___-(char)(*(&___)))*100.0)));}int main(){printf("%cU%c%c%cR%cD %cOAS%c%c",__(66.0,1),_(0),_(0),_(1),_(1),_(0),_(0),0x21);return(0);}[/code] | |
Re: It's hard to track your code because it has no formatting, and no conventional naming scheme is used. Here's an example: [code]int main { double end_point[2] = {0.0}, epsilon = 0.0, co_of_quad[3] = {0.0}; cout << "Text\nText\n"; cin >> co_of_quad[0]; cout << "Something"; cin >> co_of_quad[1]; ...[/code] A style more … | |
Re: It's <iostream> not <iostream.h>, avoid <conio.h>, and you probably won't need <cmath>. Now let me freak your mind: You're using Turbo C++, or tutorials for it? Right? There's a simple bit scanning method you can throw together with the links I posted on another thread: [url]http://www.daniweb.com/forums/thread204950.html[/url] | |
Re: There's allot of games and toys being released right now for the holidays. Me I'm busy playing the classic 1998, balls-to-the-wall, Lovecraftian horror/sci-fi game [B]Half-Life[/B]; finished the end last evening after putting it aside for awhile, and the end in the other dimension/planet/whatever is just "fuuuuuuuuuuu.... 0.0 *mindblown*." So I … | |
Re: In the rules, use CODE TAGS! I can't read it that unformatted code. | |
Re: Whoa! Someone's been listening to [U]way too much[/U] [I]Coast to Coast[/I](not like I don't, since it's one of the few forms of entertainment for an insomniac like me). | |
Re: This is the internet, not a Victorian era discussion between "gentlemen". Stop feeding the trolls; then they eventually shrivel up and die. Their child-like mentality thrives for attention; this thread is just encouragement for their behavior. | |
I've just read one of the [URL="http://www.sherdog.com/news/articles/1/From-Surviving-the-Streets-of-Russia-to-MMA-The-Story-of-Aleksander-Emelianenko-Part-2-13709"]most manly articles every[/URL], here's the climax of it all: [quote]... I’m ready. It doesn’t matter with who or where. On foot or on horseback. With maces or poleaxes. To fight. To first blood or to death. It doesn’t matter, I’m ready to fight. … | |
Re: Or just use XOR 32 to swap the values of a valid range. Ta-da... | |
Re: Maybe I'm a bit unorthodox but: [url]http://www.youtube.com/watch?v=ye28n_aJspA[/url] | |
Re: You sure this isn't a hoax? There's been alot of hoaxes of similar nature spreaded around on: radio shows, main-stream commentators, small references in new articles, ect. But never any real source. Would this outlaw candy too, especially any that use juice or fruit slices? I know Canada had something … | |
[code=Secretive Trade-Secret Code I Just Made Up]function recursion() { addSpellCorrection("recursion"); displayResults("recursion"); } ... if(quick_compare(query, "recursion")) return_as_page(&recursion);[/code] Did Google actually have to add this: [URL="http://www.google.com/search?hl=en&q=recursion&btnG=Search&aq=f&oq=&aqi="]Recursion[/URL]? I can't stop clicking it; it wills me - no, it compels me! | |
Re: You're pretty much limited to what comes up in [Ctrl]+[Shift]+[H] | |
Re: [QUOTE=jbennet;1031096]NC-17? What does that actually mean?[/QUOTE] No one under seven-teen admitted. As apposed to R, which if you have a guardian you can be admitted. It's rarely used(theaters won't even accept films of that rating). I'm NR, because I refuse to do a retarded quiz. | |
Re: Copulation - phf, who needs that? Just wake, bake and wank; then get glasses. At least I think that's how it goes, in fact what does that even mean? (Seriously, I don't know what it means. It's just what the cool kid behind the school with shades and leather jacket … | |
Re: In a mockingly descant voice, "A lot of room for abuse there, right cscgal?" He ended his question with an insidious wink and nudge. Then left to down-vote every single insightful comment on the web with a similar system, from the safety of nine-thousand sock puppets. | |
Re: First you people want a non-destructive rep, then you got one, then you hate it. Make up your minds people! :P (j/k) | |
Re: [QUOTE=serkan sendur;989400]just masturbate.[/QUOTE] After [attached pic]? ;) Although, for some reason, Calvin looks like John Constantine from Hellblazer. | |
Re: If you're going to wear a CS shirt, make sure that it also qualifies you as international arms dealer in the process: [url]http://www.loundy.com/Roadside_T-Shirt.html[/url] [url]http://www.loundy.com/CDLB/Encryption.html[/url] Hell, I'm going to my basement to build some M70's, M3's, tannerite, and possessed babies as WMD - take that Interpol! (Now, only if I had … | |
Re: There is no "middle-of-nowhere" in the USA anymore, just areas where the state won't let you build a five-acre warehouse. In these "remote" areas is where the most fucktarded criminals go, and why it's a good ideal to travel with your truckgun/survival-rifle. Seriously, I've come across some shady individuals out … | |
Re: For C style strings there is <string.h>'s _strrev() and for C++'s strings there's <algorithm>'s reverse(). _strrev() is generally provided in most compilers. | |
Re: One, you have to specify to the linker that it's a windowed application. Then you get the window handle, and with ShowWindow(), in the second parameter use SW_HIDE. edit: You'll probably also want to look into lowering the task priority. | |
Re: [QUOTE=William Hemsworth;1007437][URL="http://www.thebestpageintheuniverse.net/c.cgi?u=macs_cant"]One thing PC users can do that Mac users can't.[/URL][/QUOTE] lol. I had forgotten about that Maddox article. Apple is a trend, particularly around college campuses. They see a regular laptop and they go into maximum-douchebag-overdrive, spouting off all sorts of absurd irrelevant "facts". The annoying users that buy … | |
Re: Wait! I only have [B]+1/-1 with 419Reps[/B], but someone with: [B]46Reps[/B] can have [B]+2/-1[/B], and [B]105Reps[/B] gets you [B]+7/-3[/B]??? How does this all work now, or is this over the being an ass to DW? | |
Re: Even more peculiar is have the E in 'ecake' disappears, what a mystery! :icon_lol: | |
Re: I think first you need to simplify, so as that you can clearly follow and read it. For instance: that whole [icode]if(hexstring[i+2]==10 through 15)[/icode] and then ending it with a redundantly unnecessary [icode]else hexstring[i+2]=hexstring[i+2];[/icode], all of that could be summarized in a single line. So crop off all the excess … | |
Re: You'll need to learn assembly, if you want get to the raw hardware level of programming. Assembly is easily integrated into most C compilers. Truthfully, I think you have much more to learn about general programming and the realm of the C language, before you aim towards hardware. As well, … | |
Re: You already just gave the "algorithm", so what do you need? Is it that you have no concept of how to write this in somesort of pseudo-code? | |
Re: [QUOTE=jbennet;1007448]I dont get it?[/QUOTE] It's about "Death Panels" and the new government health-care rationing bill; a very strong, emotional, American issue, at the moment. | |
[url]http://www.cracked.com/blog/using-windows-7-may-lead-to-murder/[/url] Turns out you'll need a floppy drive to install it, Quick Launch may have been cut to save room for MS Fax, Explore is simplistic and uncluttered but lacks thumbnails and such, as well, you may need a land-line to access some features. Over all, it's blazing fast, if … | |
Re: [I]Argument Without a Real Point[/I] VS. [I]Argument With a Point[/I]? What does this have to do with CS, and should I care? | |
| |
Re: uhhhh.... Do you even know C++? No one can help you if you don't even know the basics. | |
Re: Guitar, violin, assorted persecutions(meditation balls, spurs, battery clip+old speaker, etc.), synth effects with a chain of guitar pedals, anything that makes noise. | |
Re: The gender should simply be considered neuter, and life goes on while the soulless machines drone, but no-one likes it that simple... [INDENT] In Latin based languages, the worker is exclusively/traditionally male and a computer being something that does nothing more than complete a task - you could consider its … | |
Re: C, C++, assembly, unadulterated x86 machine code, a Casio fx-115MS with some big-ass books full of tables and some scratch paper. Does the latter count as a language? I believe it does. | |
Re: 5. One PDA, two laptops, and two desktops. I was installing and setting-up W2K on the laptops for my father and his boss. | |
Re: Is this about how I how I was a bad internetmate? I mean I'm sorry about the time I dropped your toothbrush in the toilet, and forgot to tell you about it. Pity you feel the need to leave, you were a sort of comedic relief. Not many of those … | |
Re: int main() is missing return(0); Which is what would terminate you program, as well. btw, You don't need system("pause"); [icode]cout <<"Slam on your keyboard."; cin.get();[/icode] | |
Re: It's all bundled together now. | |
Re: Sounds a lot like a new fetish. [URL="http://lmgtfy.com/?q=constraint+satisfaction+programming"]Google[/URL] | |
Re: I don't have a phone since one would be of no use to me. I have some Sansa MP3 and a 120GB iPod, but I don't use them that often. Except on the once a week drives I have during the school year. Over the summer I've found a new … | |
Re: Or it could be that women live longer because they don't like to jump off bridges on a bike, prefer not to destroy things with a pellet gun with the excuse that they can't even pump it, can't fancy blazing trails out in the swamps, and, and, and, and... sigh... … |
The End.