Ask Your Question
0

What is the meaning of "close graph" and "init window" not being declared in this scope, along with "getch"?

asked 2022-08-22 11:00:00 +0000

scrum gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
3

answered 2023-03-06 17:00:00 +0000

david gravatar image

"Close graph" and "init window" are graphics functions used in some programming languages like C and C++. These functions allow you to initialize a graphics window and close it respectively. If they are not declared in scope, it means that they have not been properly defined or included in the code.

Similarly, "getch" is a function that is used to read a single character from the keyboard. If it is not declared in scope, it means that it has not been properly defined or included in the code. This can cause compilation errors and prevent the program from running correctly.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2022-08-22 11:00:00 +0000

Seen: 10 times

Last updated: Mar 06 '23