| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 3 years, 4 months |
| seen | May 25 at 14:44 | |
| stats | profile views | 1,158 |
/**
* Default constructor
* INPUT PARAMETERS: none
* INPUT/OUTPUT PARAMETERS: none
* RETURNS: n/a
*
* Initializes the instance.
*/
UselessCommentsDemo::UselessCommentsDemo()
: data( NULL )
{
}
/**
* Destructor
* INPUT PARAMETERS: none
* INPUT/OUTPUT PARAMETERS: none
* RETURNS: n/a
*
* Does nothing.
*/
UselessCommentsDemo::~UselessCommentsDemo()
{
}
/**
* Copy constructor
* INPUT PARAMETERS:
* other -- an instance of this class
* INPUT/OUTPUT PARAMETERS: none
* RETURNS: n/a
*
* Initializes the new instance as a copy of the other instance.
*/
UselessCommentsDemo::UselessCommentsDemo(const UselessCommentsDemo& other)
{
this->data = other.data;
}
|
|
Stack Overflow | 4,033 rep | 42041 |
|
|
Web Applications | 178 rep | 3 |
|
|
Programmers | 161 rep | 3 |
|
|
Server Fault | 153 rep | 5 |
|
|
English Language and Usage | 143 rep | 17 |
| Good Answer × 3 | Yearling × 3 |
| Taxonomist | Famous Question × 3 |
| Popular Question × 13 | Notable Question × 5 |
| Nice Answer × 9 | Nice Question × 6 |
| Revival | Excavator |
This user has no active bounties
| all time | by type | ||||
|---|---|---|---|---|---|
| 403 | up | 74 | question | ||
| 24 | down | 353 | answer | ||