- Strength to Increase Rep
- +12
- Strength to Decrease Rep
- -3
- Upvotes Received
- 227
- Posts with Upvotes
- 156
- Upvoting Members
- 76
- Downvotes Received
- 38
- Posts with Downvotes
- 30
- Downvoting Members
- 22
- PC Specs
- 486DX, 16MB, stripped-down distro of Slackware 7.1, on two floppies.
Re: [quote]Can you answer? Yes I can, but what would be the answer to the answer man?[/quote] -[I]The Grateful Dead[/I], "St. Stephen" | |
Re: Pyramid Apricot Ale, bit of left over ham and bread. Really good. | |
Re: Ninja Baseball Batman [url]http://www.youtube.com/watch?v=Kb4-1G4Tc-I[/url] | |
Re: It's a vague term, [url]http://www.yourwindow.to/information-security/gl_systemtesting.htm[/url] | |
Haven't programmed in a long time. Last project was a GCODE pathway generator I wrote several years back. My compiler is obviously several years out of date. Uses time(), itoa(), rand(). Current standard compliant compilers should have <chrono>, <thread>, <random>, and to_string() in suppliment to those more deprecated functions. This … | |
Re: Break it down. Obviously four *struct*s contained in an array or vector. You'll need to open each file, skip the first junk line, parse each line into your struct, then cross reference and display the info as needed. http://www.cplusplus.com/doc/tutorial/structures/ http://www.cplusplus.com/reference/vector/vector/vector/ http://www.cplusplus.com/reference/fstream/ifstream/?kw=ifstream http://www.cplusplus.com/reference/iostream/cout/?kw=cout That site should be your go to bible. … | |
Re: [QUOTE=sloan31;1458981]I'm currently majoring in computer science and taking a class in compiler design. From what I have learned so far, I can tell one thing for certain. Anyone who thinks creating a new programming language is so simple is highly naive and misinformed.[/QUOTE] Or has a bag of the good … | |
Re: I haven't been on here in a few years and I'm so lost now. Not even sure how I wound up in the Community Center, other than out of luck. Edit: Are we going to get another one of those animated tutorial videos again? I kinda miss that guy out … | |
Re: Watch what you drop your capacitors in, they might leak shit in your drink. | |
Re: Or don't use exit() at all, unless there's some sort of critical lockup that keeps your program from going any further. Generally good error handling will lead you to the end of main, with just a return/break or two and with virtually no overhead. | |
| Re: brainf' is the best, don't deny it. |
Re: [code]for(int i = 0; i < 27; i++) { cout << "*"; }[/code]:P | |
Re: Actionscript if your into flash games, C++ is my preferred language. | |
Re: Getting rid of all their leisure crap, unnecessary incentives, lease some space, auction off more crap, halt a few projects, few more layoffs and reorgs, let the interns do even more grunt work than they already do, and that would probably keep them living. Otherwise they'd just eventually get a … | |
Re: [QUOTE=jephthah;929672]to post in this thread, wins.[/QUOTE] Congratulations, you win. | |
Re: I spotted several problems, I believe you're suppose to rewrite the algorithm? | |
Re: Lets take a look at a simple MASM32 program. Avoided invoke and macros for clarity. [code].386 .model flat, stdcall MessageBoxA PROTO :DWORD,:DWORD,:DWORD,:DWORD ExitProcess PROTO :DWORD includelib \masm32\lib\user32.lib includelib \masm32\lib\kernel32.lib .data msg_title db "Title", 0 msg_str db "Text.", 0 .code start: push 0 push offset msg_title push offset msg_str push 0 … | |
Re: Was listening to Autopsy's Mental Funeral album and needed a new e-mail account, might have been dealing with some art stylized with mosaics around the time too. | |
Re: There seems to be a bit pattern with prime numbers, see if you can find it. [url]http://www.ascii.cl/conversion.htm[/url] [url]http://en.wikipedia.org/wiki/List_of_prime_numbers[/url] | |
Re: Referring back several pages on the forum: [url]http://www.daniweb.com/forums/thread187421.html[/url] | |
Re: I just saw [URL="http://www.youtube.com/watch?v=S77dRFffKoc"]this[/URL], and couldn't stop laughing. | |
| |
Re: If I post a code snippet to DaniWeb, what ownership of the content do I retain and what do you obtain? As well, can I license code for usage with something like zlib? I have a number of snippets from libraries I've written, but I remeber reading somewhere that all … | |
Re: Why not buy or borrow a D&D book and writing a short/back story for your campaign. Or do people take pleasure mindless staring at a screen; smashing a button for endless hours(living the Jetson dream)? | |
Re: How many times over the years will this be revived - first post wasn't even till a year later?! | |
Re: [QUOTE=woooee;1156442]"TV's don't have knobs".[/QUOTE] I barely had to get rid of mine that I use to play games on(got a 55" HD for that now), under the stairwell. You should find one of them and an antenna; then hide your newer televisions away, so when they come over they're forced … | |
Re: Perhaps we should ban [my gun](https://www.youtube.com/watch?v=4kU0XCVey_U). It commits genocide in the realm of billions each time its fired. |