Search:

Type: Posts; User: Andy Eder

Search: Search took 0.01 seconds.

  1. Thread: !f.eof error

    by Andy Eder
    Replies
    5
    Views
    1,260

    Thank you spiderbro, we're dumb

    Thank you spiderbro, we're dumb
  2. Thread: !f.eof error

    by Andy Eder
    Replies
    5
    Views
    1,260

    Hmm, doesn't work really. fstream datfile; ...

    Hmm, doesn't work really.


    fstream datfile;
    datfile.open("highscore.dat", std::ios_base::in);
    while (!f.eof())
    {
    f.getline(cstring, sizeof(cstring));
    ...
  3. Thread: !f.eof error

    by Andy Eder
    Replies
    5
    Views
    1,260

    !f.eof error

    Hey folks,

    I have to read a .dat file with f.eof till the end of it but my Dev C++ writes an error,

    "f undeclared (first use this function)"

    and I dunno what to do.

    [edit]I have already...
  4. Replies
    5
    Views
    1,372

    Yeey, that was it :) Thank you so much.

    Yeey, that was it :)
    Thank you so much.
  5. Replies
    5
    Views
    1,372

    Haha, sorry, I'm in a hurry and forgetting some...

    Haha, sorry, I'm in a hurry and forgetting some esential things ;D

    The compiling works fine and the programm starts.
    But if the function starts and comes to the "textprintf_ex" it quits and I get...
  6. Replies
    5
    Views
    1,372

    Allegro Textprintf_ex array

    Hey folks,

    I've got another Problem.

    I have to give out an array with textprintf_ex but it doesn't work like I wrote it:



    textprintf_ex(screen,font,table_x,table_y,makecol(255,255,255),...
  7. Replies
    10
    Views
    1,343

    Does now one know a solution?

    Does now one know a solution?
  8. Replies
    10
    Views
    1,343

    I took the GNU gcc Compiler [edit] in the...

    I took the GNU gcc Compiler

    [edit] in the Compiler settings
  9. Replies
    10
    Views
    1,343

    I'm making an Allegro based game, the code I...

    I'm making an Allegro based game, the code I posted was only from a function.
    The other parts are running well.

    I've set the liballeg.a, libaldat.a, liballd.a, liballd_s.a, liballeg_s.a,...
  10. Replies
    10
    Views
    1,343

    I'm using Codeblocks with Allegro. When I'm...

    I'm using Codeblocks with Allegro.

    When I'm writing std::ios::in or std::ios_base::in I get ........loads of errors xD



    obj\Debug\main.o||In function...
  11. Replies
    10
    Views
    1,343

    Hmm, dunno really what you mean but if I use ...

    Hmm, dunno really what you mean but if I use


    std::ios::in


    I get loads of errors.
  12. Replies
    10
    Views
    1,343

    Please help me with input errors.

    Hey guys,

    I'm new in here and from Austria.

    Tomorrow I've to present a programmed game and the input of a textfile doesn't work.

    I get the errors "ios" has not been declared and
    "in" was...
Results 1 to 12 of 12