Recent content by jmaat7

  1. J

    Data Processing Transfer Sequence in CPU for Keyboard Input

    haha, this is too complex for a short answer. read up on operating systems and architecture and you will understand *a little* more. The accurate short answer - it depends.
  2. J

    Why Does the lea dx, bp+variable Instruction Cause an A2049 Error in MASM?

    Just a guess, but try and switch them around. dx,variable+bp or brackets dx,[variable+bp] ;or try dx,[bp+variable]just a guess
  3. J

    C/C++ Eclipse Error 'Program File Does Not Exist'

    You're running it in eclipse? With what compiler? My guess with that error message is that you don't have the right plugins installed in the IDE. I've never worked with C++ in eclipse, but I think there is a development kit called CDT that you can use. Did you try a different IDE? I got...
  4. J

    Accounting vs. Computer Science

    avant - you posted the above question in another thread. yes technology can make things more efficient, and it has in accounting. And yes there is less need for accountants to do the work. but accounting is not the same as pushing information. It is more like Law. The accountant makes sure...
  5. J

    Will accounting remain a viable career option in the future?

    ACCOUNTING DOES NOT REQUIRE MUCH MATH. Ok I had to put my 2 cents in because i actually work in general accounting (also have my Bach of Sci in accounting) and one day plan to become a cpa. To get to take the exam, i needed about another 36 credit hours of school , so instead of choosing to be...
Back
Top