Search:

Type: Posts; User: dinamit875

Search: Search took 0.05 seconds.

  1. Replies
    21
    Views
    2,078

    Thanks for your reply "vampirekid.13". I have...

    Thanks for your reply "vampirekid.13". I have added cin.get(); after every cin >> and it works perfectly now.Thanks again everybody for your help.
  2. Replies
    21
    Views
    2,078

    thats what it does, it just finishes execution...

    thats what it does, it just finishes execution and closes the window. But it supposed to show the results(output) for some reason it doesn't.If any one have some solution to it, please helppppp....
  3. Replies
    21
    Views
    2,078

    the code itself is ok, it crashes on the...

    the code itself is ok, it crashes on the following line:


    mergesort(A, B, C, m, n);

    cout << "\n------The result of your sorted arrays is----" << endl;

    for (i=0; i<m+n; i++)

    ...
  4. Replies
    21
    Views
    2,078

    debuging problem

    Hi! I have written the following piece of code, it compiles and works fine, i can enter data in it, but the proble is: when i am tryng to dusplay entered data(numbers in my case) it crashes. I thnks...
  5. Thanks for your help everyone!

    Thanks for your help everyone!
  6. I have changed my code as you have posted: now ...

    I have changed my code as you have posted:
    now i have:
    [QUOTE=anon;857312]

    public:
    LinearQueue();
  7. I think i doesn't , can you tell me please what...

    I think i doesn't , can you tell me please what kind of construct should it be and where should i put it in the code?Thanks
  8. Thanks! I did basic C++ 2 years ago. Those lines...

    Thanks! I did basic C++ 2 years ago. Those lines of code that you have highlighted are not causing the problem, but thanks anyway. When i am trying to debug it gives me the message and it is said...
  9. access violation segmentation fault raised in your program

    Hi folks! I have written one program, which works ok, compiles etc. But I have one problem with it: when i am trying to debug it i am getting the following error: "access violation segmentation fault...
Results 1 to 9 of 9