Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

const char[]をconst char*の代わりに使う。 #2

Closed
xkikeg opened this issue Nov 21, 2011 · 0 comments
Closed

const char[]をconst char*の代わりに使う。 #2

xkikeg opened this issue Nov 21, 2011 · 0 comments
Assignees
Labels

Comments

@xkikeg
Copy link
Owner

xkikeg commented Nov 21, 2011

文字通り。

const char hoge[] = "AA";

const char * hoge = "AA";

より効率がいいらしい。

@ghost ghost assigned xkikeg Nov 24, 2011
@xkikeg xkikeg closed this as completed Nov 30, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant