Search:

Type: Posts; User: chronoz13

Search: Search took 0.08 seconds.

  1. Replies
    18
    Views
    2,191

    [SOLVED] Re: Arrays being initialized from another class

    oh i didnt notice that very carefully, -_-, i just assume that he got an initializing problem. :(
  2. Replies
    18
    Views
    2,191

    [SOLVED] Re: Arrays being initialized from another class

    local variables are different from data members(or Global variables), a local variable should be initialized before you use it else where inside methods, so the compiler will have the idea what are...
Results 1 to 2 of 2