Recent content by carterw

  1. C

    Writing a Program to Divide Numbers - Help Needed

    Hi Warren, Thanks, I have started using a '94 version of C++, are you familiar with this? I managed to get a useful program working. Two problems though that I have not been able to find solutions to yet. 1) How do i get it so the program resets at the press of a button so I don't...
  2. C

    Writing a Program to Divide Numbers - Help Needed

    Hello. I would like to write a program into which I can input any number, say 11133, and divide this by a list of numbers, say 543, 345, 2368... and have the program print the list of results, integers only, with the remainder. I imagine this is a fairly simple program to write, but I am...
  3. C

    Find Easy-to-Use Math Programs to Simplify Your Calculations

    Hi Warren, I heard that "Octave" is also free software and is also useful. I even have all the files unzipped in a folder. But it looks like a daunting task to learn how to install this. Also. To learn a language like C++ or Basic; What kind of limitations might these have. I am...
  4. C

    Find Easy-to-Use Math Programs to Simplify Your Calculations

    Thanks Warren, I was able to do some significant things with microsoft Excel. I am not very familiar with programming languages but would like to begin study. Would you have any suggestions as to the language that can be learned the fastest that can also handle math well? Dan
  5. C

    Find Easy-to-Use Math Programs to Simplify Your Calculations

    Hi All, Does Anyone know of any Math programs that are easy to use that I can download from the net. What I am trying to do is organize a long string of digits in groups of three, add the groups, and subtract from each running total certain incremental values. Thanks in Advance. Dan
Back
Top