Search:

Type: Posts; User: Makaila

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    994

    Thank you so much, Jeffcobb! while( !fin.eof() )...

    Thank you so much, Jeffcobb! while( !fin.eof() ) was the problem... I'm done now. :)
  2. Replies
    3
    Views
    994

    still a problem with txt files

    what code would you use to put this:

    1.question
    answer1
    answer2
    answer3
    answer4
    2.question
    answer1
    answer2
  3. Thread: File problem!

    by Makaila
    Replies
    3
    Views
    1,497

    Well this is just a part of the code... further...

    Well this is just a part of the code... further on I have a loop that write questions and answes... but there is nothing. So I was wondering is my code for reading from a file to a structure correct?
  4. Thread: File problem!

    by Makaila
    Replies
    3
    Views
    1,497

    File problem!

    Hey guys! Could you help me here?

    I have a Data Base.txt file. It contains:

    1. First question
    answer1
    answer2
    answer3
    answer4
    2. Second question
  5. Replies
    1
    Views
    1,973

    A program gone mad :)

    Could somebody tell me is this the correct way to read from a txt file?

    this is the content of a file:

    1. Which one isn't for Object oriented programming? // question
    1) Java
    2) C++
    3)...
  6. Replies
    2
    Views
    2,940

    oh, pok_dat is the name for ptr in my program, I...

    oh, pok_dat is the name for ptr in my program, I forgot to rename it to ptr for this thread.
    And, thanks a lot for the advice... It is ok now.
  7. Replies
    2
    Views
    2,940

    a problem with reading from a FILE

    Hello!
    I have a problem to read data from a Database.txt file. The file contains the questions and answers for the quiz, and I have to read it from a file and put it to a structure so I can use it...
  8. Replies
    1
    Views
    1,275

    Something like a game

    Hi!
    I've got an assignment to make a word association game.
    It should look like this: 5 main items that are the final solutions for 5 games, 4 sub items that describe each of the main items and 3...
  9. Replies
    2
    Views
    6,299

    ok, thanks! I have managed to put this array in...

    ok, thanks! I have managed to put this array in function
  10. Replies
    2
    Views
    6,299

    Union of arrays

    I have to make a union of two arrays and each of them has <=20 elements. So I was thinking to form the third array which will contain the elements for a union. Some like this:

    The union is a...
Results 1 to 10 of 10