Search:

Type: Posts; User: ooopa

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    748

    Oh WOW... I'm so stupid.. Thank you so much!! :)...

    Oh WOW... I'm so stupid.. Thank you so much!! :) ... I could on it few more hours without seeing it.
  2. Replies
    4
    Views
    748

    when using _CrtDumpMemoryLeaks(); just before...

    when using _CrtDumpMemoryLeaks();
    just before the return 0;
    in visual studio i get this:


    Detected memory leaks!

    Dumping objects ->

    {124} normal block at 0x005F44C8, 8 bytes long.
  3. Replies
    4
    Views
    748

    mem leak using string...

    could you help me out fixing this? this is all my code so far:



    #include
    <iostream>

    #include
    <fstream>
  4. Thread: infinite loop?

    by ooopa
    Replies
    4
    Views
    1,307

    thx a lot :) it's what i was looking for.

    thx a lot :) it's what i was looking for.
  5. Thread: infinite loop?

    by ooopa
    Replies
    4
    Views
    1,307

    thanks :) good idea, i'll do it with a string...

    thanks :) good idea, i'll do it with a string though, cause inside the loop i have options and when getting an input of a char, 12 (for example) is just like 1.
  6. Thread: infinite loop?

    by ooopa
    Replies
    4
    Views
    1,307

    infinite loop?

    i have a problem:



    int x=0;
    while(x!=6)
    {
    cout<<"in the loop"<<endl;
    cin>>x;
  7. Replies
    4
    Views
    2,496

    hmm it's supposed to be the number of "columns"...

    hmm it's supposed to be the number of "columns" in the array. i tried without writing it, but nothing works :/
  8. Replies
    4
    Views
    2,496

    expected primary-expression before ']'

    hello, i'm new to c++. i'm doing my first program.
    i get "expected primary-expression before ']'" error and i have no idea what's wrong =/



    void printPolyMenu(double polyArr[][MAX_DEGREE+2],...
Results 1 to 8 of 8