Hi All,

For those of you who could not attend FOSS4G 2009, my presentation on FDO
Toolbox is now online.

http://themapguyde.blogspot.com/2009/11/my-foss4g-presentation-recorded-and.html

Many thanks to the folks from FOSSLC for recording this (and many other
presentations) at the event.

- Jackie

-- 
Blog: http://themapguyde.blogspot.com
LinkedIn: http://www.linkedin.com/in/jackieng
Twitter: http://twitter.com/jumpinjackie

Why const correctness is good:

void foo(const int DEFCON)
{
  if (DEFCON = 1)     //< FLAGGED AS COMPILER BUG! WORLD SAVED!
  {
      fire_missiles();
  }
}
_______________________________________________
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users

Reply via email to