Join Best C & C++ training Institute they will you beter
Join Best C & C++ training Institute they will you beter
Dietel and Dietel, C++ How To Program
Excellent introductory textbook on the C++ language. This book is also fairly comprehensive -- it includes a reasonable coverage of all the basic language features.
I can swear by this book since it's the book from which I learned C++.
Bruce Eckel, Thinking in C++
Eckel's books have become very popular. His C++ book is freely available on the web. I haven't read it, but I have his java book, which is a gem. Take a look at the one on the web, and buy it if you like it.
Andrew Koenig and Barbara Moo, Acclerated C++
A C++ textbook that takes an innovative and nontraditional approach by teaching C++ without ``teaching C'' first. This book adopts a relatively rapid pace, it's more like a second text than a first. This is one of the few beginner books I've seen where all the code in the book really looks like C++, and not some bizarre prehistoric C-like dialect. Another thing I like about the book is they teach just the right subset -- rather than asking the reader to rote-memorise the details of every STL class, they focus on the important ones (mostly map, list and vector).
Hi there can you advise me good books to learn Qt or course? Thank you!
Last edited by d_stranz; 12th January 2021 at 17:42. Reason: removed URL
The book by Witold Wysota and his co-authors, "Game Programming Using Qt 5" (ISBN-10 : 1788399994, ISBN-13 : 978-1788399999) is a good start.
The Qt distribution contains a huge number of example programs and tutorials. Look on the Projects page of Qt Creator or Google for Qt tutorials.
Please do not post links to unrelated web sites or you may be banned for spamming.
<=== The Great Pumpkin says ===>
Please use CODE tags when posting source code so it is more readable. Click "Go Advanced" and then the "#" icon to insert the tags. Paste your code between them.
Bookmarks