![]() |
function calling
I just want to be able to successfully call the validate Month function inside the getMonth function.. it works when i call getUserInput() but i get type cast errors if i try it with this function. Any idea as to how i can write it up? thnxs
Code:
unsigned getMonth()Code:
unsigned validateMonth(unsigned month) |
Re: function calling
Because the prompt is a character pointer and the function argument for validateMonth is unsigned. i.e. integer.
|
Re: function calling
Isnt the error evident enough.
|
Re: function calling
the code i have posted is error free. But what im trying to say is that when i try to write the function call for it i get a type cast error for some reason.
so with the above code how can i call the validateMonth() function inside the getUserInput() function |
Re: function calling
Its kewl guys i did it yey! thnxs
|
Re: function calling
Quote:
|
| All times are GMT +5.5. The time now is 00:32. |