-
Notifications
You must be signed in to change notification settings - Fork 294
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
第5回の3(p6~p9)について #414
Comments
ごめんなさい,これは資料がわるくて,資料のように2つの引数の和を得るようにするには,
としてください. |
上手く行きました。ありがとうございます。 資料にあった~client.lは呼び出されたときにrandomでaとbを決めていたため、上の写真のようにランダムな足し算をくりかえしていたが、~client2.lではread-from-stringで入力を受け付けてそれをaとbにいれているというような理解で大丈夫でしょうか |
はい.それで完璧です.
--
◉ Kei Okada
2021年11月22日(月) 15:20 Himeno59 ***@***.***>:
… 上手く行きました。ありがとうございます。
資料にあった~client.lは呼び出されたときにrandomでaとbを決めていたため、上の写真のようにランダムな足し算をくりかえしていたが、~client2.lではread-from-stringで入力を受け付けてそれをaとbにいれているというような理解で大丈夫でしょうか
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#414 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AADYNXCOLBCZJ4FUCSJZX6TUNHOGZANCNFSM5IQBORRQ>
.
|
理解できました。ありがとうございます。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
第5回の「3 シンプルな遠隔関数呼び出しを書く」について
./add-two-ints-server.l
と
./add-two-ints-client.l 4 5
を実行すると
Requesting 4+5
4 + 5 = 9
ではなく以下のような出力になってしまいます。どのようにしたら良いでしょうか
The text was updated successfully, but these errors were encountered: