Search:

Type: Posts; User: sudox

Search: Search took 0.00 seconds.

  1. Replies
    7
    Views
    1,425

    Assuming your call to DrawImage is supposed to...

    Assuming your call to DrawImage is supposed to pass the SDL_Surface array you want to pass it as Pac instead of Pac[4]. Pac[4] would pass only the 5th (and non-existant) cell.
  2. Replies
    8
    Views
    2,712

    Okay, I'll look into it; thanks :P

    Okay, I'll look into it; thanks :P
  3. Replies
    20
    Views
    5,888

    Ahh I wasn't aware of that, but why do other...

    Ahh I wasn't aware of that, but why do other languages do it? It doesn't make sense... so say the programming Gods (C++ developers)
  4. Replies
    20
    Views
    5,888

    [DEBATE]int main VS void main?

    I know the difference between these two setups, but I would like to start a debate thread here to see what people prefer and why. I've read tutorials that will write the main function as void and...
  5. Replies
    8
    Views
    2,712

    Well I distribute my program via Mediafire and so...

    Well I distribute my program via Mediafire and so I'd like to keep the size of the total program (archived and compressed in a .rar) <5MB
  6. Replies
    8
    Views
    2,712

    How heavy are those (in size)?

    How heavy are those (in size)?
  7. Replies
    8
    Views
    2,712

    Any tutorials or something I could consult for...

    Any tutorials or something I could consult for the API to do something as simple as storing a table with 2 columns?
  8. Replies
    7
    Views
    1,425

    I don't know how to write games or anything like...

    I don't know how to write games or anything like that, but I know some things about C++. In regards to the image collision, the images should have their own x,y coordinates no matter where they are,...
  9. To re-ellaborate on what Xupicor is saying... You...

    To re-ellaborate on what Xupicor is saying... You didn't write a default constructor.


    Circle() { };

    Once you write a constructor C++ stops making a default for you. Since your code in main...
  10. Thread: Commenting Style

    by sudox
    Replies
    6
    Views
    2,517

    The book Practical C++ Programming covers...

    The book Practical C++ Programming covers practical commenting methods, style, and appropriate usage; despite code mistakes and some less-than-acceptable coding methods, the commenting style covered...
  11. Replies
    8
    Views
    2,712

    Storing data in table format (Without SQL)

    Is it possible to store data in a file in a table-like format (similar to SQL) but without SQL? I don't want my user to have to run a SQL server to run their program (that would be ridiculous), but...
  12. Replies
    3
    Views
    1,145

    I'm looking into FLTK and don't worry rogster001...

    I'm looking into FLTK and don't worry rogster001 I won't be bothering you :D I prefer to figure these things out on my own....
  13. Replies
    3
    Views
    1,145

    Suggestions in regards to GUI

    I've got a program that I've been working on for nearly a year now. It is a console based flash card program, respectively titled Virtual Flash Cards (VFC). I've written the entire program in C++ and...
Results 1 to 13 of 13