Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. General talk
  3. The Lounge
  4. C++ Gurus Group - shouldn't we have a forum?
Forum Updated to NodeBB v4.3 + New Features

C++ Gurus Group - shouldn't we have a forum?

Scheduled Pinned Locked Moved The Lounge
28 Posts 15 Posters 13.8k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • F Offline
    F Offline
    fcrochik
    wrote on last edited by
    #1

    When I saw this group I thought here we go! Now we have a place to discuss how Qt makes (or not) use of C++. Some of these discussion happen already all around but would be nice to have a forum attached to the group where we could start some.

    Any reason why we don't have a forum to go along with the group?

    Certified Specialist & Qt Ambassador <a href="http://www.crochik.com">Maemo, Meego, Symbian, Playbook, RaspberryPi, Desktop... Qt everywhere!</a>

    1 Reply Last reply
    0
    • I Offline
      I Offline
      Immii
      wrote on last edited by
      #2

      Where is c++ Guru Group. I would like to join that. And Yes I am in favor of this

      1 Reply Last reply
      0
      • V Offline
        V Offline
        vcsala
        wrote on last edited by
        #3

        Good idea, this can be a place to collect all C++ related topics which is not strongly related to Qt (eg. we had a thread recently about forward declarations).

        1 Reply Last reply
        0
        • F Offline
          F Offline
          fcrochik
          wrote on last edited by
          #4

          oh.... you are fast! :)

          I sent a message to Tobias. I think he is the one that can arrange so we have a forum or, at least, give us the reason why not.

          I can imagine several topics that could be interesting. We probably could have discussions on all levels of expertise but always around the C++ aspect of Qt.

          Certified Specialist & Qt Ambassador <a href="http://www.crochik.com">Maemo, Meego, Symbian, Playbook, RaspberryPi, Desktop... Qt everywhere!</a>

          1 Reply Last reply
          0
          • G Offline
            G Offline
            goetz
            wrote on last edited by
            #5

            [quote author="Immii" date="1293390070"]Where is c++ Guru Group. I would like to join that. And Yes I am in favor of this[/quote]

            On the groups home page - like all other groups :-)
            You can jump in with this "direct link":http://developer.qt.nokia.com/groups/c_gurus

            http://www.catb.org/~esr/faqs/smart-questions.html

            1 Reply Last reply
            0
            • I Offline
              I Offline
              Immii
              wrote on last edited by
              #6

              [quote author="Volker" date="1293390322"][quote author="Immii" date="1293390070"]Where is c++ Guru Group. I would like to join that. And Yes I am in favor of this[/quote]

              On the groups home page - like all other groups :-)
              You can jump in with this "direct link":http://developer.qt.nokia.com/groups/c_gurus[/quote]

              Thank you volker. Silly me I even googled at that time to find that :(

              1 Reply Last reply
              0
              • G Offline
                G Offline
                giesbert
                wrote on last edited by
                #7

                A C++ forum without Qt could help some people, especially beginners in C++ which might have special C++ (not Qt related questsions), and I think, we are enough people here, who might answer them.

                Additionally, there could be discussions about very advanced topics also, that are not really Qt relatted, but perhaps show up during implementing the apps. I hope, Tobias creates a forum :-)

                Nokia Certified Qt Specialist.
                Programming Is Like Sex: One mistake and you have to support it for the rest of your life. (Michael Sinz)

                1 Reply Last reply
                0
                • S Offline
                  S Offline
                  Smar
                  wrote on last edited by
                  #8

                  When talking about Qt, I often say Qt/cpp... As in, Qt with CPP syntax/look’n’feel :) Quite like Qt/Java.

                  In that regard I think Qt is something very wonderful, since it manages to make cpp so less annoying language, especially to new programmers, without actually hiding the stuff.

                  EDIT: so yeah, +1 to above post/this thread/whatever ;)

                  1 Reply Last reply
                  0
                  • V Offline
                    V Offline
                    vcsala
                    wrote on last edited by
                    #9

                    [quote author="Smar" date="1293393332"]In that regard I think Qt is something very wonderful, since it manages to make cpp so less annoying language, especially to new programmers, without actually hiding the stuff.[/quote]

                    It is quite true, but for experienced users C++ has lots of useful advanced features which in some cases can be very useful to know (and can save you lot of headaches when you have an issue with your application).

                    1 Reply Last reply
                    0
                    • F Offline
                      F Offline
                      fcrochik
                      wrote on last edited by
                      #10

                      I may suffer of some illness but I actually enjoy the "dark side" of c++ .... dealing with pointers, allocating (and remembering to deallocate) memory, multi-inheritance, abstract classes, ...

                      I still have the feeling that Qt attempts to "dumb down" c++ to make it more attractive to new developers or developers used to java and c#. It is not a bad thing and, in my opinion, Qt still is the best contender for "multi platfom" development with a "c++ twist".

                      One more of the reasons why I am looking forward to this forum.

                      Certified Specialist & Qt Ambassador <a href="http://www.crochik.com">Maemo, Meego, Symbian, Playbook, RaspberryPi, Desktop... Qt everywhere!</a>

                      1 Reply Last reply
                      0
                      • S Offline
                        S Offline
                        Smar
                        wrote on last edited by
                        #11

                        [quote author="fcrochik" date="1293394433"]I may suffer of some illness but I actually enjoy the "dark side" of c++ .... dealing with pointers, allocating (and remembering to deallocate) memory, multi-inheritance, abstract classes, ...

                        I still have the feeling that Qt attempts to "dumb down" c++ to make it more attractive to new developers or developers used to java and c#. It is not a bad thing and, in my opinion, Qt still is the best contender for "multi platfom" development with a "c++ twist".

                        One more of the reasons why I am looking forward to this forum. [/quote]

                        I see it like, where Java, C# and such things not, Qt allows using those technologies if you really need hem. There just often is already done approach for a thing, making it simpler for new devs.

                        Of course, Qt being high level API, there is things you can do with it like you can do with more low level API, but that’s the life. Mix pure Cpp with Qt/cpp then :P

                        1 Reply Last reply
                        0
                        • F Offline
                          F Offline
                          fcrochik
                          wrote on last edited by
                          #12

                          [quote author="Smar" date="1293394791"]
                          I see it like, where Java, C# and such things not, Qt allows using those technologies if you really need hem. There just often is already done approach for a thing, making it simpler for new devs.

                          Of course, Qt being high level API, there is things you can do with it like you can do with more low level API, but that’s the life. Mix pure Cpp with Qt/cpp then :P[/quote]

                          That is exactly why "I am here"....

                          Qt gives me the productivity, "larger" cross platform audience and my beloved c++ for when I feel the need.

                          Certified Specialist & Qt Ambassador <a href="http://www.crochik.com">Maemo, Meego, Symbian, Playbook, RaspberryPi, Desktop... Qt everywhere!</a>

                          1 Reply Last reply
                          0
                          • M Offline
                            M Offline
                            milot.shala
                            wrote on last edited by
                            #13

                            Good idea, I would like to be part of the discussions in it :D

                            1 Reply Last reply
                            0
                            • G Offline
                              G Offline
                              goetz
                              wrote on last edited by
                              #14

                              I do not have the impression that Qt "dumbs down" things. In fact it's a really good API, which makes things easy to do without leading to error-prone code. There's no need to expose much advanced C++ features to a public API. That does not mean, that Qt is not using the bad tricks under the hood :-)

                              Regarding the beginner's questions, I'm not quite convince that this was the intention of the group, but let's wait what Tobias has to say.

                              http://www.catb.org/~esr/faqs/smart-questions.html

                              1 Reply Last reply
                              0
                              • M Offline
                                M Offline
                                milot.shala
                                wrote on last edited by
                                #15

                                [quote author="Volker" date="1293399551"]I do not have the impression that Qt "dumbs down" things. In fact it's a really good API, which makes things easy to do without leading to error-prone code. There's no need to expose much advanced C++ features to a public API. That does not mean, that Qt is not using the bad tricks under the hood :-)

                                Regarding the beginner's questions, I'm not quite convince that this was the intention of the group, but let's wait what Tobias has to say.[/quote]

                                IMO I think that there should be discussions on other libraries such as Boost and there are tons of discussions that will occur for C++ including C++0x, type casting etc. sharing knowledge is the best thing that happens around here :)

                                1 Reply Last reply
                                0
                                • S Offline
                                  S Offline
                                  sfilippidis
                                  wrote on last edited by
                                  #16

                                  I believe that it is good to pragmatically and practically program "the Qt way" with C++, knowing that WHEN and IF you (really) need it you can use the "full" power of C++ (e.g.: STL, metaprogramming, etc, etc, etc). ;)

                                  https://www.filippidis.name/

                                  1 Reply Last reply
                                  0
                                  • P Offline
                                    P Offline
                                    Panke
                                    wrote on last edited by
                                    #17

                                    +1 for the cpp forum.

                                    1 Reply Last reply
                                    0
                                    • B Offline
                                      B Offline
                                      BlackDante
                                      wrote on last edited by
                                      #18

                                      +1 for this idea.
                                      It's a great idea, 'cause sometimes problems with code don't have to do with Qt library, many times I have problems with some algorithm who was wrote in pure C++ and IMHO this forum would be very helpful :)

                                      sorry for my broken english :)

                                      1 Reply Last reply
                                      0
                                      • T Offline
                                        T Offline
                                        tobias.hunger
                                        wrote on last edited by
                                        #19

                                        I just requested a forum for us:-)

                                        Happy new year to everybody!

                                        1 Reply Last reply
                                        0
                                        • K Offline
                                          K Offline
                                          kamalakshantv
                                          wrote on last edited by
                                          #20

                                          It's nice to see that we might soon have a separate forum for C++ discussions.

                                          1 Reply Last reply
                                          0

                                          • Login

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • Users
                                          • Groups
                                          • Search
                                          • Get Qt Extensions
                                          • Unsolved