hi,
hav jsut started with learnin c++ programmin, am using the dev c++ compiler(if u knw a better one plz tell me)...i just learnt basic graphics using the library graphics.h. I hav heard its a very old library but i dont knw of any other one's, so plz guide me as to which library should i use.
i made an XnO game(without any graphics). now i want to incorporate graphics into it. Using graphics.h i created an intro screen. Now am trying to display something the user enters onto the graphics screen. like if am accepting his initial into 'a' and want to display it. How should i do it
used :-
outtextxy(13,13,a) - but its givin the below error
invalid conversion from `char' to `char*'
how do i correct this??