This is a new (old) camera. The Minolta HI-MATIC 7SII from my father. It is a manual rangefider camera equip with minolta ROKKOR 40mm f/1,7. TTL light metering and shutter priority mode. I am just figure it around.
C++ - การสร้างไดนามิกอาร์เรย์
-
ตัวอย่างการสร้างเมทริกซ์ โดยใช้ Dynamic Memory Allocation ใน C++
int** array = new int*[dim];
for(int i = 0; i < dim; i++)
array[i] = new int[dim];
จากโค...
No comments:
Post a Comment