Hi Everyone,
As most of you know, FOSS4G 2009 in Sydney is just around the corner, so
who's gonna be attending?

I'll be personally presenting at the event (about my FDO Toolbox
application) on Day 2 (Oct 21st).

Being my first presentation ever at a major conference of any kind will be
quite interesting to say the least.

Hope to see you there.

- 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
[email protected]
http://lists.osgeo.org/mailman/listinfo/mapguide-users

Reply via email to