Topic: PASCAL Turbo 7 0
Not finding your answer? Try searching the web for PASCAL Turbo 7 0
Answers to Common Questions
How do I write a program that lets me convert text to morse code ...
There may be a more efficient method (I know very little about Morse code) but since there are only 26 letters you could use a giant if-else if statement. Read More »
Source: http://wiki.answers.com/Q/How_do_I_write_a_program_that_lets_me_c...
How can you allow a user to save their settings in a program made...
I'm afraid I don't know Pascal very well, but you should just need to look into what input/output libraries you have available and see what they offer you for disk writing. Read More »
Source: http://wiki.answers.com/Q/How_can_you_allow_a_user_to_save_their_...
How can i play music in turbo pascal 7.0?
Hi. There is a link to an example http://sources.ru/pascal/sound/cdplayw.h… Try it, maybe it helps ... Source(s): http://sources.ru/pascal/sound/cdplayw.h… Read More »
Source: http://answers.yahoo.com/question/index?qid=20100109014915AA7cyfL
More Common Questions
Answers to Other Common Questions
Everything. For example BASIC and Pascal are entirely different languages.
Read More »
Source: http://wiki.answers.com/Q/What_is_the_difference_of_visual_basic_...
The file DMPLTPU does not exists nowere. And the other file you are talking about by sure the file WINAPI.PAS that the compiled is WINAPI.DCU, not WINAPL, you typed incorrectly.That file comes with Borland PAscal 7.0 in the extra Bonus Pack...
Read More »
Source: http://www.experts-exchange.com/Programming/Languages/Pascal/Q_10...
Hi, http://www.softpanorama.org/Lang/pascal.shtml http://www.softpanorama.org/Lang/pascal.shtml#Tutorials http://sheepdogsoftware.co.uk/pltut.htm Note: Turbo Pascal (which is 16-bit) is fairly old. Now, Delphi (which is 32-bit) is in use. -...
Read More »
Source: http://www.experts-exchange.com/Programming/Misc/Q_21849531.html
This might be a more direct answer than what's above: http://hotfile.com/dl/14966758/20a6833/B…
Read More »
Source: http://answers.yahoo.com/question/index?qid=20100216070243AARCsO0
Hi, When you say a story, I assume you mean text forming a story displayed on the screen, and compiled into a program written in Pascal? If this is the case you only need to use something like the following (this code provides a template, a...
Read More »
Source: http://answers.yahoo.com/question/index?qid=20111120054544AA2VxMm
http://www.websters-online-dictionary.or… How to Use Pascal Opening and Saving files in Pascal Opening and closing your files in pascal follows the usual method of: * File Menu * Open (or Save) * Select the File (or type in the file name) *...
Read More »
Source: http://answers.yahoo.com/question/index?qid=20091118235504AAFPa6U
To my knowledge you cannot debug Borland Pascal on anything higher than Windows 3.11 (al least I never could do it on any NT platform). The Borland Pascal debugger tries to do something with direct writing to the disk which the NTFS system ...
Read More »
Source: http://www.experts-exchange.com/Q_20675589.htm