User profile: StMick

User info
User name:StMick
Bio:As of 2018
- Enjoy learning C++ in my free time
Statistical data
Gender:Male
Occupation:Other
Skills:Accounting
History
Joined:
Number of posts:26
Latest posts:

Constructor Errors Between Classes
I'm building a LinkedList data structure with a nested Node class. The Node class within the LinkedL...

Undefined Reference to User Defined Type
Moving the constructor to the header file solved this compilation error. Thank you! Should all the ...

Undefined Reference to User Defined Type
Hello! I have built a LinkedList template class and am trying to test out its functions on a user...

Cannot access vector[0] index
Hello! Any advice on the code below would be appreciated. I keep getting a segmentation faul...

Map Insert Error
Thank you all - the curly brackets were all that was needed to successfully insert the pair into the...