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:
any ideas?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....
also dint want to make another thread....
but switch doesn't that the char **argv ?
thx in advnace




Reply With Quote