Search:

Type: Posts; User: Cobs

Search: Search took 0.00 seconds.

  1. Replies
    8
    Views
    7,580

    Thanks!!!

    Thanks!!!
  2. Replies
    8
    Views
    7,580

    sorry I added this line after...( tried to find...

    sorry I added this line after...( tried to find solution , but forgot to wrote that line like it was in original file )
    in original file it is:

    friend razlomak operator+( int, const razlomak& );...
  3. Replies
    8
    Views
    7,580

    razlomak + int should work because int should...

    razlomak + int should work because int should implicitly convert into razlomak. And that works fine without all this operators of comparison... ( just include iostream, use std, and erase using...
  4. Replies
    8
    Views
    7,580

    ambiguous overload for operators...

    i have a little problem and i cant figure it out.

    here is a piece of code:


    ...

    struct razlomak {

    int brojnik, nazivnik;
  5. Replies
    25
    Views
    2,188

    in line 42 put ++i instead i+1

    in line 42 put
    ++i
    instead
    i+1
  6. Replies
    3
    Views
    3,357

    *stablo solves it.( wondering why i didnt saw...

    *stablo solves it.( wondering why i didnt saw that mistake )
    ( I did the allocation in MAKE_NULL function ). Thanks
  7. Replies
    3
    Views
    3,357

    This may be due to a corruption of the heap

    <<< split from http://cboard.cprogramming.com/cplusplus-programming/117097-may-due-corruption-heap.html >>>
    READ THE RULES

    i have the same problem on visual studio 2010. Here is the code:

    ...
Results 1 to 7 of 7