Forum: C++ Jul 4th, 2009 |
| Replies: 11 Views: 353 Look at the link in adatapost's post??? |
Forum: C++ Jul 4th, 2009 |
| Replies: 11 Views: 353 sorry i don't now how to use it please reply, |
Forum: C++ Jul 4th, 2009 |
| Replies: 11 Views: 353 main()
{
int x,n, count=0;
n=n+1
nxt: cout<<"x=..";
cin>>x;
if(x>60)
count=count+1;
if(n==10) |
Forum: C++ Jul 4th, 2009 |
| Replies: 11 Views: 353 Good, morning every one, in this nice forum;
I solved a c++ solution but i don't understand the idea of the program,
so i need help to understand the steps and the use of this program.
Thankyou,... |
Forum: C++ Jun 25th, 2009 |
| Replies: 13 Views: 514 Thank you all very much, you have helped me alot,
you all are very kind professionals. |
Forum: C++ Jun 23rd, 2009 |
| Replies: 13 Views: 514 ok, being a doctor i don't have a sufficient idea about this problem so help; |
Forum: C++ Jun 23rd, 2009 |
| Replies: 13 Views: 514 no actually, i have been told that switch can be used easier than array,,,,,,,,,,,
that is ok, |
Forum: C++ Jun 23rd, 2009 |
| Replies: 13 Views: 514 Hi every one, I am a doctor have a interest in programing ,actually i have been trying to practice on switch statements but i was unable to display numbers like 365 in words
"Three hundred and... |
Forum: C++ Jun 23rd, 2009 |
| Replies: 11 Views: 492 really, i cant say any thing but u must try always to include
using namespace std; as this defines the preprocessor directitive
ok, thankyou. |