Web
WEB is a computer programming system created by Donald Knuth as the first implementation of what he called "literate programming".
Language
Any
Platform
MS-DOS
Remove
License
Any
hi mates,
i am new to this forum ,please help me i am in need of the full guide of msdos and also i need to learn the operation done using msdos on xp and also i want to learn to clear the...
: I am wondering how you can block a website URL in both IE and
: FIREFOX with a batch file. Is that possible? If so how would you go
: about doing that?
: Thanks
: p1ng
:
yes it is -...
I'm pretty sure wherever you read had it a little bit wrong. The COMPACT command does make it smaller, but slower to read. it works the same way as a ZIP and is still effective.
PHP has a...
Hello all,
I was wondering if anyone could tell me where I could find detailed information on the inner workings of MS-DOS. I'm doing a project for a class and need detailed information about...
9 (because
: '0' to '9' are ordened contiguously from small to large in the ascii
: table).
:
: Then the third problem would be to combine multiple of these
: converted digits. I suggest the...
:
: www.asciitable.com
:
:
:
: Regards,
:
: Dr M.
:
:
:
:
:
:
---------------------------------------------
I've got a plan, but I'm going to need a dead monkey, some...
: nice site for MS-DOS 6.X and earlier operating systems. Can't be used with 32-bit compilers whose programs run on MS-Windows.
:
You didn't look it through in detail then. I often drop that...
This message was edited by noxkrugger at 2004-9-19 7:6:54
how to link the digital logic circuit or modules to the x86 main breadboard that have connection with PC by parallel port?(note:we want to...
This message was edited by stober at 2004-9-19 5:32:17
: Query 1: I am a rookie C programmer willing to learn hacking. How to start?
you won't get any help on this forum for that.
:
: Query...
Hello,
Ralf Brown's interrupt list is available on the net with a Google search.
It has the INT info for the kinds of stuff you're looking for.
Get/send data to DTA instead of FCB (File Control...
This message was edited by interrupthandl at 2004-2-29 22:8:25
i meant perhaps there is some problem in path of the file or other which suki_yip is not able to diagnose.Please dont take it...
This message was edited by stober at 2004-2-29 19:52:4
I don't think any version of unix or linux supports bios.h. That is an old MS-DOS header file. I just searched my linux computer and that...
Java Application to Applet on ArithmeticTest
Hello,
I would like to know how I can convert an application to an applet.
Here's the code:
//listing 3.1
class ArithmeticTest
{
public...
: hi! Can anybody help me on accessing files using fopen in c.
: I always get different problems like getting null char even if file exist,getting spaces when i read the file.what is handle ? how it...
: I'm using Microsoft's VisualC++6.0,,I don't find Graphics.h header file,, how can I edit colored texts then?
: dede:-)
:
you won't find it either. VC++ 6.0 or .NET or any other 32-bit...
Can you use MS-DOS promt to somehow view ALL the files you've ever visited? I thought it'd be sort of interesting to view like.. what websites I look at when I first got compuiter.
when I say ALL...
: You will have to do it the same way its done if you want to display the page. It must be a Win32 program -- you can not do it in a pure MS-DOS program (e.g. MS-DOS 6.X operating system) because...
You will have to do it the same way its done if you want to display the page. It must be a Win32 program -- you can not do it in a pure MS-DOS program (e.g. MS-DOS 6.X operating system) because...
: Isnt that Os dependable ?
:
:
:
Of course, it is. I pointed the link to MS-DOS Interrupt List.
: public class BST
: {
: private BSTNode root;
:
: public BST()
: {
: root=null;
: }
:
: public BSTNode search(Comparable target)
: {
: //Find which if any node of this BST...