回答編集履歴
1
追記
test
CHANGED
@@ -1 +1,11 @@
|
|
1
1
|
ifdefをifndef
|
2
|
+
|
3
|
+
|
4
|
+
|
5
|
+
---
|
6
|
+
|
7
|
+
|
8
|
+
|
9
|
+
`double Interaction::*CalculateCohesion(...)`などポインタを返したいであろう関数は
|
10
|
+
|
11
|
+
`double *Interaction::CalculateCohesion(...)`
|