User profile: TheManx

User info
User name:TheManx
Name:John
Location:Toronto, Canada
Bio:Started programming as a hobby in 1979 in BASIC & 6809E Assembler. Did amazing things in those languages including expanding my ROM based language interpreter with 24 new commands and 12 new functions. I also expanded my ROM based OS to increase drive capacity and speed and installed new print driver functionality into those ROMS.

I turned that into a 35+ year career in the IT industry primarily in software development. Industry demands have pulled me away from the languages I'm most interested in like C++ and I'm just getting back to them now.

I've learned C & C++ on a rudimentary level which is to say I can read the code and build simple things. I want to grow up .. in C++
Statistical data
Birthdate:Jan 1, 1964
Gender:Male
Occupation:Programmer
Skills:BASIC
Visual Basic
VB .NET
Assembly
Java
C#
Javascript
Python
C#/.NET
ASP
History
Joined:
Number of posts:8
Latest posts:

destruct of container
There is a caveat I'd like to add, Vector is one of the Standard Template Library classes that help ...

about shared_ptr
Adding to what Seeplus and Keskiverto have already provided, here is how your code would need to loo...

sequential access / sequential containers?
Take it back to the most basic definition... Think of your iTunes songs in alphabetic order... Rig...

How do I write a do...while loop in a class.
In one of your previous posts you said.... Theres the answer your looking for I've gotten this far...

C++ approach to handling collections
Thank you Gentlemen all. JLBorges, you really made the point clearly and simply. Thanks for the exa...