User profile: RubyDave

User info
User name:RubyDave
Name:David R. M.
Location:Minnesota
Bio:I was born in a test tube. They put me in a forest and then the Pythonians programmed my brain. I've just recently hit Program-hood, so now I'm mainly moving to C++.
History
Joined:
Number of posts:4
Latest posts:

Question about bracket style
This is kind of a useless thread but w/e. In all of your programs, do you use the first option, or t...

Why does this 2[d] array crash when 'fill' command is used?
[code] class b { public: string boardinfo[3][3]; } o_tic; fill(&o_tic.boardinfo...

Can't find why my 'for loop' is out of range
Next time, could you please try the code before guessing what's wrong. I've surrounded the aforement...

Can't find why my 'for loop' is out of range
The code I'm focusing on is the code between the '//Start' and '//End' comments. I am creating a ...