Search:

Type: Posts; User: MasterM

Search: Search took 0.01 seconds.

  1. Replies
    7
    Views
    4,599

    Sorry my mistake, did not see that And between...

    Sorry my mistake, did not see that
    And between Thanks to everyone that helped me.
  2. Replies
    7
    Views
    4,599

    Where can i find this downloadable manual?...

    Where can i find this downloadable manual?
    Thanks in advanced.
  3. Replies
    7
    Views
    4,599

    How do I fix this problem? And there is some...

    How do I fix this problem?


    And there is some part of your code I don't understand...
    that's this part of your code
    Text() : words("This is a text line") {}

    If I am not mistaking Text() is...
  4. Replies
    7
    Views
    4,599

    Passing variable from one class to another

    Hey,
    I have been trying to pass a class variable to another class but I have no clue how to do this...
    Here is the basic code I have been fighting with :
    #include <iostream>

    using namespace...
  5. Replies
    6
    Views
    1,259

    Whats the difference beween :: and .

    Hey,
    I noticed that i can use :: to access data in my class but i can also use . to acces data in my class.Now i ask whats the difference between :: and . in this case?
  6. Replies
    12
    Views
    2,980

    Class getter and setter functions help

    Hey all,
    I am searching the whole web for a good class getter and setter function tutorial but i cant seem to find any, i have lots of books but none of them talks about that...
    Can anyone help me...
  7. Replies
    2
    Views
    1,936

    Thanks

    Thanks for clearing that up for me :)
  8. Replies
    2
    Views
    1,936

    A basic question on enum

    Hey,
    I know that declaring a enum is done like this for example
    enum wind_directions_t {NO_WIND, NORTH_WIND, SOUTH_WIND, EAST_WIND, WEST_WIND};

    win_directions_t is the enum type(if i understood...
Results 1 to 8 of 8