im trying to store the now value from time() to use later in the program but I get constant:
warning C4244: 'initializing' : conversion from 'time_t' to 'int', possible loss of data
I have tried int, double and float variables which don't work.
I know your supposed to consider warnings as errors so im trying to remove it
thanks for your help.