hour15_3.txt
来自「《24学时精通c++》的随书源码的下半部分。欢迎下载学习。」· 文本 代码 · 共 10 行
TXT
10 行
You would be writing values in space you did not reserve for that purpose.
If you were lucky, the operating system would notice and give you a
segmentation violation (A GPF under Microsoft Windows).
If you were unlucky, you would change the value of other variables (since
they are just memory locations) to strange values and get really
weird behavior (like an infinite loop if the index in a for-loop got
set to zero somewhere in the middle of the loop range!).
There is no real "solution" to this exercise...
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?