Category Archives: C++

Installing Qt SDK 1.14 on ubuntu 10.04

Ok… The wife would like me to write her a small app for her N8 christmas.(Ok… how hard can this be??) I found the the SDK for Nokia on this link: http://www.developer.nokia.com/info/sw.nokia.com/id/da8df288-e615-443d-be5c-00c8a72435f8/Qt_SDK.html Hm.. The site does not recogize that I’m … Continue reading

Posted in C++, Nokia, QT, Ubuntu | Leave a comment

Getting slightly hung up on my first home work assignment for my Advanced C++ class

So… I just started my advance C++ class at my local community college. The book being used for the class is Data Structures with C++ using STL by William Ford  and Willam Top. The book isn’t what I call an … Continue reading

Posted in C++ | Leave a comment

Messing around with openGl

My little one has been asking me make her a computer game and  some toys out of plastic…  Can’t be wood or metal… Needs to be plastic. Hmmm. The computergame I think I can handle…. The toys out of plastic … Continue reading

Posted in C++, Uncategorized | Leave a comment

Taking another crack at getting sound working on Hardy 8.04

Ok…. My little one has been really getting into the games I have on my pc lately.. The main issue is that we don’t have sound. From the posts on Ubuntu, I just get the impression that this is been … Continue reading

Posted in C++, Uncategorized | 1 Comment

(Part 4 Connect) Exploring wxWidgets using zetcode’s “A simple button” and Code::Blocks.

I’ve been line by line through zetcode tutorial titled “A Simple button” using the IDE C::B Code::Blocks. http://zetcode.com/tutorials/wxwidgetstutorial/firstprograms/ This tutorial produces some output that looks like this: The source looks like this: #include “button.h” Button::Button(const wxString& title) : wxFrame(NULL, wxID_ANY, … Continue reading

Posted in C++, Uncategorized | Leave a comment

Taking another crack at Programming with gtkmm