character-arrays
Convert image data to character array
I\'m building a mobile advertising sdk for the iPhone and I assume that the only way to store the images that will represent the button icons for the landing page controller [in the library] is to con[详细]
2022-12-18 10:40 分类:问答Compact pointer notation with doubles
Quick question.When you are accessing a character array, I know you can set the pointer to the first element in the array, and use a while look and do something like[详细]
2022-12-17 13:31 分类:问答Comparing character arrays and string literals in C++
I have a character array and I\'m trying to figure out if开发者_运维知识库 it matches a string literal, for example:[详细]
2022-12-09 13:21 分类:问答Please explain this behavior with character arrays/strings in C
I get this when I was trying something (just for understanding). Please explain this behavior: First attempt:[详细]
2022-12-09 05:32 分类:问答Can I do a multidimensional char array in c++?
First off, this is a \"homework\" question so vector libraries and string libraries are off limits. I\'m trying to get to the basics of c++.[详细]
2022-12-08 06:09 分类:问答