please give me some sugestions and ideas bout that and i need to know how to declear chareters and how to take inputs of characters
saqib.
How about buying a C/C++ book, or taking a C/C++ class or reading a C/C++ tutorial ?
WolfPack
Postaholic
2,051 posts since Jun 2005
Reputation Points: 572
Solved Threads: 115
Yeah post your effort here and then maybe we would be able to help you out, just asking for code here would not fetch much help.
~s.o.s~
Failure as a human
11,938 posts since Jun 2006
Reputation Points: 3,281
Solved Threads: 734
> i want to write a program which could convert given temperature and its unit into oher scales
Start with centigrade to centigrade.
Very trivial conversion, but it at least gets you to attempt the first part of actually attempting the "prompt the user and get answers" part of the program.
Then we at least will know which part of the problem you're really stuck on and we can advise accordingly.
Salem
Posting Sage
11,531 posts since Dec 2005
Reputation Points: 5,862
Solved Threads: 953