958 Posted Topics

Member Avatar for NicAx64

I think you mean it just breaks out of an infinite loop after investigating that it's doing meaningless junk?

Member Avatar for NicAx64
0
134
Member Avatar for denis1401

One way might be: open every process, find if they import that particular function, if they do find where they call it and idk you solve the rest.

Member Avatar for MosaicFuneral
0
83
Member Avatar for Liszt
Member Avatar for Liszt
0
104
Member Avatar for serkan sendur

Chorus, reverb, delay, overdrive, couple distortions(smooth fuzz for one might be good). Although all the distortion for him is taken care of by the amp, unless you're like me with just an old no-thrills 10watt 6" practice amp.

Member Avatar for Ezzaral
0
188
Member Avatar for Joonas

We have a section here to post your code. What assembler did you use? I'll try playing it later.

Member Avatar for Joonas
0
203
Member Avatar for vmanes
Member Avatar for vmanes
0
80
Member Avatar for AfroZenPizza

Try [icode]_sleep(1);[/icode], you could also add this to a low priority thread that the app waits for to die. edit: Also printf() will interrupt the whole process, so only use it on so many increments of time.

Member Avatar for jephthah
0
67
Member Avatar for booker
Member Avatar for drdaco

Perhaps this?: [url]http://www.cplusplus.com/reference/iostream/istream/seekg/[/url]

Member Avatar for drdaco
0
116
Member Avatar for eniwe

Or with the handle just use WriteConsole() [url]http://www.daniweb.com/code/snippet1165.html[/url] Doesn't really matter.

Member Avatar for eniwe
0
138
Member Avatar for tag5
Member Avatar for Bladtman242
Member Avatar for Samran

Was this the same computer, such as a dual boot? As sysop_fb said, "Is it the same machine-arch?"

Member Avatar for sysop_fb
0
135
Member Avatar for lllllIllIlllI

[B][I]c[/I]-C-[I]c[/I]-Combo Breaker![/B] I'm sorry, but I just felt the need to get between all the cscgal post. (yes, bad forum conduct :()

Member Avatar for lllllIllIlllI
0
346
Member Avatar for sinapse

Your indentation is impossible to read! It's <fstream> not <fstream.h>, main() must return() a value, and what do your variable names mean?

Member Avatar for Salem
0
159
Member Avatar for serkan sendur
Member Avatar for serkan sendur
0
71
Member Avatar for slim2hott
Member Avatar for agentx

I prefer OpenGL or SDL, but sometimes when I need a little more I go with Irrlicht to take care of all the extra crap.

Member Avatar for RayvenHawk
0
111
Member Avatar for lulusweety
Member Avatar for lulusweety
0
83
Member Avatar for serkan sendur

This is some seriously fucking creepy shit! Narue would be one of the users that convinced me Daniweb is a decent site, by posting quality answers in the forums, but..... I don't think I'm going to start stalking anyone here, just because they know how to program...... Maybe I should …

Member Avatar for Narue
-3
264
Member Avatar for serkan sendur

Youth is vitality, so it's all no problem than. By the way, Serkan, how do you manage to make all your threads so creepy, and how old are you again?

Member Avatar for serkan sendur
-1
418
Member Avatar for leegeorg07

I'm no Blender professional but I'm sure there's plenty to find [URL="http://lmgtfy.com/?q=Blender+tutorials"]here[/URL] or [URL="http://lmgtfy.com/?q=Blender+video+tutorials"]perhaps here[/URL].

Member Avatar for iamthwee
0
92
Member Avatar for NicAx64

Have you and your new girlfriend gotten any bedtime action, or are you waiting till marriage?

Member Avatar for thoughtcoder
0
279
Member Avatar for the_ripper
Member Avatar for CMRemaly

That was a statement, not a question. Clarify and specify what you're saying.

Member Avatar for CMRemaly
0
64
Member Avatar for Zcool31

I use to use Quincy 2002 for a few years and '05 for about a month, but I feel it's awkward. Code::blocks, and Dev-C++ are a thousand times greater than it ever was(they'll do single file compilations too).

Member Avatar for MosaicFuneral
0
475
Member Avatar for aksshe10

Lets just simplify this to three methods: One, create a resource file which the program will load. This is easily modifiable by external programs. Two, use pipes and send something telling the program to use the following alternative data. Three, open the executable, find the initialized data and overwrite it. …

Member Avatar for aksshe10
0
186
Member Avatar for moiron

[QUOTE=jephthah;847724](3) generally speaking we don't give away code for homework solutions, and we don't appreciate people who do.[/QUOTE] It's so non-standard the kid would get in trouble anyway.

Member Avatar for moiron
0
251
Member Avatar for Valaraukar

You could simplify your whole Keyboard() function to a few if else conditions.

Member Avatar for Valaraukar
0
290
Member Avatar for Trav580

That was sort of funny to read through, seeing all those post even the adult website for sale one that was here.

Member Avatar for jephthah
0
179
Member Avatar for pranjalkumar

long double on some compilers can be aligned to 128 bits. Otherwise create a class, overload math operators. That's all I can say, since I don't know what you're [i]really[/i] stuck on.

Member Avatar for nucleon
0
137
Member Avatar for Ancient Dragon

[QUOTE=Aia;844725] As soon as that task is done, the head and the feet go away. Followed shortly by the intestines. Completed that step, everything else go to the oven or in pieces to diverse dishes. Hmm, hmm! [I]Bon Appétit![/I][/QUOTE] The feet make a great dish, as well.

Member Avatar for ddanbe
0
533
Member Avatar for TheBeast32

I don't think there's a standard way of doing it. There was something in the Intel manual: [url]http://download.intel.com/design/processor/manuals/253668.pdf[/url] And here's a project you might want to look at: [url]http://www.lm-sensors.org/browser[/url]

Member Avatar for jephthah
0
3K
Member Avatar for pandytheprince
Member Avatar for xcorpionxting

Learn C++, learn the format of selected file type, study endless audio algorithms till you go blind.

Member Avatar for Nick Evan
0
154
Member Avatar for sneekula

[QUOTE=Ezzaral;848495]Well, Beck has really gone off the deep end lately so I wouldn't pay much attention anything he was screaming at this point.[/QUOTE] Yep. This video proves it: [URL="http://www.youtube.com/watch?v=TJN3PGqDRNg"]Beck - Loser[/URL] lol

Member Avatar for GrimJack
0
478
Member Avatar for hi.meral

Lots of useful and useless system info: [url]http://www.ctyme.com/intr/cat-003.htm[/url] CPUID for processor info: [url]http://www.amd.com/us-en/assets/content_type/white_papers_and_tech_docs/25481.pdf[/url] With Intel processors you can only get the serial on the PIIIs.

Member Avatar for MosaicFuneral
0
162
Member Avatar for britto

The linker doesn't need to know a thing about headers, that's all taken care of [b]long[/b] before it gets to that point. A linker should just take your freshly compiled objects and put them together, in the proper system file format.

Member Avatar for jephthah
0
99
Member Avatar for orwa

Go hard core. Write a bootloader to load your program with the proper drivers, download, clean up, goto real OS.

Member Avatar for MosaicFuneral
0
184
Member Avatar for massivefermion

You can only get the serial on the PIII processors: [URL="http://www.intel.com/assets/pdf/appnote/241618.pdf"]Intel CPUID manual, goto page 29.[/URL] If you want to learn about the CPUID function read the AMD one: [url]http://www.amd.com/us-en/assets/content_type/white_papers_and_tech_docs/25481.pdf[/url]

Member Avatar for MosaicFuneral
0
114
Member Avatar for xgmx

[QUOTE=jephthah;840955]dont mind me, im still figuring this site out.[/QUOTE] 768 post latter?!

Member Avatar for sneekula
0
162
Member Avatar for #include_rose

Why did you revive a dead thread? You did not use code tags(site rule) leaving it unformatted, and we have section for posting code snippets. Why is there .h's after your C++ headers? Why is there no breaks/newlines between your code? Why are you using non-standard functions, where not needed?

Member Avatar for jephthah
0
213
Member Avatar for jaguar_s

Okay what platform and compiler?... It's generally nothing, more than a single line in the inline assembler, unless you're executing it off the heap.

Member Avatar for ArkM
0
110
Member Avatar for LouieAnn
Member Avatar for clutchkiller
Member Avatar for GrimJack
1
316
Member Avatar for ahihihi...

Because shooters can be mind-numbing, like this one [url]http://www.youtube.com/watch?v=PYQhvW-tjNM[/url]

Member Avatar for Will Gresham
0
138
Member Avatar for jephthah

[QUOTE=GrimJack;845257]For the diligent - find this machine: [B]'used' schoolgirl panties![/B][/QUOTE] I'm still looking for one, but I'm just not looking [URL="http://www.youtube.com/watch?v=v_X89CbcY2Y&feature=player_embedded"]for counterfeit ones![/URL]

Member Avatar for MosaicFuneral
0
201
Member Avatar for SpectateSwamp

[QUOTE=nav33n;842029]You aren't serious! Are you ? :D[/QUOTE] It's seems much more logical than what most of those, with offset thoughts, tossing their word-salads will suddenly say.

Member Avatar for jephthah
0
160
Member Avatar for 3pid

What do your notes say? File dump is a loose term for a piece of memory that crashed saved to a file.

Member Avatar for MosaicFuneral
0
75
Member Avatar for guest7

The End.