Search:

Type: Posts; User: ZooTrigger1191

Search: Search took 0.01 seconds.

  1. How did you get started in programming?

    topic
  2. I guess when you really look at it. It really...

    I guess when you really look at it. It really isn't a singleton then. Also, I used an absolute directory in fout.open( ) because when I just typed in "Information.txt" it didn't work for some reason.
  3. Trigger Programming: Grade my coding!!

    Hello guys, I haven't programmed in three months and I'm re-learning C++ in order to move on to SDL and program some games. I've made this program featuring the use of singleton(sorta) and file...
  4. Life, The Universe, and everything else

    Life, the Universe, and everything else. Things that can't be explained would fall under the category of everything else. The Universe consist of everything else. The Universe is the giant mystery....
  5. Replies
    1
    Views
    1,356

    Include(#directive) problems

    I've looked over the code and everything looks fine. It won't compile though.
  6. Replies
    4
    Views
    2,818

    Instead of this...... /* get a handle to...

    Instead of this......



    /* get a handle to the bitmap */
    hMainBMP = LoadBitmap(hInst, "MainBMP");

    if(hMainBMP == NULL)
    MessageBox(NULL,...
  7. Replies
    2
    Views
    1,110

    Novacain. You were right. Thanks for the help. I...

    Novacain. You were right. Thanks for the help. I made that small program because I was having trouble with a larger program. I made the necessary changes in the larger program and the problem still...
  8. Replies
    2
    Views
    1,052

    I guess so......

    I guess so......<insert fake laugh here>
  9. Replies
    2
    Views
    1,110

    Problem with bitmap loading.

    I seriously don't know whats wrong with the code. Everything looks fine but the bitmap would be displayed.
  10. Replies
    2
    Views
    1,052

    Rate my program

    Just wanted you guys to take a look at a code I made with template bubble sorting. I hope you guys have interesting suggestions that could perhaps better my code.
  11. Replies
    1
    Views
    1,204

    Template Sorting Problem

    I've looked over my code several times and I'm unable to find out what I did wrong. It looks ok to me. Its suppose to set all of the elements of the array to random numbers under 100 and then sort...
  12. Replies
    5
    Views
    2,736

    but I don't want to.......

    but I don't want to.......
  13. Replies
    5
    Views
    2,736

    Try placing it all in a .cpp file and then attach...

    Try placing it all in a .cpp file and then attach it to your post. I can't read it correctly from there.
  14. Replies
    25
    Views
    4,133

    Well, its OpenGL code. It probably takes long to...

    Well, its OpenGL code. It probably takes long to read.

    I'm going to download it now.
  15. Replies
    8
    Views
    1,660

    my bad, replace if( !Buffer ) with if(...

    my bad, replace if( !Buffer ) with if( (strlen(Buffer))==0)
  16. Replies
    8
    Views
    1,660

    or #include #include ...

    or



    #include <iostream>
    #include <fstream>

    int main()
    {
    char Buffer[80]
  17. Replies
    8
    Views
    1,660

    Heres a better way [code] #include ...

    Heres a better way

    [code]
    #include <iostream>
    #include <fstream>

    int main()
    {
    char *Buffer;
    ifstream fin;
  18. Some advice to future responders. If you have...

    Some advice to future responders. If you have some minor to say just PM me. The whole point of me posting this topic is to get this problem resolve. Not to better my english.

    Note: I was in a rush...
  19. How to correctly implement random decimals?

    I've been experimenting with this method for the last five minutes and it hasn't properly produced what exactly I want. I want a program that outputs 10 random decimal numbers. All of the decimal...
  20. What inspired you to become a computer programming?

    For most people its an inactive social life which causes their love for computers to grow quickly. For me....well....its an inactive social life and the desire of game making.

    What inspired you to...
Results 1 to 20 of 20