Search:

Type: Posts; User: Enzo

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    1,878

    Precompiled header syntax error.

    Hi, I'm programming a small Pinball game using codeblocks and SDL library. I have 6 sources and 7 headers, both in separate folders inside the project. 'main' is inside the project folder, separate...
  2. Thanks grumpy, you helped me solve my problem. I...

    Thanks grumpy, you helped me solve my problem. I had to rethink a bit the hierarchy. Now Widgets doesn't inherit from Control, because it didn't make sense for the timers class to inherit the...
  3. Question regarding Polymorphism and how to implement it.

    Hello! I'm trying to design a very simple GUI which has the following hierarchy:
    View
    Frame
    Control
    Widgets Timers
    Label
    TextBox
    Button

    Frame has a map which...
  4. Replies
    5
    Views
    1,240

    You made me notice something quite surprising to...

    You made me notice something quite surprising to me there. I didn't know it could be different "at compile time" and I'm really not sure why does it happen. I used the printf and it said...
  5. Replies
    5
    Views
    1,240

    C newbie needing help.

    Hi, I'm new to C, and I'm trying to write a program in which I need the user to input a series of numbers separated by spaces. So far I've been able to read this input by using scanf() an array and a...
Results 1 to 5 of 5