Search:

Type: Posts; User: Chiel

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    4,172

    how to initialize a new array

    I am struggling with a problem about automatically initializing an array and checking if memory is available for the array.

    I have created a Class that creates an array. An object of this class is...
  2. Replies
    6
    Views
    1,665

    This is done in Init_Amount , Amount = 0 Or is...

    This is done in Init_Amount , Amount = 0

    Or is this the wrong location to do this?
  3. Replies
    6
    Views
    1,665

    linker error, using static member

    Hello guru's,

    >Studying C++: I am trying to understand static members in classes. I am getting a linker error when I try to compile the code below.
    I am pretty sure the linker error is related to...
  4. Q: what is a pointer to a pointer (**) and Call By Reference

    :?
    Hello,

    Recently I have started studying C and C++. Right now I am stuck, trying to understand call by reference methodology.

    I have a small program that glues two strings to eachother.
    I...
Results 1 to 4 of 4