Am interested in deleting the float values from the code. |
for(int i = 0; i < 1 ; ++i)
Am interested in deleting the float values from the code. |
Am interested in deleting the float values from the code. Can some one help me do so? |
PLEASE learn to use code tags, they make reading and commenting on source code MUCH easier. http://www.cplusplus.com/articles/jEywvCM9/ http://www.cplusplus.com/articles/z13hAqkS/ HINT: you can edit your post and add code tags. Some formatting & indentation would not hurt either |
At "best" that is undefined behavior. At worst it could crash the program. |