i'm trying to make some simple graphic problem for school, but i keep getting errors..
Conio.c Multiple definitons of 'delay'
and
wingbin.cpp first defined here
That's the code:
#include <iostream>
#include <winbgim.h>
using namespace std;
int neki();
int blaa();
int main()
{
neki();
return 0;
}
int neki()
{
char izb;
cin>>izb;
switch (izb)
{
/* case 'a':
case 'A':
tri();
break;*/
case 'b':
case 'B':
blaa();
break;
/*case 'c':
case 'C':
krog();
break;*/
}
textcolor(0);