C++ or SourcePro Type | Initial Value |
---|---|
RWCString | RWCString() |
std::string | std::string() |
RWDecimalPortable | 0 |
All time values set to 0 | |
bool | false |
float | 0.0 |
double | 0.0 |
int | 0 |
long | 0 |
short | 0 |
unsigned int | 0 |
unsigned long | 0 |
unsigned short | 0 |
RWDate | RWDate::now() (which is the current date and time) |
RWDateTime | RWDateTime::now() (which is the current date and time) |