Search:

Type: Posts; User: prakashb

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    1,102

    Programme can not read data file

    Hi, I was wondering if anyone could point me out the problem of the programme below. It can not read the data file it was supposed to read. When I run the programme, the output is just "Line:". I am...
  2. Replies
    2
    Views
    964

    Need help fixing segmentation fault

    Hi, I was just wondering if anyone could help me fix the segmentation fraud in the programme below:




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

    using namespace std;
  3. Replies
    4
    Views
    1,032

    Re: need help with the programme

    Sorry, guys I forgot to tag my code in the previous post. That's why I am making a new post with code-tag of course. Anyway, here is my programme and it is not working.





    #include...
  4. Replies
    4
    Views
    1,055

    Need help with the programme

    My programme does not seem to run. Any help will be greatly appreciated.

    <<< eyesore - "The goggles, they do nothing" >>>


    So, when I compile it, it shows me about 5 errors. And, here are some...
  5. First sorry for posting too many copies of the...

    First sorry for posting too many copies of the same programme last time. I am not sure how did that happen.
    Also, thanks for pointing out the mistake and actually that was the only error in the...
  6. The reason I had to double post was because I...

    The reason I had to double post was because I did not know what I was doing wrong.
    I am kind of new for this forum (as a matter of fact I opened my account just yesterday). When somebody said "not...
  7. Cant figure out what is wrong with the programme

    insert


    It has been almost straight 6 hours since I have been working on this porgramme. But, I still can't figure out what is wrong with it. Below is the complete code for th programme. Also,...
  8. Programme not working again!

    insert


    So, to give programme a good format, I made some changes. But, those changes were just supposed to make the programme look nice and clear and not meant to affect the operation of the...
  9. You were right. So, what happened was I did...

    You were right. So, what happened was I did define the function "menu" but I just gave it a wrong name; instead of calling it "menu", I called it "choices". I really don't know what was I thinking....
  10. Thank you so much for pointing out the mistake....

    Thank you so much for pointing out the mistake. But, there still seems to be a problem. Now when I try to compile it it says " [Linker error] undefined reference to `Menu()' " and " ld returned 1...
  11. Oh! thank you so much for pointing it out. I...

    Oh! thank you so much for pointing it out. I can't believe I did not think about it. But, now I have declared the vector.h header, there seems to be another problem. Now, it says that " in...
  12. Can't figure out what is wrong with the programme

    insert



    This programme is basically driving me crazy. I have been working on it straight for 9 hours. Here is the code that I have so far written for the programme:



    #include <iostream>...
Results 1 to 12 of 12