User profile: CuttinEJ

User info
User name:CuttinEJ
Email:cejohnsonsr@cableone.net
Name:Charles E Johnson Sr
Location:Joplin, Mo
Bio:I'm an old, retired, disabled Marine who went to college too late to do me any good. I know a little about a lot of things, but I never really had a chance to develop any skill to mastery. This is mostly a hobby now, intended to occupy my time, but I'd be very pleased if I could become proficient enough to create something or contribute to someone else's work. I have a dual boot system with Win10 and Linux Mint. I intend to use Qt in order to create applications that can be run on both platforms. I intend to do all the development in Linux.
Statistical data
Birthdate:Dec 16, 1958
Gender:Male
Occupation:Other
Skills:PHP
C++
Visual Basic
Perl
C++/MFC
Assembly
Java
Javascript
History
Joined:
Number of posts:5
Latest posts:

Meaning of the & in the Classes II example
Thank you, mbozzi! That's really helping me make sense of it. So my 1st guess was pretty close to co...

Confused about dynamic memory allocation for arrays
It seemed to me that the code example only demonstrated how to dynamically assign the size of an arr...

Meaning of the & in the Classes II example
That actually didn't help me to understand what's happening. If I take out all the text output and d...

Meaning of the & in the Classes II example
I think I finally get this. result = foo+bar; ...is actually 2 separate operations. 1st, the CVect...

Meaning of the & in the Classes II example
In the Classes II example there is CVector&. I'm not sure exactly what the & means in this context. ...