討論串[問題] call by value的問題
共 2 篇文章
首頁
上一頁
1
下一頁
尾頁

推噓4(4推 0噓 8→)留言12則,0人參與, 最新作者schizophrena (你很記者你很腦殘)時間7年前 (2017/09/01 10:52), 編輯資訊
0
0
0
內容預覽:
我寫了一個程式. public class classA. {. public int a;. public int b;. public void classA(int _a, int _b). {. a = _a;. b = _b;. }. }. public class useClassA.
(還有561個字)

推噓3(3推 0噓 10→)留言13則,0人參與, 最新作者madmanQ (D.)時間16年前 (2008/11/07 23:51), 編輯資訊
0
0
0
內容預覽:
我是最近才開始學C#的,去弄了本書來自修. 看到call by value的時候,就有一點點看不懂了. 雖然之前學過一些C++,可是都忘光了 ^^". 下面是書上的範例. using System;. public class example. {. public static void Main(
(還有286個字)
首頁
上一頁
1
下一頁
尾頁