Forum: C++ Jul 4th, 2009 |
| Replies: 11 Views: 342 Look at the link in adatapost's post??? |
Forum: C++ Jul 4th, 2009 |
| Replies: 11 Views: 342 sorry i don't now how to use it please reply, |
Forum: C++ Jul 4th, 2009 |
| Replies: 11 Views: 342 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: 342 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: 486 Thank you all very much, you have helped me alot,
you all are very kind professionals. |
Forum: C++ Jun 23rd, 2009 |
| Replies: 13 Views: 486 ok, being a doctor i don't have a sufficient idea about this problem so help; |
Forum: C++ Jun 23rd, 2009 |
| Replies: 13 Views: 486 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: 486 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: 461 really, i cant say any thing but u must try always to include
using namespace std; as this defines the preprocessor directitive
ok, thankyou. |
Forum: Assembly May 4th, 2009 |
| Replies: 1 Views: 317 :( please help me solve this assembly problem urgently:
Q . write a 8086 program to store in consecutive memory locations starting from OAEO , the square of 1 to 25.
note: each value in the... |