VMR9
Right now I’m dealing with some code of mine that isn’t working on a Microsoft product. I got...
UIPickerView and UITableView on iOS
I gave up on trying to get a UIPickerView to work properly on a UITableView. In a previous...
What’s wrong with this code?
I love reading code like this: int IAmGoingToReturnAnInt ( int* gimmeSomeData ) { int munchMunch = *gimmeSomeData; ++munchMunch;...
Detecting memory leaks in Visual Studio
This is a good reference for me since I have to do this on occasion when I switch...
Using regular expressions with Visual Studio
Today, I began using regular expressions to change a whole bunch of code. However, what I learned from...
The iPhone development continues
I’m having the darn-est time with this UIPickerView thing. I created a table view that has 4 rows....
Surprise!
I actually implemented a large if, else if statement on the Mac with no problems. Go to compile...
Performing a large search and replace
Thanks to my co-worker for showing me this really cool trick in TextMate! I have this project I’m...
Making sense of CrashReporter…
So, if I have a CrashReporter dump for a release application I am trying to troubleshoot, I found...
Hey… where’d you go?
A co-worker of mine had trouble debugging his library in Xcode. For some strange reason, GDB would not...