半日レスつかなかったらシンゲティスト

a91d15e0 anonymous 2019-04-02 15:14
--完結--
98c93657 anonymous 2019-04-03 21:16
あい
c27139b0 anonymous 2019-04-04 09:55
半日の定義によるが、
>>a91d15e0
はシンゲティスト(かも)
>>98c93657
はシンゲティスト

さて俺は
c9db1149 anonymous 2019-04-04 16:47
>>c27139b0
だめです
7521bea6 anonymous 2019-04-05 16:35
尾張信長
740c2db5 anonymous 2019-04-05 16:52
は城で起つ
c42b54b3 anonymous 2019-04-05 22:18
わあい
75d624e8 anonymous 2019-04-06 08:42
>>c42b54b3
おはようございまーす
b039138d anonymous 2019-04-06 19:49
やべえやべえ
729b60cd anonymous 2019-04-06 20:09
>>b039138d
どしたどした
fa4dec9d anonymous 2019-04-09 10:45
3640b4a3 anonymous 2019-04-09 15:09
シンゲティストとは
77deb8bb anonymous 2019-04-09 18:46
しらぬ
d7562291 anonymous 2019-05-28 15:07
ゴガッ
8ffed532 anonymous 2019-05-28 15:12
もうハゲポ
1576e897 anonymous 2019-05-28 21:25
㋦㋸㋭゜
12776e1b anonymous 2019-05-28 22:13
ガゴガガッ
9480027b anonymous 2019-05-30 00:35
めるぽ
3c081d4d anonymous 2019-05-30 11:45
…。
b15ac799 anonymous 2019-05-31 10:01
>>9480027b
ガッ
9a3830f1 anonymous 2019-05-31 19:38
>>b15ac799
誤爆しとるやんけ
175d1865 anonymous 2019-06-01 13:43
>>b15ac799
ぬるぽ
0407a56a anonymous 2019-06-01 22:38
>>175d1865
がっ
20f07e9e anonymous 2019-06-02 23:18
シンゲティストって何?
ググってもこのスレしか出てこないんだが
610e2f30 anonymous 2019-06-03 10:42
>>20f07e9e
芸術家はアーティスト
歯科医はデンティスト
科学者はサイエンティスト
新月家はシンゲティスト
fa7e91ee anonymous 2019-06-03 11:29
>>610e2f30
なるほど
4393e6db anonymous 2019-06-10 10:27
NullPointerExceltion
ad223f6c anonymous 2019-06-10 11:00
>>4393e6db
エクセルシオーネおいしいよね
66ce5bb4 anonymous 2019-06-10 12:12
>>4393e6db
  Λ_Λ  \\
  ( ・∀・)   | | ガッ
 と    )    | |
   Y /ノ    人
    / )    <  >_Λ∩
  _/し' //. V`Д´)/
 (_フ彡        / ←>>4393e6db
2d5a5337 anonymous 2019-06-10 23:46
>>4393e6db
あっpが抜けてた
NullPointerExceptionだった……orz
134800b0 anonymous 2019-06-11 15:04
excelだったかw
77b89cd4 anonymous 2019-06-11 18:11
char c=NULL;
c="hogehoge";
3bdc8da9 anonymous 2019-06-11 18:15
char c=NULL;
strcpy(c,"hogehoge");
058c7aa6 anonymous 2019-06-11 19:45
>>3bdc8da9
ガッ
b7e8771f anonymous 2019-06-11 19:50
>>3bdc8da9
コンパイルエラー
33f5f70a anonymous 2019-06-11 22:12
>>058c7aa6
惜しい!

>>b7e8771f
正解

char *c=NULL;
ですね、お恥ずかしい。。。
a4b40ba6 anonymous 2019-06-11 22:23
>>33f5f70a
ついでに言うと >>3bdc8da9 を実行するとセグメンテーション違反が起こるような気がする
>>3bdc8da9 は動く(未検証)
9d796fca anonymous 2019-06-11 22:45
>>a4b40ba6
大正解

>>77b89cd4
コンパイルは通るし(warningあり)、実行もできる

https://rextester.com/MVGM77674

Warning(s):

source_file.c: In function ‘main’:
source_file.c:6:8: warning: initialization makes integer from pointer without a cast [-Wint-conversion]
 char c=NULL;
        ^
source_file.c:7:2: warning: assignment makes integer from pointer without a cast [-Wint-conversion]
 c="hogehoge";
  ^
source_file.c:6:6: warning: variable ‘c’ set but not used [-Wunused-but-set-variable]
 char c=NULL;
      ^


>>33f5f70a
コンパイルは通るが(warningあり)、SIGSEGV

https://rextester.com/BOP81028

Warning(s):

source_file.c: In function ‘main’:
source_file.c:6:8: warning: initialization makes integer from pointer without a cast [-Wint-conversion]
 char c=NULL;
        ^
source_file.c:8:8: warning: passing argument 1 of ‘strcpy’ makes pointer from integer without a cast [-Wint-conversion]
 strcpy(c,"hogehoge");
        ^
In file included from /usr/include/features.h:367:0,
                 from /usr/include/string.h:25,
                 from source_file.c:1:
/usr/include/x86_64-linux-gnu/bits/string3.h:108:1: note: expected ‘char * restrict’ but argument is of type ‘char’
 __NTH (strcpy (char *__restrict __dest, const char *__restrict __src))
 ^

Error(s):

Invalid memory reference (SIGSEGV)


数年C言語が遠ざかっただけで
まるで駄目だな (´・ω・`)
304493df anonymous 2019-06-19 23:01
strncpy使お?
b0654059 anonymous 2020-07-02 22:49
🌑
e11bc7ec anonymous 2020-07-03 11:06
7adb69de anonymous 2022-03-23 16:43
age
92c7f7ac anonymous 2022-04-22 12:51
>>7c670093
ガッ
fd072e04 anonymous 2022-05-09 15:32
ぬるぽ 
e0dc48d4 anonymous 2022-05-09 15:52
>>fd072e04
ガッ
52fb2ae1 anonymous 2022-06-17 10:48
ぬるぽ  
f8d7b39c anonymous 2022-06-17 17:04
ぬるぽぽ 
b288f4a4 anonymous 2022-06-17 17:22
>>52fb2ae1
ガッ 
c7acb0fd anonymous 2022-06-19 15:22
ぬぽぽ
4955866a anonymous 2022-06-19 17:57
>>c7acb0fd
ガガガ

Top of this page. | 0 1 2 3 4 5 6 7 8 old>>

limit: 1536KB

(半日レスつかなかったらシンゲティスト/434/0.0MB)

Powered by shinGETsu.