CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: SubZeroGaming

Search: Search took 0.02 seconds.

  1. [HELP] Beginner c++ programmer, what's next?

    Hello,

    I have been studying c++ for approximately 1 month now. I have read 2 books, and have created numerous custom console applications that basically just run in the console. I have also...
  2. Replies
    1
    Views
    68,177

    Re: HELP generator in c

    #include <stdlib.h>
    #include <stdio.h>
    #include <time.h>
    #include <string.h> //Needed for strcat()
    #include <ctype.h>
    //Here I will create an array of prefixes to help generate names.
    // I am...
  3. Replies
    5
    Views
    1,889

    Re: help with c++ code if else statement

    Glad I could help.

    Best of luck,

    SubZeroGaming
  4. Replies
    5
    Views
    1,889

    Re: help with c++ code if else statement

    Here you go. I tested it in Visual Studios. Fixed a few errors. Also, for future reference, please, please use conventions.

    Works :)

    NOTE:

    This line here is not 100% how it should work,...
  5. Replies
    5
    Views
    1,889

    Re: help with c++ code if else statement

    Hi wazup6678,

    I'm not a professional programmer, but while I was reading through your code, everything looks okay. The only thing I noticed is that your main method is not returning anything. I'm...
  6. Replies
    0
    Views
    725

    Need .NET webserver installed! ($$)

    Hey guys, i just purchased poker source software, and its suppose to give me a download client, web admin, and desktop admin.

    I would like some help setting this all up.

    I am purchasing a vps...
  7. Replies
    0
    Views
    616

    Poker room!

    Hey guys, I am looking to hire someone to develop a poker software for me.

    Poker sites like party poker and pokerstars use c++ i was told.

    Here are the features i'm looking for.

    Please if...
  8. Replies
    1
    Views
    1,141

    Complete Poker software and client?

    Hey guys,

    I'm very new here, and i hope this is somewhat in the right place.

    I am starting an online poker room, and the software developers told me that their poker software for the client and...
Results 1 to 8 of 8





Click Here to Expand Forum to Full Width

Featured