Search:

Type: Posts; User: weezer562

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    1,200

    ...

    oh ok i see....makes more sense now....thanks for the help...
  2. Replies
    5
    Views
    1,200

    Have a really basic easy question..

    im trying to get ready for my test tommorow. And well giong over my old labs....I came to this..
    I have these to function defs....


    void CharSet::Add(char Value)
    {
    Contents[Value - 'A'] =...
  3. Replies
    1
    Views
    875

    Help getting started

    well the assignment is to develop an abstract type for handling characters. Only handling 26 capital letters. I have this need help with CharSet.cc



    //CharSet.h

    class CharSet
    {
    ...
Results 1 to 3 of 3