*Smile* Hello.
I'm trying to make a little ticker to move numbers across the screen in C++. I would guess this would use a delay of some sort. But when I try to impliment delay(5); into a "for" loop, I get "error C2447; missing function header (old style formal list?)"
Is anyone able to tell me what that means, or does anyone know how I could otherwise acheive what I'm trying?
Thank you in advance,
mel
I'm trying to make a little ticker to move numbers across the screen in C++. I would guess this would use a delay of some sort. But when I try to impliment delay(5); into a "for" loop, I get "error C2447; missing function header (old style formal list?)"
Is anyone able to tell me what that means, or does anyone know how I could otherwise acheive what I'm trying?
Thank you in advance,
mel
