Here is a ftp client I 'stole' a few years ago from the internet and wrapped it in a class. The GetFile () function gives you progress that you can use for a progress window.
30617
30619
for (int correct = 0; correct < QUESTION; correct++)
{
if (answerKey[answer] == testAnswers[a])
correctAnswer++;
}
You keep comparing the same thing. 'a' and 'answer' never change inside the...
'Porting' a windows app. usually means a big rewrite of the entire app. If it is written in a windows-specific language/c-dialect (for example MFC or C#) it means you need to start from scratch.
You can use the layout-grid in the resource editor. This automagically resizes everything on a widget when the widget is resized. Also, there are forums specially for QT (http://www.qtcentre.org/).
Yes, but that is a mistake made by employers, but you can't fix their opinion. I am a selftought person and have written in more then 10 totally different languages, and currenty in my job, I can't...