My C is rusty and I'm forgetting how, or even if, there is a way to do this.<BR><BR>I have a number in a variable and I need to pass that number to a function that takes a char string as an argument.
Say I read a character array in from a file as part of other fields. In this case, the character array I am reading in is a date in the format mmddyyyy.<BR><BR>I have a structure which I am looking to ...