Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Continuity check
Name: daniel Date: March 18, 2003 at 11:47:00 Pacific OS: any CPU/Ram: any
Comment:
---------------------- Does anyone know of a good resource to look to for doing a countinuity check (and eventualy and object counter)on a binary grid ?
Summary: This could be a hard question... I'm trying to write an OS completely in assembly - using only debug (I know i'm crazy, but so far its working). Right now I'm working on a time function, but I'm runn...
Summary: =============================================================================== I wouldn't use peek/poke. Instead of the usual inkey$ routine you should use a loop that continually checks for keyed ...
Summary: =================================================== Start by creating a loop that continues until a given condition (the escape key is pressed for example): void main() . . . char ch; bool scan; ch=#...