Recent Posts

TamsPalm-the Palm Os Blog

TamsPalm-the Palm Os Blog

Return To Blog Listing

TamsPalm-the Palm OS Blog is a Palm OS and PDA related blog. We carry content for users and developers. Visit us for howto information, tutorials, reviews, news, sample code and much more!

Search This Blog's Tags For:

Recent Posts Tagged With 'sample code'

  • Use C and C++ code together – undefined reference galore

    Posted on Sunday August 2nd, 2009 at 22:15 in sample code

    If word on the street is to be believed, C and C++ can coexist peacefully. Just include the C library< 's header into your C++ file, put them both in a project as seen on the left, and you are set to go. Unfortunately, this isn't the case - things li...