Forum: C++ Dec 4th, 2008 |
| Replies: 13 Views: 645 Thank you for you and everyone. |
Forum: C++ Dec 4th, 2008 |
| Replies: 13 Views: 645 Mr, Ancient Dragon
take it easy, I don't mean that, I just wanted to know how can I make it with myself. |
Forum: C++ Dec 4th, 2008 |
| Replies: 13 Views: 645 Don't give me a fish, teach me how to fish. |
Forum: C++ Dec 4th, 2008 |
| Replies: 13 Views: 645 I can break the execution of the following code before the compiler starting to execute it or after execution of it.
But the line contains many steps, I simply want to trace it, How?
... |
Forum: C++ Dec 3rd, 2008 |
| Replies: 13 Views: 645 Mr,Ancient Dragon
you said:
>>>>Next it asks if i points to a space, and if it does not then incremenet i.
how can you decide it, why not j? |
Forum: C++ Dec 3rd, 2008 |
| Replies: 13 Views: 645 Hello Everyone,
I found the following code somewhere, I understand it but I have trouble with understanding the sequence of execution, in other word, How can I monitor every little step of the... |
Forum: C++ Nov 26th, 2008 |
| Replies: 8 Views: 1,761 thank you very much MattEvans, your post was helpful. |
Forum: IT Professionals' Lounge Nov 26th, 2008 |
| Replies: 107 Views: 15,785 |
Forum: C++ Nov 26th, 2008 |
| Replies: 8 Views: 1,761 I understood MattEvans well, but he speculate, and minas1 didn't understand my question |
Forum: C++ Nov 26th, 2008 |
| Replies: 8 Views: 1,761 thank you minas1, but I think you need to read carefully what is the problem? |
Forum: C++ Nov 25th, 2008 |
| Replies: 8 Views: 1,761 Hello, everybody.
first, look at the following code:
#include <iostream>
1 using std::cout;
2 using std::endl;
3 using std::cin;
4
5 double* treble(double); |
Forum: C++ Nov 24th, 2008 |
| Replies: 9 Views: 543 |
Forum: C++ Nov 5th, 2008 |
| Replies: 8 Views: 440 exactly, what is your problem? |
Forum: C++ Nov 5th, 2008 |
| Replies: 5 Views: 1,592 There are two fundamentally different kinds of C++ applications you can develop with Visual C++ 2008.
You can write applications that natively execute on your computer. These applications referred... |