Search:

Type: Posts; User: cnsr

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    814

    A question about operator overloading

    I have a 3D vector class. I have overloaded operator *= such that it can take a scaler value on the right hand side. That is working fine.

    Now I have a second loaded operator* which takes a...
  2. Replies
    10
    Views
    1,816

    It's an interesting idea, g. I have qualifiers...

    It's an interesting idea, g. I have qualifiers which I append to variables (such as Ptr, Avg, Ttl, Count, and so on). My hope is to not have to use prefixes, and instead use scope and late variable...
  3. Replies
    10
    Views
    1,816

    Okay, thanks everybody.

    Okay, thanks everybody.
  4. Replies
    10
    Views
    1,816

    What do you think of this C++ naming convention?

    I'm getting started on my first large project, and I'm thinking of using the following convention:

    Classes, structs, enums, functions, and routines are in MixedUpperAndLowerCase.

    Variables and...
Results 1 to 4 of 4