Search:

Type: Posts; User: chopficaro

Search: Search took 0.10 seconds.

  1. Re: non static varible from static context error

    i got it
    sorry for the dumb questions lol i just have been doing alot of procedurally oriented programming lately not much object oreinted
    i still dont know how to pass an ampersand as part of a...
  2. Re: non static varible from static context error

    wait nm i got it im dumb i nedded to pass it an empty strin, chich sems kind of wierd
  3. Re: non static varible from static context error

    omfg ur right holy fuck im dumb
    ok but still, its confusing, how i get rid of this error?
    if i make the variable static i cant change it
  4. Re: non static varible from static context error

    because if i put it in main() it would pass to the constructor as local value not reference and would not change, i want test to be changed by the constructor and then go back to main after the...
  5. non static varible from static context error

    in this class i have a constructor and a main() function for testing the constructor
    theres a couple things stopping me from testing it in the command prompt tho
    the post data is a string with an...
Results 1 to 5 of 5