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); }