Search:

Type: Posts; User: Vermillion

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    2,791

    Adding More Array Elements?

    On PHP, you can add more elements to your array with different methods. My preferred method is:


    person[1] = "James";
    person[2] = "Andy";

    person[] = "Nick"; //Notice there is no number inside...
  2. Replies
    9
    Views
    1,664

    Command Line On C++'s Main Function.

    Hey guys. Unfortunately, I am C++ Newb. I have only been learning it for about 6 months or so.

    Anyways back on the road, will I ever need to use a complete Main function deffinition in programs...
  3. On almost every forum you will visit, you will...

    On almost every forum you will visit, you will see that moderators moderate a specific section or forum in a site. Super moderators moderate everything and may have other powers (like promote other...
Results 1 to 3 of 3