Search:

Type: Posts; User: Aeroren

Search: Search took 0.00 seconds.

  1. Having a class function call a function outside the class

    This is a bit hard to explain, and i'm not even sure this is possible in C++, but here it goes.

    Imagine I have a class "Level" for a tetris game. One function in this class is called "CheckLines"...
  2. Replies
    2
    Views
    2,960

    Why, yes :) Thank you.

    Why, yes :) Thank you.
  3. Replies
    2
    Views
    2,960

    Custom variable types in C++

    Is there an (easy) way to declare a custom variable in C++? I'm new to the language, but I know how to program in Delphi.

    In Delphi, an example would be:



    type
    TCard = (A, 2, 3, 4, 5, 6,...
Results 1 to 3 of 3