Well I tried the site that does those tracking things, but I really did not like how it is done, so I will just update the header file for my site to with the number of miles I have biked this year, as of not it is 23 miles, if you look at the top[…]
Today I biked up to Squall hill, then down to the Pittsburgh Irish Center for the CCE meeting, this is a group of people that meet to play music together (I don’t play, yet, I hope to be able to join them in playing in the future when I get OK with the Irish Tin[…]
In this post I talk about how I had a problem with static variables in a class Well I have solved the problem, but the answer is wrong, just wrong. The way I solved it was call from the program area, the calls to the functions that change the value out of the second lib,[…]
I think I am going to scream. I have an object in a lib that I made, this object has a static member that I expect (as per the C++ specs) that it should be the value I set it to last time I used it. So imagine the following class. [code] class a {[…]