討論串C#使用struct問題???
共 2 篇文章
首頁
上一頁
1
下一頁
尾頁

推噓0(0推 0噓 0→)留言0則,0人參與, 最新作者ganson (啊桑)時間21年前 (2004/07/27 17:13), 編輯資訊
1
0
0
內容預覽:
戍琣菑v設計一個dll的檔案. 裡面有個struct... typedef struct test{. char name[80];. int age;. test *next;. };. 可是似乎不能夠在C#的語法使用. test *next;. 編譯器會警告我"結構配置中會造成循環". 實在讓我

推噓0(0推 0噓 0→)留言0則,0人參與, 最新作者tomex (tomex_ou)時間21年前 (2004/07/28 09:19), 編輯資訊
0
0
0
內容預覽:
指標(pointer)在c#裏是屬於unmanaged code. 有特殊的寫法與宣告,建議你先看一下該部分,再找問題... --. You're recommended to vist C_Sharp in PTT.. We are the C#, resistance is futile.. -
首頁
上一頁
1
下一頁
尾頁