Not open for further replies.
Here's a C/C++ program that converts decimal numbers ranging from 0 to 99,999 to binary and BCD formats. Using a simple algorithm in conjunction with pointer ...
Using an If statement how could I go about detecting a decimal enter by the user? <BR><BR><BR>Basically I am writing a program that prompts the user to enter the month and date and I want to be able ...