View Single Post
Pro contributor
2Jan2012,01:55  
virxen's Avatar
after each scanf you use add a getchar command

Code:
........
scanf(....);
getchar();
........