helllo
i got a problme wiht atof....i use it to convert a char to double and i get zero always here is teh code:
Code:
//takse the argumnet and converts it....
//type of the argumnet is ->    char **argv  )
number=atof(argv[3]); 
//number here is always zero...while if i output argv[3] it will give me teh correct number....
any ideas?
also dint want to make another thread....
but switch doesn't that the char **argv ?
thx in advnace