Help with some basic questions# CS - 计算机科学
z*l
1 楼
1. How to achieve automatic type conversion from an object of Class X into one
of class Y
2. What is the difference between 16 bit system and a 32 bit operating system?
3 How to write the Unix command that searches through all subdirectories,
finds a file named "shit" and delete it
4 In unix, if you encounter "Permission denied", how to solve it
5.why a class that dynamially allocates memory in the constructor nees a
properly written copy constructor and assignment operator
Thanks a lot
of class Y
2. What is the difference between 16 bit system and a 32 bit operating system?
3 How to write the Unix command that searches through all subdirectories,
finds a file named "shit" and delete it
4 In unix, if you encounter "Permission denied", how to solve it
5.why a class that dynamially allocates memory in the constructor nees a
properly written copy constructor and assignment operator
Thanks a lot