CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: zachlac

Search: Search took 0.03 seconds.

  1. Replies
    7
    Views
    5,901

    Re: C++ class separation question

    Thank you, I thought it would be something like that. Makes sense, I'll have to read up on it....

    Thank you all for your help.
  2. Replies
    7
    Views
    5,901

    Re: C++ class separation question

    Thank you guys (and gals, possibly) for replying. I guess it's unfair for me to expect a perfect answer, since it's hard to give enough detail here without posting everything. Let me think out loud...
  3. Replies
    7
    Views
    5,901

    Re: C++ class separation question

    I undestand how container classes work, it just seems like SerialPort and SerialPortImpl do the exact same thing. It looks to me like the authors defined a class, defined another class that does...
  4. Replies
    7
    Views
    5,901

    Re: C++ class separation question

    EDIT: The SerialPortImpl class inherits from a PosixSignalHandler class, whereas the SerialPort class does not. The definition looks like this:

    class SerialPort::SerialPortImpl : public...
  5. Replies
    7
    Views
    5,901

    [RESOLVED] C++ class separation question

    Hello,
    I'm working on modifying a current C++ library, libserial, and I'm trying to understand something. In its implementation, this library has a class, SerialPort, which contains all of the...
Results 1 to 5 of 5





Click Here to Expand Forum to Full Width

Featured