Results 1 to 8 of 8

Thread: Need help

  1. #1
    Join Date
    May 2007
    Posts
    6
    Thanks
    3
    Qt products
    Qt4
    Platforms
    Windows

    Question Need help

    Hi Friends,

    Is there any way i can learn QT C++ programing online or any other online links.

    i have seen the online tutorials of QT in C++. however the problem what i am facing is that the platform what i use is in Visual C++ ( QT is integrated with VC++.. cross platform).... which is making me difficult to understan... or when i compare with the Examples of the tutorial.. like
    connect(lcdRange, SIGNAL(valueChanged(int)),previousRange, SLOT(setValue(int)));

    where in the VC++ them main program is written i a different tab.... so i find a bit difficult to unerstand.

    The version of VC++ i am using is 8 and QT 4.2..



    i am a kind of bignner. and i want to learn.

    Any one who can help me in regard with this ... like the link n exampls where in i can lean QT 4.. with VC++

    Thanking you in advance,

    Nirup

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Need help

    The language is the same, only the code editor is different, so all tutorials, examples and guides are still valid. If you know Visual Studio, you should be able to work with it. If you don't know Visual Studio, Qt tutorials won't help you - learn your tool first.

  3. The following user says thank you to wysota for this useful post:

    nirup (16th May 2007)

  4. #3
    Join Date
    May 2007
    Posts
    6
    Thanks
    3
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Need help

    thank you....

    and can you suggest me any link or book... for the visual studio C++....
    for the bignners...

  5. #4
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

  6. The following user says thank you to wysota for this useful post:

    nirup (16th May 2007)

  7. #5
    Join Date
    Jan 2006
    Location
    Munich, Germany
    Posts
    4,714
    Thanks
    21
    Thanked 418 Times in 411 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: Need help

    for the visual studio C++....
    For which? C++ or VisualStudio?
    Those are two different things.
    VisualStudio is a programming eviornment, with wihch you can program in various languages, including C++.
    C++ is a programming language.
    You can programm with C++ with out VisualStudio, and you can use VisualStudio without C++.
    In order to program in C++ you need to know C++ first.
    Then you can choose the tools of your choice to program with - VisualStudio would make sense on Windows, but its not the only choice.
    ==========================signature=============== ==================
    S.O.L.I.D principles (use them!):
    https://en.wikipedia.org/wiki/SOLID_...iented_design)

    Do you write clean code? - if you are TDD'ing then maybe, if not, your not writing clean code.

  8. #6
    Join Date
    May 2007
    Posts
    6
    Thanks
    3
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Need help

    i know C++ but i never tried it in Visual Studios....
    so i need to know Visual C++....
    Like.. is the style, same for all the programming languages in Visual Studio... like Visaul C#, Visual J# or so on...
    so ia that i need to know Visual Studio or is it i need to lear VC++

  9. #7
    Join Date
    Jan 2006
    Location
    Munich, Germany
    Posts
    4,714
    Thanks
    21
    Thanked 418 Times in 411 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: Need help

    i know C++ but i never tried it in Visual Studios....
    In that case, learn to use visual studio as wysota said.
    ==========================signature=============== ==================
    S.O.L.I.D principles (use them!):
    https://en.wikipedia.org/wiki/SOLID_...iented_design)

    Do you write clean code? - if you are TDD'ing then maybe, if not, your not writing clean code.

  10. #8
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Need help

    Quote Originally Posted by nirup View Post
    i know C++ but i never tried it in Visual Studios....
    so i need to know Visual C++....
    Like.. is the style, same for all the programming languages in Visual Studio... like Visaul C#, Visual J# or so on...
    so ia that i need to know Visual Studio or is it i need to lear VC++
    There is no "Visual C++" language. That's just a mambo-jambo from Microsoft to sell the same product under a different name. Visual C++ is just C++ compiled with Visual Studio compiler. So if you know C++ then you know "Visual C++" as well. Just learn to use the tool (Visual Studio) if you need it.

  11. The following user says thank you to wysota for this useful post:

    nirup (16th May 2007)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.