What is the purpose of uses crt in the PASCAL program?
joe
-
zouari4u -
zouari4u -
Hello,
What is the purpose of "uses crt" in the Pascal program? Can we do without it?
Thanks in advance.
What is the purpose of "uses crt" in the Pascal program? Can we do without it?
Thanks in advance.
Configuration: Windows XP Firefox 2.0.0.12
7 answers
-
crt is a library in Pascal that includes various standard functions
and depending on the environment you are working in, we write wincrt under Windows and crt under other environments like DOS
and UNIX. -
Hi,
uses crt allows you to change the text color, move from one position to another, clear the contents of your screen...
you can skip it, it's not mandatory, it's just a question of aesthetics
there's a tutorial in English that details crt if you're interested:
http://www.geocities.com/siliconvalley/park/3230/pas/pasl1001.html -
-
uses crt is Pascal and not DOS.
-
-
hi,
uses crt allows you to change the text color, move from one position to another, clear the content of your screen ...
you can skip it, it's not mandatory, it's just a matter of aesthetics
there's a tutorial in English that details crt if you're interested: -