Search:

Type: Posts; User: AlwaysConfused

Search: Search took 0.00 seconds.

  1. Replies
    10
    Views
    1,153

    Thanks again :-D

    Thanks again :-D
  2. Replies
    10
    Views
    1,153

    Thanks for all the input. I have this now as my...

    Thanks for all the input.
    I have this now as my code and it seems to do what I was looking for.



    #include <iostream>
    #include <string.h>

    using namespace std;
  3. Replies
    10
    Views
    1,153

    Cool thanks. I think that solved a lot of...

    Cool thanks.

    I think that solved a lot of confusion for me.

    So, when I use a pointer for a char array I can put and remove data from it by using the pointer as opposed to playing with the array...
  4. Replies
    10
    Views
    1,153

    Problems with a pointer

    Hi there,
    I am starting out with the C++ (like everyone else) and I am experimenting trying to become a little more familiar with it.

    Right now I am playing with pointers. From what I understand,...
Results 1 to 4 of 4