in turbo C++ there is a function called delay(); and in microsoft compiler i guess it is sleep or msleep. what could be the possible equivalent function which can be used when compiling in GCC.
using the looping technique will give different time difference in different machines. is it true?
also i would like to know how to change the text colors.
the turbo c++ offers setcolor/textcolor function. what is the equivalent of it in the GCC.