Search:

Type: Posts; User: -Dan-

Search: Search took 0.01 seconds.

  1. Replies
    10
    Views
    2,209

    I'd like to finish off learning C++ first, I dont...

    I'd like to finish off learning C++ first, I dont want to confuse myself... I've been making a maths game as well, I'd post the source here but I'm getting rid of a few useless bits.
  2. Replies
    10
    Views
    2,209

    What kind of things do I need to learn? I thought...

    What kind of things do I need to learn? I thought I had covered all of the non-os dependant stuff :( Thanks for the link... I'll have a look at the stuff there
  3. Replies
    10
    Views
    2,209

    24 1 hour sessions. It was a really good book,...

    24 1 hour sessions. It was a really good book, I'll post the content of each hour:

    1: Getting started
    2: The parts of a C++ program
    3: Variables and constants
    4: Expressions and statements
    5:...
  4. Replies
    10
    Views
    2,209

    What is a good book for windows programming

    I've recently finished learning non-os dependant programming from the book "Teach yourself C++ in 24 hours". And I now want to go onto programming in windows rather than using the console all the...
  5. Thread: rand() trouble

    by -Dan-
    Replies
    3
    Views
    1,080

    Aaaah cheers!

    Aaaah cheers!
  6. Thread: rand() trouble

    by -Dan-
    Replies
    3
    Views
    1,080

    rand() trouble

    I'm having a bit of trouble using the random function rand(). It does kinda generate random numbers but its always the same numbers in the same order when the program starts. I read about this...
  7. Replies
    5
    Views
    1,447

    I cant get functions to work!

    I've made a simple console game just for fun, but I cant get random() or mult() to work.

    Heres the code how it would work:



    #include <iostream.h>
    #include <fstream.h>
    #include <iostream>...
  8. Replies
    5
    Views
    1,149

    Ah thank you. Now I should be able to understand...

    Ah thank you. Now I should be able to understand these tutorials a bit better. :)
  9. Replies
    5
    Views
    1,149

    So each 'object' has certain attributes, and a...

    So each 'object' has certain attributes, and a class lets me use those attributes with something else?
  10. Replies
    5
    Views
    1,149

    OOP and Classes Help

    I'm very new to C++ and I am having trouble understanding what Object Orientated means and what classes are and what they do.

    I would be really grateful if someone could help me to understand...
Results 1 to 10 of 10