Search:

Type: Posts; User: Elkvis

Search: Search took 0.02 seconds.

  1. Replies
    7
    Views
    3,305

    so to extend this: const char *const pch =...

    so to extend this:


    const char *const pch = right;

    would be a const pointer to const data, correct?
  2. Replies
    7
    Views
    3,305

    const is an entirely compile-time concept. if...

    const is an entirely compile-time concept. if anything, it would require greater time to compile, but I seriously doubt it. the runtime performance would be identical, and possibly better in some...
Results 1 to 2 of 2