タグ

ブックマーク / dev.to/yohhoy (1)

  • Juggling with asterisks(*) in C

    To write C program, we can't avoid usage of the "Pointers" to manage null-terminated strigs, linked list structures, multidimensional arrays, etc. For instance, you might use double pointer -- pointer to pointer to type T, in short T** -- to handle dynamic allocated two-diminsional array, declare argv parameter of main function. By the way, how many asterisk(*) of pointer type have you seen or wri

    Juggling with asterisks(*) in C
    mattn
    mattn 2017/11/20
    すごい*******
  • 1