AtCoder のルールページの説明によると,Objective-C のコンパイラとしては Clang 3.8.0 が次のオプションで動いています。 clang -O2 ./Main.m -o ./a.out -lobjc -lgnustep-base -I/usr/lib/gcc/x86_64-linux-gnu/4.8/include/ -I/usr/include/GNUstep -fconstant-string-class=NSConsta...
MSComm1.InBufferCount = 0 '通信バッファーのクリア MSComm1.Output = cmd & Chr$(13) & Chr$(10) 'データ;(CR);(LF)送信 End Sub Private Function CmdDT(cmd As String) as String '[シリアルポートデータ受信] Dim d$,dd$,dmy ...
batch ファイルのキーワードに setlocal/endlocal を追加 #1171 (m-tmatma) バグ修正 C++ファイルのアウトライン解析がトグルで閉じない不具合の修正 #1176 (berryzplus) 検索条件の文字列をエスケープする処理を関数化する変更のうち、CNativeW::AppendStringF を使うように変更したのをやっぱ...