if else issues
I am having some isues with C++ if...else syntax and I can't seem to figure it out as I am not getting the desired results even though I feel that I have it all set. Here is my...
View Articleif else issues
On 2/27/2012 1:38 PM, techiegzz wrote:I am having some isues with C++ if...else syntax and I can't seem to figure it out as I am not getting the desired results even though I feel that I have it all...
View Articleif else issues
Can you describe your "issue" more detailed. Basically your if else looks ok for me. What does not work in your opinion?Only as a hint, not all control path of your if else checking returns a value.
View Articleif else issues
You are spot on. I am just learning C++ so this is still new to me unlike what I leant in C# which tends to be much more dev friendly by auto-converting to double instead of producing wrong results. I...
View Article