Search:

Type: Posts; User: helloworld922

Search: Search took 0.11 seconds.

  1. Re: Help starting program, need done by Nov 4

    what's with all the *'s?
  2. Re: Help starting program, need done by Nov 4

    A simple guide to arrays:

    Arrays are declared like this:

    type[] var_name;
    type is any type you want, and var_name is any variable name you want (just like any other variables).

    To create an...
  3. Re: Help starting program, need done by Nov 4

    What have you done?
Results 1 to 3 of 3