Search:

Type: Posts; User: Angry100500

Search: Search took 0.02 seconds.

  1. Replies
    0
    Views
    3,705

    I need clone of Altcoin Converter

    I need to implement full clone of this cryptocurrency converter.
    https://convert.alttopia.net/
    Can someone estimate scope of work and explain technologies needed for development.
    How much money it...
  2. Replies
    41
    Views
    8,565

    Re: Memory Leaks and GDI

    Someone uses smart pointers?
  3. Replies
    41
    Views
    8,565

    Re: Memory Leaks and GDI

    Plus 1 to third party tool. I use DeLeaker to find where is GDI leaks. It is also informative and you can see the type of leak
  4. Replies
    12
    Views
    3,347

    Re: problem with memory alocation

    Thank you. But I can not find the leak!
  5. Replies
    12
    Views
    3,347

    Re: problem with memory alocation

    I checked the code, but the report does not contain any leakage.
  6. Replies
    12
    Views
    3,347

    Re: problem with memory alocation

    I checked several times. I'm pretty sure there is a leak.
  7. Replies
    12
    Views
    3,347

    Re: problem with memory alocation

    #include <list>
    #include <stdio.h>
    #include <string.h>
    #include <unistd.h>

    using namespace std;

    int main(int argc, char *argv[])
    {
    {
  8. Replies
    12
    Views
    3,347

    problem with memory alocation

    Hi to all!

    Some time ago I have a strange problem with memory alocation (while using stl containers). I attached c++ source files (ok.cpp and fail.cpp). In ok.cpp everything work "almost" fine, I...
  9. Replies
    6
    Views
    6,590

    Re: Need C++ programmer

    Hi, Big Pig!
    I am waiting for answer!
  10. Replies
    17
    Views
    5,943

    Re: Need help with memory leaks

    What is a Memory Leak?
    A memory leak, occurs when a computer program consumes memory but is unable to release it back to the operating system. In C/C++ whenever a program allocates dynamic memory on...
Results 1 to 10 of 10



Click Here to Expand Forum to Full Width