Tagged Questions
The programmming tag has no wiki summary.
9
votes
7answers
1k views
Best practises for dealing with monetary amounts in C#
I have read a couple of articles about the perils of certain data types being used to store monetary amounts. Unfortunately, some of the concepts are not in my comfort zone.
Having read these ...
3
votes
3answers
775 views
What is the difference between statically typed and dynamically typed languages?
I hear a lot that new programming languages are dynamically typed but what does it actually mean when we say a language is dynamically typed vs. statically typed?
Thanks
1
vote
3answers
66 views
Mathematic calculations in programming
I'm trying to work on a demonstration about multithreading. I need an example of a computationally-intensive function/method. But at the same time, the code that does the computing should be simple.
...
1
vote
9answers
1k views
What is the most interesting obscure programming language you know of?
I ask cause I'm designing a programming language and would like some new material. By interesting, I don't mean languages like LOLCODE and brainf*ck - I mean real languages. The newer the better ...
0
votes
1answer
153 views
Re-programming the output on a Magtek MagWedge
I am trying to reprogram the the output of my Magtek MagWedge and I cant find any documentation on how the syntax to send to output just the cc number from my cc swipe reader and not of the other data
...