If you write a C++ program using the ISO C++ libraries that runs on a Windows PC, is it possible to move your program over to a computer running MacOS? Explain why?
What will be an ideal response?
Yes, because the ISO libraries are built with standardized (universal) C++ language. You would need to recompile and build the program with a Mac OS C++ environment, but you would not change the source code.
Computer Science & Information Technology
You might also like to view...
The default alignment for text in a new document is Align Text Left.
a. true b. false
Computer Science & Information Technology
The ____ operation in Von Neumann machines uses a special set of bits known as condition codes.
A. compare B. addition C. control D. looping
Computer Science & Information Technology