Posts from 2009/02
Let's write asm!
February 07, 2009 00:00
Today I was asked by a friend to help with his programming assignment. His program needs to take in a number and output the prime factors of the number. For example, 60 = (2^2)(3^1)(5^1)
So after trying to explain the problem to him, I decided to try writing it myself in C. Of course, he wrote his ...
Read post