hello everyone i want to take input in graphics as we take in console mode , like in console mode when you write
cout<<"enter any integer"; cin>>a; in this case we see a cursor blinking and we also see value we r typing. i want to get this thing in graphics like if i write this line outtextxy(100,100,"How many values you want to enter"); i would like to see a cursor blining and also wh i was typing. if it is not possible to display cursor, then plz tell me how would i see wt i was typin next to my statment in graphics mode regards ahmed
