Search:

Type: Posts; User: hk_mp5kpdw

Search: Search took 0.05 seconds.

  1. Replies
    3
    Views
    1,334

    Click on the "edit" button in the post you wish...

    Click on the "edit" button in the post you wish to delete. From there you'll have options to delete a post.
  2. Replies
    3
    Views
    1,334

    void setName(string a) { name = a; } string...

    void setName(string a)
    {
    name = a;
    }
    string getName(void)
    {
    return name;
    }
    void setCalories(int b)
    {
Results 1 to 2 of 2