hey guys
ive made a project in vs2010 that has a hardcoded (int val; val=800000; in main) amount set at start , the amount is 800000 (800k) i gave it an int type , and it works all well but when i try to run it in the anicent turboc i need to for school , it will flip out and give gibberish values above 15000 (15k) somthing i realise this is because in vs2010 the default int has a larger memory ? ive tried giving a double type in tc but didnt work out ... it will show correct value at 800000 if i use a float tho , but its described the program has to use in for that specific value ...