Search:

Type: Posts; User: dmanniteaux

Search: Search took 0.02 seconds.

  1. Command line args c strings vs c++ strings

    Thanks this explained alot!!

    As a followup question:

    An example of how I run my program is
    ./Game -p John h

    Where -p signifies the input of a user defined player name John (the John...
  2. Modifying Private Members of a base class

    Hi,


    I am having trouble modifying a private member of a base class when using inheritance. Can please shed light on why this doesn't work and explain a workaround if one is needed.



    class...
Results 1 to 2 of 2