i need help please visual c++
Please clarify what you need/want, and we could help you. :P
Welcome to the MPGH staff secksy, I'm sure you will contribute a great deal to the users here.
To the question, you should be learning how to use sprintf and printf from stdio.h, it makes a lot more sense to use then cout.
scanf("Format", buffer);
printf("Format", additional params if required);
sprintf(buffer, format, additional params);