Web
WEB is a computer programming system created by Donald Knuth as the first implementation of what he called "literate programming".
Language
Pascal
Remove
Platform
License
Any
Here's my idea how to implement ittype board_cell=record
x,y:byte; { Coordinates }
link:boolean; { Link to other cell (snake -or- ladder) }
linkto:byte; { Cell no. links to ( ) }
end;...
I came to this forum to ask the same question - about runtime error 200.
I came here after spending two days trying all possible solutions I could get
from Internet. They don't work!
I use:
* Turbo...
I know you can do it but how. Does any one know how to include C functions in Pascal. I know you can link in external objects but I need to know of a compiler which produces Intel Reloctable Objects....