1
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

C++隣接する文字列リテラル同士は結合される

Last updated at Posted at 2015-06-16
#define LOGFILE_NAME_ERR "test_proc" "_err"
printf("%s", LOGFILE_NAME_ERR);

出力結果
 test_proc_err

参考URL
http://detail.chiebukuro.yahoo.co.jp/qa/question_detail/q1123856101

1
2
3

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?