Main Menu

HOME

.Net
ASP
Assembly
C
C++
Delphi
HTML
Java
JavaScript
MySQL
PC interface
Powershell
Perl
PHP
VBScript
Visual Basic
XML

Sedo - Buy and Sell Domain Names and Websites project info: programmershelp.co.uk Statistics for project programmershelp.co.uk etracker® web controlling instead of log file analysis

   Misc

   Amazon

   Links

    


gotoxy function
 

 

Description

This shows how to use the gotoxy function in C to move the text cursor to a different location on the screen

Code

#include <conio.h>
#include <stdio.h>


int main(void)
{
int i;
printf("This is the first line.\n");
gotoxy(10,4);
printf("This is the second line.\n");
gotoxy(20,8);
printf("And this is line 3.\n");

return 0;

}

Information

tested using LCC Win 32 and Windows XP

 

 
 

 

Download

gotoxy.txt


 




   Sponsors
 

   Software
500 Java Tips E-book
PHP editor
PERL editor
Beginning Java
Beginning Visual Basic
Learn VB.net
Learn VB 6
VB and databases
ASP image library
C++ builder programming
C++ fundamentals

   Source Code
Ping with VB(VB)
List all files(ASP)
flashing status bar message(Javascript)
CSV stock quotes(PHP)
()
Random title(PHP)
Alert box on page loading(Javascript)
Pop up window(Javascript)

    




Copyright © 2003 by programmershelp.co.uk