Search:

Type: Posts; User: asilter

Search: Search took 0.01 seconds.

  1. Replies
    7
    Views
    2,552

    ok, thanks.

    ok, thanks.
  2. Replies
    7
    Views
    2,552

    so you say ok_flag and time_range are boolean...

    so you say ok_flag and time_range are boolean members(variables) of some base class, and prefix is another member(variable) of some base class. if they are not the members of base class why not...
  3. Replies
    7
    Views
    2,552

    ok_flag and time_range are the variables, and...

    ok_flag and time_range are the variables, and prefix is a class.

    did i understand correctly?
  4. Replies
    7
    Views
    2,552

    What does these lines do after ":" mark?

    i'm trying to read and understand a .cc (c++)file,
    i want to know what does ok_flag(false),time_range(false),prefix() do after ":" ?
    I did know that ":" was being used for class inheritance but...
  5. Replies
    1
    Views
    1,690

    Address out of bounds when returns

    Hi,

    I'm trying to assign variables where vpSec0 points.



    void * vpSec0 = NULL;
    CreateHVFESection0(vpSec0);
Results 1 to 5 of 5