[過去ログ]
Visual Studio 2017 Part5 (1002レス)
Visual Studio 2017 Part5 http://mevius.5ch.net/test/read.cgi/tech/1520336504/
上
下
前次
1-
新
通常表示
512バイト分割
レス栞
抽出解除
レス栞
このスレッドは過去ログ倉庫に格納されています。
次スレ検索
歴削→次スレ
栞削→次スレ
過去ログメニュー
142: デフォルトの名無しさん (ワッチョイ f3b3-opPu) [sage] 2018/03/17(土) 23:29:12.43 ID:KpeS82sv0 >>118 #include <stdio.h> #include <string.h> int main() { char *a = "foo"; char *b = "bar"; if (strcmp(a, b) != 0) { printf("%d", strcmp(a, b)); /* -> 1 */ } return 0; } http://mevius.5ch.net/test/read.cgi/tech/1520336504/142
143: 片山博文MZ ◆T6xkBnTXz7B0 (スフッ Sdd7-5vKF) [sage] 2018/03/17(土) 23:36:46.43 ID:6umCop+Md >>142 const char *a = "foo"; const char *b = "bar"; もしくは char a[] = "foo"; char b[] = "bar"; http://mevius.5ch.net/test/read.cgi/tech/1520336504/143
150: デフォルトの名無しさん (ワッチョイ f3b3-opPu) [sage] 2018/03/18(日) 01:58:19.94 ID:vTP8CpkY0 >>142で、*(a + 1) = 'x';した後のaが"fxo"にならないのは何故? http://mevius.5ch.net/test/read.cgi/tech/1520336504/150
メモ帳
(0/65535文字)
上
下
前次
1-
新
書
関
写
板
覧
索
設
栞
歴
スレ情報
赤レス抽出
画像レス抽出
歴の未読スレ
AAサムネイル
Google検索
Wikipedia
ぬこの手
ぬこTOP
0.037s