不确定*p++哪个优先级高了,想偷懒到百度找找解释,发现高赞的评论下也骂声一片,还是回头自己试试。 1 #include <iostream> 2 using namespace std; 3 4 void test_prior() 5 { 6 int a=10,*pa=&a; 7 int b=10 Read More
posted @ 2021-12-14 15:33 cat_dog_pig Views(783) Comments(0) Diggs(0)