Skip to content
Thomas Foster edited this page Apr 15, 2021 · 1 revision

Function   Gives vertical cursor position within window.

Syntaxint wherey(void);

Prototype in   conio.h

Return valuewherey returns an integer in the range 1 to 25.

See also gettextinfo, gotoxy, wherex

Remarks

wherey returns the y-coordinate of the current cursor position (within the current text window).

Example

See `wherex`

Header Files

Clone this wiki locally