-
-
I installed mysql-5.1.24 in my computer which is on windows XP home edition pack 2. When
the program ran to the last step of MySQL Server instance ...
-
I need to send a popup alert to some admin pc's. Some of them are running Vista that doesn't support "Net
Send" (thanks MS). A ...
-
Please recommend me a network inventory tool.
I need to get reports about hardware & installed software on every PC in my office network…
...
-
Anyone can recommend a free software to rip DVD free without adding any watermark to the video?
Thanks!
-
Can a copy constructor accept an object of the same class as parameter, instead of reference
of the object?
-
Is the default constructor for class Fred always Fred::Fred()?
-
Is there any difference between List x; and List x();?
-
What is "placement new" and why would I use it?
-
Should I explicitly call a destructor on a local variable?
-
Can I overload the destructor for my class?