User profile: TechNewbie

User info
User name:TechNewbie
History
Joined:
Number of posts:18
Latest posts:

two dimensional arrays in a class
I just realized that 2d arrays must be filled in by rows first and then column. What I want is to h...

two dimensional arrays in a class
Hi Firedraco - Isn't int [a][b] that the first bracket contains rows and the second column? So i...

two dimensional arrays in a class
yes, i did and got multiple errors. I tried the code above, and it seems to compile and build on ...

two dimensional arrays in a class
Hi. First, I want to create a two dimensional array. It is 50 rows by 2 columns. The first colu...

Getting the closest value in an array
Hi there - thanks so much for the suggestions! The date is sorted ascending order. I'm trying to...