Search:

Type: Posts; User: grumpy

Search: Search took 0.05 seconds.

  1. Replies
    4
    Views
    2,054

    The best way to resolve the error would be to...

    The best way to resolve the error would be to avoid having a vector of char *'s that shadows main's argv. That is crappy design, despite the fact you claim to have other code that works perfectly...
  2. Replies
    4
    Views
    2,054

    The purpose in making a member private is to...

    The purpose in making a member private is to prevent any other code (including in derived classes) from directly modifying it.

    If you really want direct access to the member, then make it public...
Results 1 to 2 of 2