| Recent Answers from Eddie |
 |
2008-06-09 an array of pointers: Hi Neil, thank you for the question. Sorry for the delay in responding, I had to refresh a little bit on MFC. I was unable to find documentation about not being able to create an array of edit boxes...
|
2008-06-08 Error C2064: term does not evaluate to a function taking 4 arguments: Hello Jim, thank you for the question. The reason you are getting a compile error, is that it appears you are trying to invoke the constructor of your Dog array after it has been constructed. The compiler...
|
2008-06-07 Hi sir: Hi ram, thank you for the question. In C++, the spec dictates that header files have no extension. Personally, I find that to be a bad idea, but I suppose they thought otherwise. The .h extension is...
|
2008-06-04 lValue required: Hello Binoy, thank you for the question. I have often wondered why they choose this word and not something more descriptive myself. You normally see that error when you try and do something like modify...
|
2008-02-12 Is it possible to compile 32 bit applications in 64 bit environment..: Hello Malika, thank you for the question. Your application could get a link error for any number or reasons. The one I would think to be the cause of your problem would be that any libraries you are...
|
| More Answers for "C++" |