CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Issam_Lahlali

Search: Search took 0.02 seconds.

  1. Replies
    0
    Views
    974

    VBDepend 3 Released

    VBDepend 3 (http://www.vbdepend.com) the NDepend like for VB6 and VBA code base is now available.
    VBDepend simplifies managing a complex VB6 and VBA code base. You can analyze code structure,...
  2. Replies
    6
    Views
    1,205

    Re: C++ and Design

    you are right we must have design in mind for each langage, but for a langage like c++ created 20 years ago , we have to focus more in business layer, but unfortunately we spend many times only to...
  3. Replies
    6
    Views
    1,205

    Re: C++ and Design

    it's a big problem if people simply write code :)
    before writing code we have to analyze and design to keep the code and the project simple to understand.
  4. Replies
    6
    Views
    1,205

    C++ and Design

    C++ is a powerful language, it contains many concepts that not exist in other languages.
    So we have to be careful more than other languages to avoid complicated implementation .

    The question is :...
  5. Replies
    14
    Views
    1,627

    Re: Running as a service ?

    So if it's can be standalone the good solution is to test if the service is interactive or not.
    maybe a customer can invoke COM server from interactive service and he want message box, so testing...
  6. Replies
    14
    Views
    1,627

    Re: Running as a service ?

    You can get the current process and test if it's svchost.exe, it's only a workarround,
    this kind of problem is a drawback of high coupling between GUI and COM Contract , i already have a problem due...
  7. Replies
    22
    Views
    8,571

    Re: QT vs MFC

    Unfortunately it's not a constructive feedback, i wait for ideas to improve the comparison between QT and MFC to help developers that have such problem.

    we know that C++ frameworks are very...
  8. Replies
    0
    Views
    986

    CppDepend: C++ Tool for architect

    Hi,
    a beta version of CppDepend is now available at www.cppdepend.com.
    you can detect with this tool design problems of your C++ projects, and i'm interested to any feedback to improve it.

    Thanks
  9. Replies
    22
    Views
    8,571

    Re: QT vs MFC

    good question :) , i used MFC for 9 years and i used Qt only for 1 project, and for this comparison the tool is not used for all article sections (ActiveX support,xml support,networking support).
    ...
  10. Replies
    22
    Views
    8,571

    Re: QT vs MFC

    Sometimes we need to change color , for example for monitoring application many colors are used for edit box.

    You are right about themes but unfortunately in the C++ world we need designers and...
  11. Replies
    22
    Views
    8,571

    Re: QT vs MFC

    You are right , it appears like an advertising for CppDepend, but my goal is to improve the quality of this tool and the free version will be sufficient for many developers.

    For this reason i need...
  12. Replies
    22
    Views
    8,571

    Re: QT vs MFC

    the first time when i tried to change the background color of CEdit , i spend many hours to do that, so in this case im not productive, but if CEdit provide a method that change it like QT edit i can...
  13. Replies
    22
    Views
    8,571

    Re: QT vs MFC

    The major goal of CppDepend is to detect design and architecture problems in a c++ application, it's not focused in implementation problems, so it's not concurent of static analysis tool but provide...
  14. Replies
    22
    Views
    8,571

    Re: QT vs MFC

    that's problem, some interesting functionalities dont exist in CEdit or CWnd like changing background color of CEdit, for that we have to intercept a message and change it, so it's very...
  15. Replies
    22
    Views
    8,571

    Re: QT vs MFC

    CppDepend is not yet finished and if you have any problems about informations provided by CppDepend, could you send me your problems?

    Thanks
  16. Replies
    22
    Views
    8,571

    Re: QT vs MFC

    I think that in conclusion i specify that QT in the ideal if the application must be multiplatform
  17. Replies
    22
    Views
    8,571

    Re: QT vs MFC

    for Edit component QT contains more specific methods than CEdit and CWnd contains generic methods for all components.
    the goal of this article is to be objective and give advantages and drawbacks of...
  18. Replies
    22
    Views
    8,571

    QT vs MFC

    Hi,
    I wrote an article to compare QT to MFC, http://www.codeguru.com/article-preview.php/c16281/ , and i'm interested to any feedback to improve this post in order to help developer who try to...
Results 1 to 18 of 18





Click Here to Expand Forum to Full Width

Featured