User profile: Mobius1

User info
User name:Mobius1
Old user name:Stimson
History
Joined:
Number of posts:32
Latest posts:

Recursion and Linked Lists
Hi guys. Quick question for anyone who can help. I have a Binomial tree, three layers deep. (hopefu...

Extracting numbers
Just use substrings to parse the string. Read the number in as a string, [code] string input = "bal...

SUBSTRINGS!!!
Can you provide your output? String parsing is fun, basically it goes as follow. parsed = str.subst...

Passing Data Between Classes Using Pointers
Yeah I realize that the code is weird. To be honest I didn't really put any time in writing that sni...

Passing Data Between Classes Using Pointers
I am having the darnest time passing data between two classes Okay, so I have two classes, Class A ...