#Hey! I need some urgent help with my C++/assembly homework;

1 messages · Page 1 of 1 (latest)

naive burrowBOT
#

When your question is answered use !solved to mark the question as resolved.

Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For tips on how to ask a good question use !howto ask.

open fjord
#

You could reimplement atoi in assembly, which isn't that hard if you ignore edge cases

spice sentinel
#

Yeah I know, but it's for an assignment and they are specifically asking not to use it

#

Here is my task, to be more specific.

#

All of the numbers from file must go into string and through Assembly worked with the given formula(0.5A+0.5B) and returned to int array

open fjord
#

You can do it in C first, then translate the code into asm

#

Maybe even use SIMD to score extra points