Search:

Type: Posts; User: wisuzu

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    973

    I did what you said, i chop off 95% of the code...

    I did what you said, i chop off 95% of the code and here is the example of what is going on

    main.cpp


    #include "MainWindow.h"
    #include <gtkmm/main.h>
    #include <iostream>

    int main(int...
  2. Replies
    3
    Views
    973

    Gtk::Window* cannot be closed, Help!

    Why could be the causes of a window cannot be closed?


    I got a couple of misfuntion windows, they cannot be closed while the dialog whose create is still opened. Once the dialog whose opened...
  3. Replies
    7
    Views
    1,877

    Yes, as i said finally the solution to the...

    Yes, as i said finally the solution to the problem was creating a std::string class variable. Thx all the hints anyways!
  4. Replies
    7
    Views
    1,877

    I answer it myself the problem was that the...

    I answer it myself

    the problem was that the memory that the pointer was pointing is free when the function ends, so i use a std::string as the variable in the header and then use path =...
  5. Replies
    7
    Views
    1,877

    Edited

    Edited
  6. Replies
    7
    Views
    1,877

    Basic char */const char* problem

    I have a problem with some code
    MyClass.h


    public:
    //stuff

    protected:
    // stuff
    char * path;
Results 1 to 6 of 6