als ik dit compile:
--------------------------------------
#include <iostream.h>
#include <conio.h>
void main()
{
textmode(C4350); //VGA, 80x50
textcolor(RED, GREEN); //erg foute kleurcombinatie maar goed...
gotoxy(5, 8); //textcursor 5 naar rechts en 8 omlaag verplaatsen
cout << "Hopelijk zie je dit in kleur

\n";
}
--------------------------------------
geeftie 5 fouten aan:
c:\mijn documenten\c++\untitled3.cpp: In function `int main(...)':
c:\mijn documenten\c++\untitled3.cpp:5: `C4350' undeclared (first use this function)
c:\mijn documenten\c++\untitled3.cpp:5: (Each undeclared identifier is reported only once
c:\mijn documenten\c++\untitled3.cpp:5: for each function it appears in.)
C:\DEV-C_~1\INCLUDE\conio.h:78: too many arguments to function `void textcolor(int)'
c:\mijn documenten\c++\untitled3.cpp:6: at this point in file