Search Results

0
votes
14answers
747 views

What are some good compilers to use when learning C++?

What are some suggestions for easy to use C++ compilers for a beginner? Free or open-source ones would be preferred. …
2
votes
14answers
413 views

What are some problems old C++ textbooks may have?

I've been trying to pick up C++ and I have an old textbook a professor gave me awhile ago. The book was published in 1998 and I've been reading through it. The first area that I ran into pr …
0
votes

How can I multiply two 64bit numbers using x86 assembly language?

It depends what language you are using. From what I remember from learning MIPS assembly, there is a Move From High command and a Move From Lo command, or mflo and mfhi. mfhi stores the top 64bits …