User profile: KittyIchigo1

User info
User name:KittyIchigo1
Name:Chichi
Location:United States
Bio:I love to knit and play videogames.

Currently in college and I'm not really sure what I want to do with a Computer Science degree, but all I know is that I really love programming!
Statistical data
Birthdate:Mar 6, 2001
Gender:Female
Occupation:Student
Skills:C++
History
Joined:
Number of posts:55
Latest posts:

How to compare an int variable name to a string?
So for example, I want to compare the name of an int variable to a string, and if the name of the va...

Help Understanding this code sample
Nevermind, I've figured it out...it has to do with the ?: operator. Thank you all so much for the he...

Help Understanding this code sample
[code] while(insertIterator) { parent = insertIterator; insertIterator = data ...

Help Understanding this code sample
I saw this on Stack Overflow and wanted to understand it a bit more. [code] void Tree::insert(...

Help Understanding try and catch
Hello! For some reason, I just can't wrap my head around this despite reading multiple articles. I...