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

Search:

Type: Posts; User: Gaggy

Search: Search took 0.03 seconds.

  1. Replies
    7
    Views
    12,095

    Re: Simple hangman game

    Can't I use gets and getchar only with iostream?? My teacher has taught me that way... My compilor is Dev-C++, if it's necessary.
    With the structure I mean to write the code the simplest way as...
  2. Replies
    7
    Views
    12,095

    Re: Simple hangman game

    I only have to do it with the library <iostream> because my teacher doesn't allow me to do it in a different way.
    2kaud, I can't use cin.getline, I have to do it with the structure it appears in the...
  3. Replies
    7
    Views
    12,095

    Simple hangman game

    Greetings to everyone!
    Firstly, I must apolagize for my English, I'm learning.
    What I have to do is the hangman game the simplest way as possible.
    This is the code I have at the moment:



    ...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured