PDA

View Full Version : Two interesting links that can help a newbie to deep into QT and C++ programming



Ethan
24th September 2011, 10:04
Hello forum,

I am a newbie (and I think I will be for a long time :)) and I wanted to share with you two links that seemed to me to be interesting. Here you are:

1) This (http://www.youtube.com/user/VoidRealms#p/u) one seems to be a REALLY interesting channel in youtube, which starts with an introduction in C++ for those who are newbies in this programming language too. After this introduction, it starts with QT and its different aspects, all with more than 90 tutorials!!. I am planning to follow all of these.

2) This (http://www.youtube.com/watch?v=QLT7oEt6gLE) is just a simple video (a bit outdated) about the .ui file design. Not too much but I think it clarifies how to program graphically slots/signals and how to "mix" the graphical interface with our custom code.

Well, that's all, and hope it helps!!

PS: Of course, dont forget to see the "official" tutorials QT offers!.

-E

paie
24th September 2011, 13:20
> Maybe I'm missing something, but it appears the links are missing from your post.
> :)

Never mind, I see them now.

Ethan
24th September 2011, 15:15
ok! However, for those who still dont see the links just click in the "this" words.

-E

kalgorithmist
25th September 2011, 18:41
:D First, I thought it was a question and I was going to link to the youtube channel.

Also, Here (http://zetcode.com/tutorials/qt4tutorial/), a good tutorial especially the graphics part and the breakout-like game.