Hello there undergrad guy! Welcome to Daniweb! :)
Hello there undergrad guy! Welcome to Daniweb! :)
Hello there Dinesh! Welcome to Daniweb! :)
what about this
float fahrenheit =(celsius*(9.0/5.0))+32;
no need to type cast
i don't know if this will work...just try this one...
you have a string from the command line, you store that string into a variable then convert it using atoi() function
string command_line_arg ="1234"
int x;
x = atoi(command_line_arg);
don't forget to include the header <stdlib.h>
works well for me...just try....
Self study and lots of self study. Experiential types of learning is the best. We both have similarities and I'm investing my time reading and asking help to experts here to things that I'm not sure of. And oh, I agree wtih mariocatch.
haha...you earn a reputation point!
you can study some codes and techniques used here -> http://cssplay.co.uk
i was once a noob...css codes here helped me to polish my skills...lol...OA