Koh Lan
After a few month joining www.taklong.com , this is the first trip with the fans. Koh-lan is an island, it is just about 20 minutes away from pataya. This place is a nice place where we can dive, water is very clear and clean. I was enjoy the trip with all friends, Thank you teacher!
C++ - การสร้างไดนามิกอาร์เรย์
-
ตัวอย่างการสร้างเมทริกซ์ โดยใช้ Dynamic Memory Allocation ใน C++
int** array = new int*[dim];
for(int i = 0; i < dim; i++)
array[i] = new int[dim];
จากโค...
15 years ago
No comments:
Post a Comment