Some functions for instance constructing using an intersection point

Asked By 0 points N/A Posted on -
qa-featured

In some functions for instance constructing using an intersection point or in the grade rules, it may happen that you get a Grafis freezes. how does one go about this?

SHARE
Answered By 55 points N/A #104095

Some functions for instance constructing using an intersection point

qa-featured

If you are programming in a compiler then there are few things that are necessary.

Include the break points between few code lines in your program. The break points stop the compiling of the program. This is how you can set lot break points to see at which point the graphics gets frozen. After you found out the point, use the alternative for it on its place as it will keep on disturbing the whole program.

Try to save the program before you compile it and run the code for the execution. It is a general practice when you are handling the graphics. You can also disable your display drivers from the device manager before trying the graphics in the compiler.

Related Questions