Search:

Type: Posts; User: Hitachi

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    783

    Some confusion with resources.

    Having a few problems with resources. Im just getting the basics on Windows programming and I want to get the resources to work to see if im understand this any better. I have some code below, and a...
  2. Replies
    9
    Views
    1,922

    class error?think?

    class color {
    public:
    void getColor();
    int setColor();
    private:
    int color;
    };

    void Color::getColor(char color)
    {
Results 1 to 2 of 2