My purpose is that how to run Bus in 10 seconds. Because my program is 3D simulation, it requires all objects must finish on time. If Bus doesn't...
Maybe, I give you another example. Please see this structure: Because the forum is not support the space charactor -> so i replace it with *...
I understand what you said but my program don't crash in my source code, it crash in the library which I used in my source code. Please help me....
That is mean: I need to manage all threads in the program. When a thread created, I will save it to a list to manage, because only with this way,...
I am writting a multithread program using Qt (or any libraries). I will demonstrate about it: All threads will be controled by the message...
I usually write programs on Linux & use gdb as a debugger. Gdb has a comfortable is that it support Trace Log, so if the program crash, we can...
That it mean: Circle is child & Ellipse is Parent? But I read Java APIs. It doesn't distinguish Ellipse & Circle. Java only have class Ellipse2D,...
I can't understand clearly. I am reading about option /Zp in Visual C++ Compiler. Maybe I will give myseft some examples to understand about this....
I think you are wrong because p is NULL pointer. The function also have a address, where p points to. But compiler can not know p's address -> so...
With your answer, 3 remaining bytes will be used for what? With 16 bytes, you can tell me the position of struct's members. Example: a from...
#include <stdio.h> class A { public: void PrintMe(); }; void A::PrintMe() { printf("Hello World\n"); } void main() { A*...
Sorry if this post is in invalid thread. I downloaded a C++ project but It is too big and has a lot classes. I need a tool or software to read...
Anyone can help me? I am learning C++. Thanks.
Please suggest me some good UML tools. And I see in the picture: http://www.go4expert.com/images/articles/designpattern/Visitor.png I want...
There are alot ideas about the relationship between circle & ellipse. And I don't know I should design class circle inherit from class ellipse or...
It said that C++ have disadvantages like as multi-inheritance. Because modern languages (C#, Java) don't use multi-inheritance, and they replace...
Thank alot. I will try. I sent a message to you about uml tool you are using. Please see it in the picture:...
I declare a struct: struct ABC { int a; int b; char c; in d; } I use VC++ compiler. In main, I call function sizeof(ABC) and it...
Separate names with a comma.