How can i include graphics in my C program which is compiled in windows compiler like Dev-c++?
I was wondering whether it was possible to make the game "SNAKE" in C without using commands like gotoxy
But a few moments later I realised that it was practically impossible to make it without using such commands. Is there any variant for gotoxy() command in Devc++/windows compiler?
I am not very familier with libraries and stuff so am having trouble using graphics...Is there an easy method for graphics like that employed in DOS graphics.