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...
Separate names with a comma.