User: CrashMeister

  • Public profile

User profile: CrashMeister

User info
User name:CrashMeister
History
Joined:
Number of posts:21
Latest posts:

The keyword 'static'
The static declaration on member variables declares global data. Sometimes global data is required, ...

Beginner! Please help explain what each line of code means?
"It replicates the use of * in Python." Which doesn't make much sense in C++

function on left of = operation in c++ still works why?
A minor point, if j is a reference as declared, *j would be an error. It's true that the underlying...

virtual destructor
MiiNiPaa, I've been a C++ developer since 1987, and for decades....DECADES...it was NOT defined beha...

virtual destructor
You're approaching the right track. Here's the reason for virtual destructors (pure or not). [code...

This user does not accept Private Messages