Posts
 
Reputation
Joined
Last Seen
Ranked #65
Strength to Increase Rep
+12
Strength to Decrease Rep
-3
83% Quality Score
Upvotes Received
227
Posts with Upvotes
156
Upvoting Members
76
Downvotes Received
38
Posts with Downvotes
30
Downvoting Members
22
91 Commented Posts
~446.64K People Reached
PC Specs
486DX, 16MB, stripped-down distro of Slackware 7.1, on two floppies.
Favorite Tags

958 Posted Topics

Member Avatar for vegaseat

[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"

Member Avatar for Reverend Jim
15
13K
Member Avatar for Duki
Member Avatar for Dani
22
17K
Member Avatar for shanaka95

Ninja Baseball Batman [url]http://www.youtube.com/watch?v=Kb4-1G4Tc-I[/url]

Member Avatar for Andrew_107
0
310
Member Avatar for jianna66

It's a vague term, [url]http://www.yourwindow.to/information-security/gl_systemtesting.htm[/url]

Member Avatar for Robert_96
0
183
Member Avatar for samaru
Member Avatar for MosaicFuneral

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 …

Member Avatar for DGPickett
2
3K
Member Avatar for MoneshP5

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. …

Member Avatar for MosaicFuneral
0
486
Member Avatar for mikeandike22

[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 …

Member Avatar for VEGETA_DTX
1
2K
Member Avatar for minitauros

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 …

Member Avatar for Nick Evan
3
560
Member Avatar for vegaseat

Watch what you drop your capacitors in, they might leak shit in your drink.

Member Avatar for vegaseat
11
9K
Member Avatar for ganesh_bala

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.

Member Avatar for chandanraj
0
703
Member Avatar for vjcagay
Member Avatar for cassie_sanford
Member Avatar for loken
Member Avatar for The Mad Hatter

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 …

Member Avatar for ZZucker
-2
309
Member Avatar for jephthah

[QUOTE=jephthah;929672]to post in this thread, wins.[/QUOTE] Congratulations, you win.

Member Avatar for diafol
2
2K
Member Avatar for msnathan72

I spotted several problems, I believe you're suppose to rewrite the algorithm?

Member Avatar for rubberman
1
124
Member Avatar for debasisdas
Member Avatar for ang19

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 …

Member Avatar for David_34
0
1K
Member Avatar for mrnutty

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.

Member Avatar for Reverend Jim
0
687
Member Avatar for boogeyman77

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]

Member Avatar for Mahfuz_1
0
640
Member Avatar for altic

Referring back several pages on the forum: [url]http://www.daniweb.com/forums/thread187421.html[/url]

Member Avatar for nash_1
0
11K
Member Avatar for The Dude

I just saw [URL="http://www.youtube.com/watch?v=S77dRFffKoc"]this[/URL], and couldn't stop laughing.

Member Avatar for Ene Uran
9
4K
Member Avatar for FlashCreations
Member Avatar for Dani

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 …

Member Avatar for L7Sqr
3
1K
Member Avatar for idRATHERgoHUNT

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)?

Member Avatar for remixedcat
-2
2K
Member Avatar for alefdum

How many times over the years will this be revived - first post wasn't even till a year later?!

Member Avatar for Hank10
0
1K
Member Avatar for PrimeOutsourcin
Member Avatar for GrimJack

[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 …

Member Avatar for vinnitro
1
3K
Member Avatar for Reverend Jim

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.

Member Avatar for Reverend Jim
1
394
Member Avatar for sillyboy

Scent of Flesh - Deformed in Torture, thought it was Swedish at first, but obviously Finnish DM. Up next on the playlist a crusty classic from Stormtroopers of Death, "Speak English or Die!"

Member Avatar for Helianthus
0
5K
Member Avatar for reyesnicson
Member Avatar for Reverend Jim

Maybe you should translate it over to C and submit it here: http://www.ioccc.org/index.html

Member Avatar for MosaicFuneral
0
355
Member Avatar for sneekula

Started with QBasic, had fun, but hated it at the same time. It was when I went to C that it all kind of made sense and I could make practical tools and not just speaker beeps and pixelated screens. Java would be good too with all the libraries that …

Member Avatar for Sanchixx
0
482
Member Avatar for Sanchixx
Member Avatar for NetJunkie

10-12 QBasic, looked around at other languages. Started C\C++ around 13-14, got decent by 16, started writing things like assemblers, mutators, byte code catalyst, disassemblers, etc. at 17, but kind-of stopped doing any real coding around then. So I haven't done any serious programming in a couple years(other than novelty …

Member Avatar for Reverend Jim
0
967
Member Avatar for Ancient Dragon
Member Avatar for Ancient Dragon

Think I'd rather have the new Kel-Tec dual tube magazine shotgun, with a custom reciever for 1.75" shells.

Member Avatar for MosaicFuneral
0
59
Member Avatar for pritaeas

Wasn't aware of stuff like CGIC or FastCGI. Might make development a viable option for a C guy like me.

Member Avatar for MosaicFuneral
1
156
Member Avatar for entropyglut
Member Avatar for tux4life

You could just shove this in a class and overload the operators to do your operations, and to save time store the value as an integer till a call request the value in its HEX forum.

Member Avatar for alebuddy
0
1K
Member Avatar for lxXTaCoXxl

The thing is better than one of the Athlon desktops I'm still running in the living room for the family and a hell of a lot better than the old Pentium Pro laptop I was developing on a couple years ago(eight year old PDAs are better than that). So I …

Member Avatar for lxXTaCoXxl
0
113
Member Avatar for Azmah

PEMDAS - memorize it! [url]http://www.purplemath.com/modules/orderops.htm[/url]

Member Avatar for BDove
0
2K
Member Avatar for PrimePackster

Here: http://msdn.microsoft.com/en-us/library/windows/desktop/ms682022(v=VS.85).aspx Disregard the first example and scroll down to see proper handling of a Windows console.

Member Avatar for PrimePackster
0
2K
Member Avatar for MosaicFuneral

As the title says - it's reporting, "The specified service does not exist as an installed service." I'm running this as an administrator and have a successful ALL_ACCESS handle to the SCM. At some earlier points I did have some trouble with the narrow to wide conversion. I believe that's …

Member Avatar for MosaicFuneral
0
293
Member Avatar for Azmah
Member Avatar for Azmah
0
153
Member Avatar for arianc
Member Avatar for adityatandon
0
265
Member Avatar for missil9
Member Avatar for missil9
0
183
Member Avatar for basukinjal

Well this forum is pretty much expired, but you're only confused because of that bong, Towlie[dv1r].

Member Avatar for steve.lorimer
1
11K
Member Avatar for Dani
Member Avatar for nalini@121
4
418

The End.