Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~1K People Reached
About Me

Codecodecodecodecode

PC Specs
x86, Win32, Win64, My_Homebrew_OS, and a littlebit of everything
Favorite Tags

5 Posted Topics

Member Avatar for Dani

[QUOTE=rizwan iqbal;1406407]I want algorithm for sorting 10 no's in pseudo-code[/QUOTE] Then figure out how to get those numbers, how would you sort them (the key property to sort by, the order of sorting, the actual way you sort), what results would you handle as output (the amount of time the …

Member Avatar for arielsandara.mije
0
437
Member Avatar for vik.singh

Shortly, and briefly (just because I've got to hurry now :) ): File-buffered activity, data broken up to suitable chunks, each overlapping the previous one by one unit. Of course you'll also have to iterate several times and file operations will introduce a heavy overhead to the execution of the …

Member Avatar for Adak
0
136
Member Avatar for rcossy1023

[QUOTE=rcossy1023;1481507]Ok So im trying to understand flags.... when i set $eax = 0x80000000 and set $ecx = 0x90000000 I want to compare and jump for flags so cmp EAX, ECX j(o,s,z,c) I do not understand how comparing these two numbers get a carry flag but not an overflow flag. I …

Member Avatar for -Powerslave-
0
179
Member Avatar for ComicStix

Patience, and endurance are thing that every good programmer has. If you'd like to be one, you must learn these virtues to reach your goal. I've seen many bad teachers (even ones who didn't actually know what they were talking about), bad classes, and lots of bad books (unfortunatelly experiences …

Member Avatar for rscubelek
0
228
Member Avatar for therock4u

Hi! Yes, it is a bit late, but however... Executables are usually not pure codes, but various mixture of pure code, metadata that are OS specific, external function calls that are usually OS specific, and mostly, OS specific system calls too for input/output. System level activities like direct disk access …

Member Avatar for -Powerslave-
0
482

The End.