ShiqiYu / CPP

Lecture notes, projects and other materials for Course 'CS205 C/C++ Program Design' at Southern University of Science and Technology.
2.07k stars 351 forks source link

Initialization on x86_64 platform #15

Closed ccwanggl closed 2 years ago

ccwanggl commented 3 years ago

In my machine

$ uname -a 
Linux DELL-Inspiron7580 5.10.16.3-microsoft-standard-WSL2 #1 SMP Fri Apr 2 22:23:49 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux

init.cpp output is

num1 = 0
num2 = 0
username0occupied commented 2 years ago

primary value is varying from platforms and systems(compiling platforms).