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. Since when did you start QT?
Forum Updated to NodeBB v4.3 + New Features

Since when did you start QT?

Scheduled Pinned Locked Moved Unsolved The Lounge
59 Posts 19 Posters 14.2k Views 8 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.
  • JonBJ JonB

    @sierdzio
    Yes, I felt bad after writing that that it might be Sam overall. Sorry!
    Scarily I seem to have made a lot of posts, without necessarily knowing what I'm talking about :)
    Still I was surprised @jsulm says he has stopped using Qt.

    sierdzioS Offline
    sierdzioS Offline
    sierdzio
    Moderators
    wrote on last edited by
    #20

    @JonB said in Since when did you start QT?:

    @sierdzio
    Yes, I felt bad after writing that that it might be Sam overall. Sorry!

    I'm not offended at all :-)

    Scarily I seem to have made a lot of posts, without necessarily knowing what I'm talking about :)

    Don't worry, it's still good contribution. It helps others and it does help you :-)

    When I was new here I was also answering a lot while knowing little. Somehow, in the meantime and without realizing, that helped me learn a lot, too.

    (Z(:^

    1 Reply Last reply
    1
    • Thank YouT Thank You

      Just wanted to know
      When did you peoples started learning QT ? Please mention your age when you started programming too. πŸ˜‚πŸ˜‚
      please add your experience before learning QT.

      Aren't you attracted by other easy frameworks (although they are not in c++) LIKE
      FLUTTER , REACT NATIVE , DELPHI , C++ BUILDER (not easy but alternative) , Ionic etc.

      D Offline
      D Offline
      DerReisende
      wrote on last edited by DerReisende
      #21

      @Thank-You said in Since when did you start QT?:

      When did you peoples started learning QT ?

      2021

      Please mention your age when you started programming too. πŸ˜‚πŸ˜‚

      late 90s

      please add your experience before learning QT.

      started with Pascal on Mac. Continued with Ada, C++98 and some SPARC assembler, was forced to write code in JOVIAL for a widely unknown 2-cpu-system.
      Got frustrated by tons of legacy Solaris Motif-based C/C++ code and moved to the then holy grail Java with Swing.
      Now frustrated by JavaFX, the memory consumption and JVM deployment mess and the many platform-specific workarounds you now have to use with UI java.

      Aren't you attracted by other easy frameworks (although they are not in c++) LIKE
      FLUTTER , REACT NATIVE , DELPHI , C++ BUILDER (not easy but alternative) , Ionic etc.

      Tried Delphi and C++ Builder but the code for these apps always looked strange to me. Just my personal taste. And oh, I really hate scripting languages…

      1 Reply Last reply
      0
      • Kent-DorfmanK Offline
        Kent-DorfmanK Offline
        Kent-Dorfman
        wrote on last edited by Kent-Dorfman
        #22

        qt-3.x in the early 2000s.

        I'm a curmudgeony old fart.

        been coding since 1980ish (middle-school). started on trash-80 model 1 and DEC minicomputers. learned BASIC, Fortran4, and numerous assemblers (because interpretted BASIC is hideously slow) Used to hack dialup systems with 300baud modem and hazeline adm3a CRT.

        1 Reply Last reply
        0
        • Thank YouT Thank You

          Just wanted to know
          When did you peoples started learning QT ? Please mention your age when you started programming too. πŸ˜‚πŸ˜‚
          please add your experience before learning QT.

          Aren't you attracted by other easy frameworks (although they are not in c++) LIKE
          FLUTTER , REACT NATIVE , DELPHI , C++ BUILDER (not easy but alternative) , Ionic etc.

          JKSHJ Offline
          JKSHJ Offline
          JKSH
          Moderators
          wrote on last edited by JKSH
          #23

          @Thank-You said in Since when did you start QT?:

          When did you peoples started learning QT ? Please mention your age when you started programming too. πŸ˜‚πŸ˜‚
          please add your experience before learning QT.

          In primary school and high school, I wrote simple scripts for games and small apps for my Casio graphics calculator.

          I learnt formal programming when I was 21 (with an introductory course in C programming) and realized that I liked software engineering more than electrical engineering (which I was studying in university). Later that same year, I tried to learn other programming tools online (Java, SDL, GTK...) but didn't like any of them. I finally found Qt 4 and loved it immediately.

          Aren't you attracted by other easy frameworks (although they are not in c++) LIKE
          FLUTTER , REACT NATIVE , DELPHI , C++ BUILDER (not easy but alternative) , Ionic etc.

          I also learnt assembly and MATLAB as part of electrical engineering, but I don't use them anymore.

          I mainly use Qt (C++ and QML) for my hobby projects, and LabVIEW for my day job (I wrote a comparison at https://forum.qt.io/topic/90276/showdown-qt-vs-labview/ ). I sometimes use Python and JavaScript + CSS + HTML.

          All of these tools meet my current needs. I can easily integrate other C/C++ libraries into my Qt apps if necessary, and Python has a huge library selection. If someone shows me a compelling reason to try out one of the new tools/frameworks, I might tinker with it in my spare time. But right now, I have everything I need. New tools come and go regularly, so I don't try to learn them all.

          Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

          1 Reply Last reply
          0
          • JonBJ JonB

            @koahnig said in Since when did you start QT?:

            FORTRAN IV / 77, C, C++, assembler, do not remeber all

            Brilliant! Somebody clearly older than me! ;-) Especially when they talk about "not remembering".....

            K Offline
            K Offline
            koahnig
            wrote on last edited by
            #24

            @JonB said in Since when did you start QT?:

            @koahnig said in Since when did you start QT?:

            FORTRAN IV / 77, C, C++, assembler, do not remeber all

            Brilliant! Somebody clearly older than me! ;-) Especially when they talk about "not remembering".....

            I did not add yet that FORTRAN IV was my only formal programming course and we had to use punching cards for coding. This was begin 1980ies. No computer science at gymnasium (high school) during that time available at all.
            IBM mainframe TSO was already a privilege for students to use, because somehow you needed to organize some user account which was not available for students.

            The not remembering part was Commodore PET basic and its machine language (basically typying hex code into the machine). So you had to be your own assembler. Mass storage was a compact tape recorder.

            Actually I started out with C, because the MS compilers were accompanied by an editor which was extendable with C. Also there was an option to combine FORTRAN with C on DOS machines, which did not work at all. Eventually I bit into the sour apple and switched completely to C.

            Vote the answer(s) that helped you to solve your issue(s)

            1 Reply Last reply
            1
            • mzimmersM Offline
              mzimmersM Offline
              mzimmers
              wrote on last edited by mzimmers
              #25

              I started using Creator (purely for editing and building non UI applications) about 11 years ago. It was the best IDE I could find.

              Started actually using Qt's libraries about 4 years ago; QML about 6 months ago.

              Where does the time go...

              As far as being attracted to other IDEs...

              ...no.

              1 Reply Last reply
              0
              • A Offline
                A Offline
                Anonymous_Banned275
                wrote on last edited by
                #26

                I spent early years , after finishing my university study defending my thesis "Design of private telephone network " , getting my paycheck by "designing " ( by Bell System Practices ) " 750KW jet propelled" emergency backup generator setup.
                My first real computer job was to write a multistage long distance telephone network test software - in assembly - in 1973.
                I had 8 bit "mini computer " with 4 kb - that is kilobytes - magnetic core memory card to fit my program into!
                Then couple years of traveling , installing and "make it work" small business telephone switches. Next came "putting into service " Intel 8080 based one one the first telephone machines. Did not do any coding but lots of "manual patches" - again in assembly.
                Then came "basic", "Visual Basic" "BORLAND c++ "....
                My first "windoze" based commercial application was a flop. A small consulting company folded soon after the money made after very successfully designed and helped sell one of the first "treadmill" machines - with fancy LED display by your truly- including PCB layout . Way before "outorouter" software was invented.
                So my money making years are done and nowadays I punish myself writing C++ code - a dubious hobby - allegedly for fun.

                I went from Eclipse to Qt about 2 years ago , mainly for ease of GUI and
                "real time" event processing .

                I did dabble in MFC and must say Qt could do better , but I do not want to end this on sour note.

                BTW
                I still believe one should have "dream application in head " before picking up / choosing any learning tool / software language - u tube excluded.

                Thank YouT 1 Reply Last reply
                0
                • A Anonymous_Banned275

                  I spent early years , after finishing my university study defending my thesis "Design of private telephone network " , getting my paycheck by "designing " ( by Bell System Practices ) " 750KW jet propelled" emergency backup generator setup.
                  My first real computer job was to write a multistage long distance telephone network test software - in assembly - in 1973.
                  I had 8 bit "mini computer " with 4 kb - that is kilobytes - magnetic core memory card to fit my program into!
                  Then couple years of traveling , installing and "make it work" small business telephone switches. Next came "putting into service " Intel 8080 based one one the first telephone machines. Did not do any coding but lots of "manual patches" - again in assembly.
                  Then came "basic", "Visual Basic" "BORLAND c++ "....
                  My first "windoze" based commercial application was a flop. A small consulting company folded soon after the money made after very successfully designed and helped sell one of the first "treadmill" machines - with fancy LED display by your truly- including PCB layout . Way before "outorouter" software was invented.
                  So my money making years are done and nowadays I punish myself writing C++ code - a dubious hobby - allegedly for fun.

                  I went from Eclipse to Qt about 2 years ago , mainly for ease of GUI and
                  "real time" event processing .

                  I did dabble in MFC and must say Qt could do better , but I do not want to end this on sour note.

                  BTW
                  I still believe one should have "dream application in head " before picking up / choosing any learning tool / software language - u tube excluded.

                  Thank YouT Offline
                  Thank YouT Offline
                  Thank You
                  wrote on last edited by
                  #27

                  Ohhh! man Everyone are very old here πŸ˜‚πŸ˜‚πŸ˜‚(don't be offended guys)
                  Because I hadn't met peoples who really coded in assembly as commercials and most of you have FORTRAN. Oh! This seems old for me too.
                  I feel I haven't learned much. There is long way to go πŸ˜‰πŸ˜‰πŸ˜‰πŸ˜Š

                  Pascal , , assembler(like 1 course)
                  FORTRAN IV / 77, C, C++, assembler, do not remeber all
                  BASIC
                  x86 assembler at that time because I wanted to learn how CPUs actually work.
                  late 90s
                  Continued with Ada, C++98 and some SPARC assembler,
                  started on trash-80 model 1 and DEC minicomputers. learned BASIC, Fortran4, and numerous assemblers
                  Casio graphics calculator.
                  IBM mainframe
                  Bell System Practices ) 750k Jet propelled

                  Wooooow! Sooo much exciting. Not even heard about some of the things here
                  Really So much interesting. You are the guys who made programming this easier for us

                  Let's make QT free or It will go forever

                  TRUE AND FALSE <3

                  JonBJ 1 Reply Last reply
                  0
                  • Thank YouT Thank You

                    Ohhh! man Everyone are very old here πŸ˜‚πŸ˜‚πŸ˜‚(don't be offended guys)
                    Because I hadn't met peoples who really coded in assembly as commercials and most of you have FORTRAN. Oh! This seems old for me too.
                    I feel I haven't learned much. There is long way to go πŸ˜‰πŸ˜‰πŸ˜‰πŸ˜Š

                    Pascal , , assembler(like 1 course)
                    FORTRAN IV / 77, C, C++, assembler, do not remeber all
                    BASIC
                    x86 assembler at that time because I wanted to learn how CPUs actually work.
                    late 90s
                    Continued with Ada, C++98 and some SPARC assembler,
                    started on trash-80 model 1 and DEC minicomputers. learned BASIC, Fortran4, and numerous assemblers
                    Casio graphics calculator.
                    IBM mainframe
                    Bell System Practices ) 750k Jet propelled

                    Wooooow! Sooo much exciting. Not even heard about some of the things here
                    Really So much interesting. You are the guys who made programming this easier for us

                    JonBJ Offline
                    JonBJ Offline
                    JonB
                    wrote on last edited by JonB
                    #28

                    @Thank-You
                    I'm not sure you'd benefit much nowadays from picking up on some of the things we say we have used. IBM mainframes are going out of fashion, and there's no longer much demand for programming, say, a pocket calculator.
                    :D

                    What you might learn from some of us oldies, however, is that it is quite usual to get more grumpy/irritable as you age....

                    K 1 Reply Last reply
                    2
                    • JonBJ JonB

                      @Thank-You
                      I'm not sure you'd benefit much nowadays from picking up on some of the things we say we have used. IBM mainframes are going out of fashion, and there's no longer much demand for programming, say, a pocket calculator.
                      :D

                      What you might learn from some of us oldies, however, is that it is quite usual to get more grumpy/irritable as you age....

                      K Offline
                      K Offline
                      koahnig
                      wrote on last edited by
                      #29

                      @JonB said in Since when did you start QT?:

                      What you might learn from some of us oldies, however, is that it is quite usual to get more grumpy/irritable as you age....

                      ;) :D rofl

                      Is there already a blog called "The grumpy programmer"?
                      If not, maybe we should start it.

                      Vote the answer(s) that helped you to solve your issue(s)

                      mzimmersM 1 Reply Last reply
                      1
                      • K koahnig

                        @JonB said in Since when did you start QT?:

                        What you might learn from some of us oldies, however, is that it is quite usual to get more grumpy/irritable as you age....

                        ;) :D rofl

                        Is there already a blog called "The grumpy programmer"?
                        If not, maybe we should start it.

                        mzimmersM Offline
                        mzimmersM Offline
                        mzimmers
                        wrote on last edited by
                        #30

                        Is there already a blog called "The grumpy programmer"?
                        If not, maybe we should start it.

                        It would never work...the mods would delete every post for being too annoying...

                        K 1 Reply Last reply
                        3
                        • mzimmersM mzimmers

                          Is there already a blog called "The grumpy programmer"?
                          If not, maybe we should start it.

                          It would never work...the mods would delete every post for being too annoying...

                          K Offline
                          K Offline
                          koahnig
                          wrote on last edited by
                          #31

                          @mzimmers said in Since when did you start QT?:

                          Is there already a blog called "The grumpy programmer"?
                          If not, maybe we should start it.

                          It would never work...the mods would delete every post for being too annoying...

                          It may work, if we pretend to be cats?

                          Vote the answer(s) that helped you to solve your issue(s)

                          mzimmersM 1 Reply Last reply
                          0
                          • K koahnig

                            @mzimmers said in Since when did you start QT?:

                            Is there already a blog called "The grumpy programmer"?
                            If not, maybe we should start it.

                            It would never work...the mods would delete every post for being too annoying...

                            It may work, if we pretend to be cats?

                            mzimmersM Offline
                            mzimmersM Offline
                            mzimmers
                            wrote on last edited by
                            #32

                            @koahnig said in Since when did you start QT?:

                            It may work, if we pretend to be cats?

                            ^^ flagged for being annoying.

                            1 Reply Last reply
                            2
                            • A Offline
                              A Offline
                              Anonymous_Banned275
                              wrote on last edited by
                              #33

                              I do not believe "annoying" is the right word.
                              Us old farts value our time ( we got grad-kids and "honey do this and honey do that " ) and when I ask "how much is one plus one "
                              and get a lecture about binary system
                              it gets to the point of limiting participation ( see the post about "why are less people here " ) .
                              It seem that "educators" value "I do not know the answer, but I know where is a pile of rocks" approach.
                              Another "annoying " approach seem to be norm - do not known how to fix it so let's buy a new one.

                              If I could influence anybody - choosing software "development" as a life-time carrier - ( getting of subject ) - most of the "cool stuff" has been coded and some "learning curves" are no more then of ever increasing speed of "down spirals " .

                              "Choose wisely .... grasshopper ..."

                              1 Reply Last reply
                              1
                              • U Offline
                                U Offline
                                UG SEP
                                wrote on last edited by UG SEP
                                #34
                                @Thank-You said in Since when did you start QT?:
                                

                                Just wanted to know
                                When did you people start learning QT?
                                I have started it 53 days ago
                                please add your experience before learning QT.
                                Before Qt I just thing that creating GUI projects are difficult but I found it easier than using graphics.h header file in c++

                                Aren't you attracted by other easy frameworks (although they are not in c++) LIKE
                                FLUTTER , REACT NATIVE , DELPHI, C++ BUILDER (not easy but alternative), Ionic etc.
                                Nope, It is my first framework and before it i Just only know c,c++,data structure and creates project in the only
                                I have published them in my Channel If you want to check my experience before you can see the project and identify me...
                                https://youtu.be/F-55d7TX-aM

                                1 Reply Last reply
                                0
                                • Thank YouT Thank You

                                  Just wanted to know
                                  When did you peoples started learning QT ? Please mention your age when you started programming too. πŸ˜‚πŸ˜‚
                                  please add your experience before learning QT.

                                  Aren't you attracted by other easy frameworks (although they are not in c++) LIKE
                                  FLUTTER , REACT NATIVE , DELPHI , C++ BUILDER (not easy but alternative) , Ionic etc.

                                  kshegunovK Offline
                                  kshegunovK Offline
                                  kshegunov
                                  Moderators
                                  wrote on last edited by
                                  #35

                                  @Thank-You said in Since when did you start QT?:

                                  When did you peoples started learning QT ?

                                  In uni, somewhere about 2007-2008. Physics is dry and tiring so I benefited from having a "safe place" (yes, it is sarcasm).
                                  At that point I had a significant understanding of C++ already, which made cruising through Qt a pleasure.

                                  Please mention your age when you started programming too. πŸ˜‚πŸ˜‚

                                  10th grade or thereabouts - circa 2003.

                                  please add your experience before learning QT.

                                  A couple of projects or so, a few hobby/learning ones.

                                  Aren't you attracted by other easy frameworks (although they are not in c++) LIKE
                                  FLUTTER , REACT NATIVE , DELPHI , C++ BUILDER (not easy but alternative) , Ionic etc.

                                  Nope.

                                  Read and abide by the Qt Code of Conduct

                                  mrjjM 1 Reply Last reply
                                  0
                                  • kshegunovK kshegunov

                                    @Thank-You said in Since when did you start QT?:

                                    When did you peoples started learning QT ?

                                    In uni, somewhere about 2007-2008. Physics is dry and tiring so I benefited from having a "safe place" (yes, it is sarcasm).
                                    At that point I had a significant understanding of C++ already, which made cruising through Qt a pleasure.

                                    Please mention your age when you started programming too. πŸ˜‚πŸ˜‚

                                    10th grade or thereabouts - circa 2003.

                                    please add your experience before learning QT.

                                    A couple of projects or so, a few hobby/learning ones.

                                    Aren't you attracted by other easy frameworks (although they are not in c++) LIKE
                                    FLUTTER , REACT NATIVE , DELPHI , C++ BUILDER (not easy but alternative) , Ionic etc.

                                    Nope.

                                    mrjjM Offline
                                    mrjjM Offline
                                    mrjj
                                    Lifetime Qt Champion
                                    wrote on last edited by
                                    #36

                                    Hi

                                    • When did you peoples started learning QT ?
                                      22 SEPT 2014
                                      Made an account and downloaded Qt.

                                    • Please mention your age when you started programming too. πŸ˜‚πŸ˜‚
                                      around 14-15. i think its more than 30 years ago.

                                    • please add your experience before learning QT.

                                    a little asm, pure c, borland C++ in DOS. then OWL (borland framework)
                                    in Windows for workgroups.
                                    Then Delphi for 5 years win 95 and up
                                    c++ builder. ( i loved it)
                                    Tons of Visual basic until they ruined it with their "managed" shit.
                                    I use still something called Kylix which is c++ Builder for linux.
                                    Many different types of project. Much info system and desktop publishing
                                    systems.

                                    -- Aren't you attracted by other easy frameworks (although they are not in c++) LIKE
                                    -- FLUTTER , REACT NATIVE , DELPHI , C++ BUILDER (not easy but alternative) , Ionic etc.

                                    Well yes for the web generation. I tried FLUTTER and was so disappointed as its "state of the art"
                                    and dont even contain a wysiwyg editor and to top it off they used a new language called Dart.
                                    Like the world needed yet another one. Made some web services even it was not called that back then :)

                                    If I could not use Qt , i would use C++ builder. It's extremely rich and its data controls is the best i ever used.
                                    I also like Delphi but its pascal language feels strange now.

                                    Thank YouT 1 Reply Last reply
                                    0
                                    • mrjjM mrjj

                                      Hi

                                      • When did you peoples started learning QT ?
                                        22 SEPT 2014
                                        Made an account and downloaded Qt.

                                      • Please mention your age when you started programming too. πŸ˜‚πŸ˜‚
                                        around 14-15. i think its more than 30 years ago.

                                      • please add your experience before learning QT.

                                      a little asm, pure c, borland C++ in DOS. then OWL (borland framework)
                                      in Windows for workgroups.
                                      Then Delphi for 5 years win 95 and up
                                      c++ builder. ( i loved it)
                                      Tons of Visual basic until they ruined it with their "managed" shit.
                                      I use still something called Kylix which is c++ Builder for linux.
                                      Many different types of project. Much info system and desktop publishing
                                      systems.

                                      -- Aren't you attracted by other easy frameworks (although they are not in c++) LIKE
                                      -- FLUTTER , REACT NATIVE , DELPHI , C++ BUILDER (not easy but alternative) , Ionic etc.

                                      Well yes for the web generation. I tried FLUTTER and was so disappointed as its "state of the art"
                                      and dont even contain a wysiwyg editor and to top it off they used a new language called Dart.
                                      Like the world needed yet another one. Made some web services even it was not called that back then :)

                                      If I could not use Qt , i would use C++ builder. It's extremely rich and its data controls is the best i ever used.
                                      I also like Delphi but its pascal language feels strange now.

                                      Thank YouT Offline
                                      Thank YouT Offline
                                      Thank You
                                      wrote on last edited by
                                      #37

                                      I feel soo blessed to get reply from you guys.
                                      I thought you were like of 20-25 Oh ! man , You guys are almost two times of that 😁😁
                                      @JonB
                                      You guys have tons of experience So I can learn many many thing from you guys.
                                      Like coding style I am at my late teens So there is much to gooooo


                                      And it's always easy to go in path that you suggested So You all are very helpful.
                                      I use to ask questions in stack overflow but used to get bad comments instead of getting answer. Later found QT forum

                                      So Switched to QT

                                      Found it interesting. If there is mistake also here You would suggest me. And most important you guys are not rude.

                                      I learned about markdown today So did some stylings in the text 🀣🀣🀣🀣

                                      Let's make QT free or It will go forever

                                      TRUE AND FALSE <3

                                      kshegunovK 1 Reply Last reply
                                      0
                                      • Thank YouT Thank You

                                        I feel soo blessed to get reply from you guys.
                                        I thought you were like of 20-25 Oh ! man , You guys are almost two times of that 😁😁
                                        @JonB
                                        You guys have tons of experience So I can learn many many thing from you guys.
                                        Like coding style I am at my late teens So there is much to gooooo


                                        And it's always easy to go in path that you suggested So You all are very helpful.
                                        I use to ask questions in stack overflow but used to get bad comments instead of getting answer. Later found QT forum

                                        So Switched to QT

                                        Found it interesting. If there is mistake also here You would suggest me. And most important you guys are not rude.

                                        I learned about markdown today So did some stylings in the text 🀣🀣🀣🀣

                                        kshegunovK Offline
                                        kshegunovK Offline
                                        kshegunov
                                        Moderators
                                        wrote on last edited by
                                        #38

                                        @Thank-You said in Since when did you start QT?:

                                        You guys have tons of experience So I can learn many many thing from you guys.

                                        My best advice is:
                                        "Don't be lazy, write clean consistent readable code."
                                        otherwise you're going to be setting yourself up for failure, or at the very least creating unnecessary trouble for yourself. Always keep in mind that code is read much more than it's written, and the guy that's going to read it most of the time is going to be you.

                                        I thought you were like of 20-25Oh ! man , You guys are almost two times of that 😁😁

                                        Yeah, we are late bloomers ;P

                                        Read and abide by the Qt Code of Conduct

                                        Thank YouT VRoninV 2 Replies Last reply
                                        2
                                        • kshegunovK kshegunov

                                          @Thank-You said in Since when did you start QT?:

                                          You guys have tons of experience So I can learn many many thing from you guys.

                                          My best advice is:
                                          "Don't be lazy, write clean consistent readable code."
                                          otherwise you're going to be setting yourself up for failure, or at the very least creating unnecessary trouble for yourself. Always keep in mind that code is read much more than it's written, and the guy that's going to read it most of the time is going to be you.

                                          I thought you were like of 20-25Oh ! man , You guys are almost two times of that 😁😁

                                          Yeah, we are late bloomers ;P

                                          Thank YouT Offline
                                          Thank YouT Offline
                                          Thank You
                                          wrote on last edited by
                                          #39

                                          @kshegunov
                                          I actually got lesson on writing maintainable code by making one big project. But I am not sure the code is clean or not. It is learning process So I hope to be good at it.

                                          very least creating unnecessary trouble for yourself.

                                          Yes I got into huge trouble at some point while doing project πŸ˜‚πŸ˜‚πŸ˜ƒ Later got some advice. I am learning form this forum. Before I just used to code and ask question if I stuck in problem. I was just scrolling one day and I found many interesting new questions and much here. So now I am active most of the day in this forum. (not always seeing codes but just checking time to time)
                                          Again We can learn from you guys

                                          Let's make QT free or It will go forever

                                          TRUE AND FALSE <3

                                          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