Forum: Windows NT / 2000 / XP Dec 20th, 2005 |
| Replies: 7 Views: 2,240 thanks again. I will try it |
Forum: Windows NT / 2000 / XP Dec 14th, 2005 |
| Replies: 7 Views: 2,240 Hi
Thanks very much. this was a problem that looked unresolveable to me.
I will take a test
Sincerely
Michael Lopez |
Forum: Windows NT / 2000 / XP Mar 15th, 2005 |
| Replies: 7 Views: 2,240 |
Forum: Windows NT / 2000 / XP Mar 11th, 2005 |
| Replies: 7 Views: 2,240 I have a ATI Radeon 9200se VGA and I have connected my TV to its output and selected "Extend my windows desktop on to this monitor" for the second recognized monitor (TV)
now my question is that... |
Forum: C++ Aug 20th, 2004 |
| Replies: 4 Views: 2,986 Thanks chainsaw for your great advices
I think that it would be better to use int instead of int & as your told
and also thanks for your nice adivces in using Pointer and declaring Constuctors and... |
Forum: C++ Aug 19th, 2004 |
| Replies: 4 Views: 2,986 Hi
Thanks for your help
I used a reference to int cause my int doesn't go out if scope after returning of my function so I tried to do this to avoid making a temporary int , and program be... |
Forum: C++ Aug 18th, 2004 |
| Replies: 4 Views: 2,986 Hi
I created a class,simplified class is like below:
#include<iostream.h>
class cCat
{
public:
//Constructors and Destructors
cCat(); |
Forum: C++ Aug 18th, 2004 |
| Replies: 7 Views: 2,981 Wow ,thats really cool ;)
I hope you to enjoy reading of this book and don't hesitate to ask us in your problems
Sincerely
the_one2003a |
Forum: C++ Aug 17th, 2004 |
| Replies: 2 Views: 2,966 Hi
Thanks Cosi for again your great Help
you are just like an angle in my c++ problems.
I wanted to know this to know does c++ support this type of Pointing
and your answer made my mind clean for... |
Forum: C++ Aug 16th, 2004 |
| Replies: 2 Views: 2,966 Hi
I tried to use a pointer to point to address of an enumurated constant but this made a compile error.
so can can I know address of an enumurated constant and use it with a pointer?
down is a... |
Forum: C++ Aug 16th, 2004 |
| Replies: 7 Views: 2,981 I am not a pro too
but if you want to read a book to start ,I think "sams teach youself c++ in 21 days 4th edition"
is a good choice.
and also C++ Programming language 3rd edition (from:... |
Forum: C++ Aug 16th, 2004 |
| Replies: 2 Views: 3,912 Hi Cosi and thanks for your great help
it solved my prob.
I hope to be able to help you in this stuff
sincerely
the_one2003a |
Forum: C++ Aug 15th, 2004 |
| Replies: 2 Views: 3,912 Hi
I made a class that has a public integer pointer
and I use this pointer in main like code below: (Just a sample code,I know about memory leaks and other related bugs,just a sample)
... |