Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
C++ Project, need all the help i can get!
#2
So first thing, you need to initialize the array. Fortunately, this is pretty simple, as you already know the size of both dimensions.
Code:
float[94][50] court;

Should probably do it unless I'm mixing up c++ syntax. The next step is populating the array with values - which should be pretty simple to do once the data is loaded in.
Reply


Messages In This Thread
C++ Project, need all the help i can get! - by Kabanaw - 2014-05-01, 03:39 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)