Search:

Type: Posts; User: Drealoth

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    1,694

    2d Array Problem.

    #include <iostream.h>
    #include <fstream.h>

    int main ()
    {

    ifstream fin ("gift1.in");
    ofstream fout ("gift1.out");
    int NP;
    fin >> NP;
  2. Replies
    2
    Views
    1,003

    Contest Problem

    Hey everyone.

    I'm very new to c++, and I'm busy trying to teach myself it. My school feels the need to teach Turing (even when we have Visual Studio 6.0 installed on all of the computers), which...
  3. Replies
    3
    Views
    981

    My problem is that there are two different...

    My problem is that there are two different strings of variable length. Is there an end of line function?
  4. Replies
    3
    Views
    981

    Inputting Strings from a file

    This is my program:

    #include <iostream.h>
    #include <fstream.h>

    int main ()
    {
    ifstream fin ("whatever.txt");
    char x[6];
    fin >> x;
  5. Thread: Isometric

    by Drealoth
    Replies
    8
    Views
    4,353

    Isometric

    Over the march break, a couple of friends and I want to start a MMORPG (call me ambitious).

    Anyway, we wanted to create our game with an isometric view, similar to Dransik [www.dransik.com] (yeah,...
Results 1 to 5 of 5