We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
hey
i was wondering how to do this how to do this for an integer,
now i have an integer say 50 and it changes sometimes it goes to 80 how to track this down..on time ofcourse
Posted by nanix; Today.
Sorry, but I don't think too many people know exactly what you are asking.
if (my_current_max < my_int) { my_current_max = my_int; printf("Found new maximum %d\n",my_int); }