The clrscr issue in C

Updated on technology 2024-05-17
7 answers
  1. Anonymous users2024-02-10

    clrscr is a standard library function for C, not a standard library function for C++.

    So for your second question, you can refer to the standard library functions under vc98.

    include stl general algorithm.

    include stl bitset containers.

    #include

    #include

    #include

    #include

    include plural.

    #include

    #include

    #include

    #include

    include stl double-ended queue containers.

    include exception handling class.

    #include

    include stl defines the operator (instead of the operator include).

    include stl linear list container.

    include stl maps containers.

    #include

    include Basic Input Output support.

    include the pre-declaration used by the input and output systems.

    #include

    include the basic input stream.

    include the basic output stream.

    include stl queue container.

    include stl collection container.

    include String-based streams.

    include stl stack containers.

    include standard exception class.

    include Underlying Input and Output support.

    include string class.

    include stl generic template class.

    include stl dynamic array containers.

    #include

    #include

    c99 increases.

    include plural.

    include floating-point environments.

    include integer format conversion.

    include Boolean environment.

    include integer environment.

    include general-type math macros.

  2. Anonymous users2024-02-09

    Clear Text Mode Window Clear screen means to remove the text characters that were previously displayed, which is the same function as the clear screen in cmd, which is actually a shorthand for clear screen.

  3. Anonymous users2024-02-08

    Clear screen letter copy

    You can clear all or part of the results of the last run (depending on what you used the function for your program).

    For example, if you run a program, if you can press alt+f5 to view the results under turbo c, you will have several results after running a few times, but if you only want to display the results of this run, you can use the clrscr() function after the main function (which can be used after the variable declaration).

  4. Anonymous users2024-02-07

    Isn't there a DOS window after the compiled program is re-run? Delete all the words and pictures in it.

    If you don't understand the DU words yet, I'll give you an example: start->run->cmd, jump out of a DAO dos window, and punch in it? Then hit enter, and when it's finished, you hit CLS and press enter, and you can see the effect.

    The difference is that this method still leaves a few words, but with the clrscr function, it is black.

  5. Anonymous users2024-02-06

    Clear your screen is to clear all the display information on the window you are currently using, and then your window will be empty.

  6. Anonymous users2024-02-05

    Clear the screen, clear all the output of the output window.

  7. Anonymous users2024-02-04

    Silver nitrate is added dropwise to a solution where Cl and CRO coexist, and the solution is yellow (the color of CROs) before dropping. After the dropwise addition of silver nitrate, a white precipitate of silver chloride is generated at the beginning.

    Continue to add dropwise, when the CL reaction in the solution is complete, and then generate brick-red silver chromate precipitate with CRO. Continue to add silver nitrate dropwise until the CRO reaction is complete, and then centrifugal separation, the upper part of the solution disappears yellow, and the lower part precipitates yellow (a mixture of silver chloride and silver chromate).

Related questions
17 answers2024-05-17

process myprocess = new process();define a thread instance; >>>More

25 answers2024-05-17

For example, I have two lists, one is the data of the string type, and the other is the data of the integer type, and when the data is not used, you need to force the data to be converted, in case you are careless, the list of the string type is forcibly converted to the integer type, isn't it wrong? The generics will let the compiler check for you, and if you want to put string data into a generic collection of the village integer type, the compiler will report an error. This way, there will be no problem of forced conversions causing errors. >>>More

6 answers2024-05-17

Understand the following rules: 1) Overloading an operator does not change the priority of the operator. >>>More

24 answers2024-05-17

This topic is so familiar!

To do this problem, you need to understand the usage of listbox, which can be regarded as a skill. >>>More

7 answers2024-05-17

Do it by your train of thought.

Method 1. string strnumber="200m"; >>>More