CSC/ECE 517 Fall 2011/ch7 7a or: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
(Created page with "Wiki Chapter: CSC/ECE 517 Fall 2011/ch7 7a or ''7a. Representing money. Skrien Chapter 6 gives an example of a class that can be used to represent money. But how is it done in...")
 
No edit summary
Line 4: Line 4:
__TOC__
__TOC__
==Introduction==
==Introduction==
==Resources==
*Need to go through these for information
[[http://courses.ncsu.edu/csc517//common/lectures/notes/lec20.pdf]]
[[http://drdobbs.com/java/184405653]]
[[http://www.javapractices.com/topic/TopicAction.do?Id=13]]
[[http://www.javaranch.com/journal/2003/07/MoneyInJava.html]]
[[http://timeandmoney.sourceforge.net/]]
[[http://joda-money.sourceforge.net/]]
[[http://lemnik.wordpress.com/2011/03/25/bigdecimal-and-your-money/]]
[[http://www.opentaps.org/docs/index.php/How_to_Use_Java_BigDecimal:_A_Tutorial]]
[[http://junit.sourceforge.net/doc/testinfected/testing.htm]]
[[http://www.xencraft.com/resources/multi-currency.html]] -nothing programming-wise, but a good overview of the considerations for currency
[[http://www.di-mare.com/adolfo/p/money.htm]]
[[http://edenti.deis.unibo.it/utils/Java-tips/Currency%20representation.txt]]

Revision as of 00:11, 29 November 2011

Wiki Chapter: CSC/ECE 517 Fall 2011/ch7 7a or

7a. Representing money. Skrien Chapter 6 gives an example of a class that can be used to represent money. But how is it done in real programs? Investigate, and report on the advantages and disadvantages of other approaches vs. Skrien's.

Introduction

Resources

  • Need to go through these for information

[[1]] [[2]] [[3]] [[4]] [[5]] [[6]] [[7]] [[8]] [[9]] [[10]] -nothing programming-wise, but a good overview of the considerations for currency [[11]] [[12]]