Description:
The object-oriented C++ language.
|
|
|
Define an interface hierarchy?
|
| |
Hello! I have a class hierarchy that consists mainly of one base class CtxBase, and two children: LoginCtx and DisconnectCtx. Now, there's a need to provide an interfaces for this hierarchy. I'd like to export this classes from a DLL. And I'm in doubt how can I achieve this? My first option was to define a base interface (ICtxBase) and then... more »
|
|
I would like to change my job
|
| |
Hello everybody, I am a C/C++ programmer since about 10 years and during all this time, I was away from the new needs of companies. I was completely satisfied of my work and thought that my growing skills would be needed in any company I would go to. But now that I want to change I to a more well-paid job, I find it... more »
|
|
what the meaning of this code
|
| |
Hi, I just want to ask the question about this code int len =0; len =5; "x41" * (len); In this is "x41" is multiply by 5 or it just can acquire space like this x41x41x41x41x41 . I am a newbie and i am confused , If you can't understand this question i am sorry, but i just want the clarification of this code.... more »
|
|
how much time?
|
| |
I am aware that this is, technically, not a question about c++ but surely here someone will now-how-to. I have a program, with lots of routines, and complicated stuff. I want to optimize it but I don't want to optimize all the parts, but rather the ones in which it takes longer. Of course one can put time logs in the program, but there must... more »
|
|
Earn -Rs 10,000 to Rs 30,000
|
| |
Earn -Rs 10,000 to Rs 30,000 Just for signing up! Iam earning more than Rs.30,000 every month from Internet. Iam not joking. Its Real.No Investment. Easy job. Work part time. Don't miss this great earning opportunity. Hurry today. sign up here [link] open link,... more »
|
|
Why can't member function be friend?
|
| |
I want to show you an example how two classes can have relationship instead of an inheritance. The inheritance is not an option if you want to define two classes. The relationship between two classes can be friends when variables can be modified in both classes. As far as we discussed in an earlier... more »
|
|
type punning
|
| |
I am curious about creating some macro's for keeping track of where memory has been allocated on the heap. For example it would be nice to be able to detect memory leaks at the end of program execution. I would like a system that does not incur to much size and speed overhead. Here is my design for a way to manage who created what and... more »
|
|
|