i havent done this in about a year, and i seem to have forgotton pretty much everything. whats the diff between using int and double? i got an error from my compiler that said: " warning: assignment from 'int' to 'double' ". i changed the variable on the problem line fromtoCode:int x;and the error went away, but the program still doesnt do what i want it to? what did i change when i switched int for double?Code:double x;
thanks
-paul



LinkBack URL
About LinkBacks



CornedBee