Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Newbie confused with terminologies and need a hand
Forum Updated to NodeBB v4.3 + New Features

Newbie confused with terminologies and need a hand

Scheduled Pinned Locked Moved General and Desktop
3 Posts 3 Posters 1.5k 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.
  • A Offline
    A Offline
    archimedes1981
    wrote on last edited by
    #1

    Hi,
    I have had a little experience with ANSI C and Pascal a long time ago and I did fine. However now I need a little application and I thought I could do it myself while learning a new language. I am finding that there is a huge leap from what I know to what Qt is and I thought someone could lead the way cos I've been searching and all I find is uncomprehensive source which I paste and works but don't know a thing of what it's doing or why.
    First of all what is a header file for?
    What is a class?
    I need to open and edit a .csv file.
    I need the building blocks to start understanding HOW to create a program from scratch while knowing what i'm doing. I'm not pasting what I have now cos I don't know why it's done like that.
    thanks

    1 Reply Last reply
    0
    • K Offline
      K Offline
      koahnig
      wrote on last edited by
      #2

      welcome to devnet

      You should have at least a look to a tutorial on C++ first. Some sound understanding of object oriented programming is recommended before you start to dig into Qt. A possible entry for C++ could be "this":http://www.cplusplus.com/doc/tutorial/ but google may help you to find more.

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

      1 Reply Last reply
      0
      • ZlatomirZ Offline
        ZlatomirZ Offline
        Zlatomir
        wrote on last edited by
        #3

        I recommend a book, at least that is how i understood C++ - tutorials are good when you want to remember the operator precedence or tricks with stl's functors or other specific issues, but to understand C++ and then Qt framework i think a book is better.

        You can search for Thinking in C++ there are two volumes written by Bruce Eckel - they are recommended by many programmers and are free to download.

        And then for Qt you can choose from "here":http://qt-project.org/books - the first edition of C++ GUI Programming with Qt 4 is free for download, if i remember correctly.

        https://forum.qt.io/category/41/romanian

        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