jaepi 22 Practically a Master Poster

Hello there undergrad guy! Welcome to Daniweb! :)

jaepi 22 Practically a Master Poster

Hello there Dinesh! Welcome to Daniweb! :)

jaepi 22 Practically a Master Poster

what about this

float fahrenheit =(celsius*(9.0/5.0))+32;

no need to type cast

jaepi 22 Practically a Master Poster

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....

jaepi 22 Practically a Master Poster

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.

jaepi 22 Practically a Master Poster

haha...you earn a reputation point!

jaepi 22 Practically a Master Poster

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