Search:

Type: Posts; User: Rusty_chainsaw

Search: Search took 0.01 seconds.

  1. When I use that it works perfectly, but when I...

    When I use that it works perfectly, but when I remove cin.ignore() and cin.get() it doesn't show anything in the file. :confused:


    And when I don't I need to hit enter three times.
  2. My program works but only one problem...

    http://rapidshare.de/files/17827852/awesome.rar.html

    1. scroll down and click FREE

    2. download it

    3. extract anywhere

    4. run it
  3. Replies
    2
    Views
    844

    A little help here?

    #include <iostream>
    #include <fstream>
    #include <string>

    using namespace std;

    int place;
    int gold = 100;
    int level = 1;
  4. Replies
    1
    Views
    5,725

    A Tic Tac Toe game

    What the hell?


    /*-------Tic Tac Toe--------

    by Rusty_chainsaw */

    #include <iostream>
    #include <fstream>
    #include <string>
  5. Replies
    6
    Views
    1,068

    The book C++ In A Nutshell is fine. What else...

    The book C++ In A Nutshell is fine. What else should I be talking about? You asked for a C++ or DB book.
  6. Replies
    11
    Views
    1,310

    =) on topic: I would actually enjoy that game...

    =)

    on topic: I would actually enjoy that game in a multiplayer version against two computers.
  7. Replies
    6
    Views
    1,068

    C++ In A Nutshell is okay.

    C++ In A Nutshell is okay.
  8. Replies
    11
    Views
    1,310

    I don't see anything wrong with it. It's actually...

    I don't see anything wrong with it. It's actually pretty nice.
  9. Replies
    5
    Views
    1,025

    Thank you.

    Thank you.
  10. Replies
    5
    Views
    1,025

    I am, trying to make the user type in a filename...

    I am, trying to make the user type in a filename and the content for the file, then use ofstream to make the file. Fairly simple but the errors keep coming. :confused:


    Kind of let the user make...
  11. Replies
    5
    Views
    1,025

    Need help.

    Hello, this is my source code so far:


    #include <fstream>
    #include <iostream>
    #include <string>

    using namespace std;

    string fileName;
Results 1 to 11 of 11