並び順

ブックマーク数

期間指定

  • から
  • まで

41 - 41 件 / 41件

新着順 人気順

clangの検索結果41 - 41 件 / 41件

  • Efficient string copying and concatenation in C | Red Hat Developer

    Among the most heavily used string handling functions declared in the standard C <string.h> header are those that copy and concatenate strings. Both sets of functions copy characters from one object to another, and both return their first argument: a pointer to the beginning of the destination object. The choice of the return value is a source of inefficiency that is the subject of this article. T

      Efficient string copying and concatenation in C | Red Hat Developer