Navigation

    Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    • Unsolved
    1. Home
    2. Tags
    3. management
    Log in to post

    • UNSOLVED How to divide a project? (For readability)
      General and Desktop • c++ qmainwindow project management • • R_Irudezu  

      7
      0
      Votes
      7
      Posts
      861
      Views

      Seperation of Concerns (SoC): https://en.wikipedia.org/wiki/Separation_of_concerns There are design approaches that go further, but SoC is a good place to start.
    • SOLVED Dynamic image management on GUI
      General and Desktop • image display management dynamic gui • • drbroly  

      5
      0
      Votes
      5
      Posts
      1984
      Views

      @SGaist Thanks for the suggestion! I will try :)
    • UNSOLVED Segmentation fault SIGSEGV, what can it be?
      General and Desktop • memory sigsegv segmentation fault management • • StephanWoebbeking  

      34
      0
      Votes
      34
      Posts
      21013
      Views

      Hi, i was experiencing the same strange thing... i was using Qt headers and non Qt headers, and placing before the Qt headers seemed to have solved the problem.
    • Memory Management
      General and Desktop • memory pointer reference smart pointers management • • LauraB  

      4
      0
      Votes
      4
      Posts
      2504
      Views

      Hello, Both inputs are highly appreciated. I understand better how, when and why should I choose pointers over refs. I'm still reading some stuff here and there on how to produce some good code. Memory management has always been a doozy matter in C++ and i just can't get this Stroustrup quote out of my head : "C makes it easy to shoot yourself in the foot; C++ makes it harder, but when you do it blows your whole leg off. ". Thanks again for replying so quickly, I will apply everything i've learned here on my work asap. Best regards.