I sat yesterday and programmed a little konsole application in Linux (just because I was bored you know ). And I found out that I couldn't use the function gotoxy(int x, int y) in Linux (though I can use it in any Borland Windows compiler). I couldn't find any header file where it's declared. Why? Doesn't Linux use this function? What other function can I use?