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...
#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...
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...
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.