Search:

Type: Posts; User: PenLix

Search: Search took 0.00 seconds.

  1. Replies
    22
    Views
    2,402

    yep! look basically i have no idea how to make...

    yep! look basically i have no idea how to make the classes... :/
  2. Replies
    22
    Views
    2,402

    :/ For example in the Car class what private data...

    :/ For example in the Car class what private data you think i should have? :/
  3. Replies
    22
    Views
    2,402

    xaxa :P joking...? where is OOP? totaly different...

    xaxa :P joking...? where is OOP? totaly different languages!!! its not the same way i must think... :'(
  4. Replies
    22
    Views
    2,402

    sure! i know quite well C(past 2 years) so this...

    sure! i know quite well C(past 2 years) so this is super easy. Look, the real problem i have with C++ is when defining the classes and the data(private), mehtods(public)... :/ i stack there and cant...
  5. Replies
    22
    Views
    2,402

    In the Dimension class i can get this # by the...

    In the Dimension class i can get this # by the method GetDimension()...no?
  6. Replies
    22
    Views
    2,402

    this is exactly what is says: "the program must...

    this is exactly what is says: "the program must have a class Car and you must make this way so the main's code and the Cars code will be the same regardless from the dimensions we have"
  7. Replies
    22
    Views
    2,402

    mmm...ok! so, i think i will have 3 classes. can...

    mmm...ok! so, i think i will have 3 classes. can you help a bit with the private/public data/methods ? :/


    class Car{
    private:

    public:
    void InitializePos();
    void Move();
    ...
  8. Replies
    22
    Views
    2,402

    Well, i' ll try to translate it caz its in greek...

    Well, i' ll try to translate it caz its in greek language :P

    We have made in class a program that simulate 2 cars that they move randomly in a 1-dim array untill they collide. Use this program so...
  9. Replies
    22
    Views
    2,402

    Basically this is what i first thought and this...

    Basically this is what i first thought and this is logical...but i really dont know what exactly i must do. The proffessor is so strange so i cant ask him...nevermind this is another part...

    Any...
  10. Replies
    22
    Views
    2,402

    Cars moving in a d-array

    Hello everyone,

    i am new to the forum and would like to ask a question. I would like to write a program where i have 2 cars and they are moving in a d-array. I had made a same program where i had...
Results 1 to 10 of 10