Search:

Type: Posts; User: TheUnknownFacto

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    1,805

    The tutorials given on the cprogramming.com...

    The tutorials given on the cprogramming.com website :)
  2. Replies
    6
    Views
    1,805

    Awkward problem in learning c++

    Hello all, some of you may have seen me around these forums with some 'noobie' questions a few weeks back. I haven't really posted since.

    The reason for that is because I keep getting stuck in the...
  3. I think I'm starting to understand it (though...

    I think I'm starting to understand it (though it's still quite confusing in my mind).

    char* indicates a pointer to a something.
    argv[] indicates an array

    So, the type of argv[] would be char*,...
  4. Website tutorial; Command line arguments

    SO yeah I'm still working on the tutorial, still happy with it in general :) Now I came to lesson 14 about command line arguments. It's all pretty simple, and I didn't have much of any problem going...
  5. Thanks to everyone for the replies, personally I...

    Thanks to everyone for the replies, personally I havent really worked in team projects much before, but I can imagine how OOP would make a difference. Also thank you for the AI characters example,...
  6. [newb] Can someone explain the advantages of OOC?

    As the thread title says, I'm looking for someone who can explain the advantages of object oriented coding to me.

    I have a background in PHP, got certified in it, but I never managed to figure out...
  7. Replies
    6
    Views
    2,269

    Correct me if I'm wrong, but pointers do not only...

    Correct me if I'm wrong, but pointers do not only store memory addresses, but are also stored at a memory address, so reading the question the way it's writting in the "shorter" form (The way it's...
  8. Replies
    6
    Views
    2,269

    The problem is more so that the "question" goes...

    The problem is more so that the "question" goes from:


    To:



    For the above, my guess would be "a;", the lower should be "&a;", am I still right there?
    (the problem is that the questions are...
  9. Replies
    6
    Views
    2,269

    Website tutorials (Pointers quiz)

    Hello all, I'm pretty new here, in fact, I'm as new as they get. I hope to become a more familiar face around here as time goes by, anyway, that's all off topic.

    I'v been going through the...
Results 1 to 9 of 9