21 years, 7 months ago
Highlights
Is getting wasted if you are of legal age every weekend legal? Sure, but that doesn't make it the best thing to do, especially later on down the road. ;) Likewise, don't vo…
21 years, 7 months ago
21 years, 8 months ago
In C++, is a constructor for a class simply there to set a "default value"? For example: class CRect() { int x, y; public: CRect(int x, int y); // constructor? }; CRect::CRect {…
21 years, 7 months ago
I'm working my way through some Win32 tutorials and ran across a question. The program displays a dialog box with the path of itself. The tutorial says to do it like this: C++ c…
21 years, 8 months ago
Is there any way to assign a default value to an item within a structure? When I try to compile this, the Dev-C++ tells me "7 C:\dev\structures.cpp ISO C++ forbids initializatio…
21 years, 8 months ago
Latest Activity
See all in DiscussionsIn C++, is a constructor for a class simply there to set a "default value"? For example: class CRect() { …
21 years, 7 months ago
Is getting wasted if you are of legal age every weekend legal? Sure, but that doesn't make it the best …
21 years, 7 months ago
I'm working my way through some Win32 tutorials and ran across a question. The program displays a dialog box with …
21 years, 8 months ago