Welcome, Guest. Please login or register.

Author Topic: Two! Press Releases in December!  (Read 7023 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline bloodline

  • Master Sock Abuser
  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 12114
    • Show all replies
    • http://www.troubled-mind.com
Re: Two! Press Releases in December!
« on: January 17, 2009, 10:40:06 AM »
They expect people to pay for a Tip calculator... There are about 50 free ones on the App Store... And they do other cool things like split the bill, convert between currancies (auromatically via a live link to xe.com)... I guess Ray is getting better at programming now and has managed to copy out Example 2.3 from his "VB for dummies" book...

Offline bloodline

  • Master Sock Abuser
  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 12114
    • Show all replies
    • http://www.troubled-mind.com
Re: Two! Press Releases in December!
« Reply #1 on: January 17, 2009, 12:21:19 PM »
hahaha, ok just trying to think about the shear volume if code required to make the tip calculator work:

Code: [Select]

float tip = meal_price * 0.1;


That seriously must have taken Ray months and months of hard project planning and debugging to get that to work...