User profile: Hezigon

User info
User name:Hezigon
Email:Hezigon@outlook.com
Name:Vince
Location:United States, CA
History
Joined:
Number of posts:9
Latest posts:

Need Help in c++ program
Your third [code]for[/code] loop seems to overwrite the [code]arr[/code] array, removing the bits fr...

Project Help how many days are we into the year for a given date
Please use code tags for your code to be easier to read. http://www.cplusplus.com/articles/jEywvCM9/

Division in C
You can try this: [code](float)5/(float)9[/code] Or this: [code]5.0/9.0[/code]

Recursive function
[quote]What is the return value of f1 with values 3 for parameter a and 6 for parameter b?[/quote] I...

Can't see items in the listview
More details are needed. Please provide code.