Search:

Type: Posts; User: Meloshski

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    964

    Oh my god... I think im just going to go shoot my...

    Oh my god... I think im just going to go shoot my self and save the world some of my stupidity.

    Thanks
  2. Replies
    2
    Views
    964

    Ok, Im confused

    Ive written a tetris clone one of my first reall programs. While I used a tutorial to get the basic outline and functions I didnt use there code. After several days of learning GDI calls I finaly...
  3. Replies
    3
    Views
    859

    Im guessing your talking about windows msdn...

    Im guessing your talking about windows

    msdn c++ windows icon

    There are alot more out there, might try searching goodle for setting up window classes and there arguments.

    ~Meloshski
  4. Replies
    20
    Views
    15,009

    Looking though your code there were several...

    Looking though your code there were several gramatical errors, they were pretty easy to miss since the way the code is layed out its hard to see what belongs where. I added a few comments where i...
  5. Replies
    6
    Views
    1,420

    Here is a tutorial on basic functions Section...

    Here is a tutorial on basic functions Section 2.2
    Functions
  6. Replies
    5
    Views
    1,223

    Am i even qualified to answer this? You might...

    Am i even qualified to answer this?

    You might want to think about adding some arguments to those functions as well so you at least know what you need to pass too them when you get around to...
  7. Replies
    15
    Views
    4,457

    As %'s said that ch has to start at 'A' every...

    As %'s said that ch has to start at 'A' every time so adding row to it is bad. yet you want to have it only disply a diminishing number of letters each round.

    If you read your for loop out
    For...
  8. Replies
    31
    Views
    16,207

    forgive me my ignorance but, in this case wouldnt...

    forgive me my ignorance but, in this case wouldnt it be easier to use gets instead of fgets?

    Even though it dosnt have built in array overrun you could always just code in an if statement to tell...
  9. Replies
    23
    Views
    2,220

    That kinda kills the point of OOP and lower...

    That kinda kills the point of OOP and lower memory usage for variables not often used?

    ~Meloshski
  10. Replies
    4
    Views
    1,708

    Thanks Emmanuel that clears up my confusion...

    Thanks Emmanuel that clears up my confusion about what I was seeing. And why I couldnt find the actuall function that did the work.

    ~Meloshski
  11. Replies
    4
    Views
    1,708

    Header question

    Allos all, I have a question about header files.

    Ive been reading and working through a couple books now and I hit a chapter about makeing my own header files. This got me intrested in exactly...
Results 1 to 11 of 11