Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~160 People Reached
About Me

Gah, Rachel told me what to put here so now I have to actually type something that means something coherent. Anyway, I'm a big Sci-Fi nerd. I enjoy playing 90s video games, watching 10 year-old anime and blowing things up. Happy Rachel? I've also burnt…

Favorite Forums
Favorite Tags
c++ x 1
Member Avatar for ryan.wood.1042032

I was coding up a class template a little while ago and I came across an error while debugging: error: invalid conversion from âstd::basic_string<char>*â to âcharâ [-fpermissive] It was in the code template <typename T> void ArrayList<T>::insert(const T& x, unsigned int i) { if (i >= m_max) cout << endl …

Member Avatar for NathanOliver
0
160