cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
CLASS_NAME[]
CLASS_NAME[]
Sep 11, 2010 at 8:29pm UTC
esepich
(14)
const wchar_t CLASS_NAME[] = L"Sample Window Class";
Why is CLASS_NAME[] there and what is it doing?
Thank you,
Sep
Sep 11, 2010 at 8:36pm UTC
Albatross
(4553)
That would be the name of an array of wchar_ts. The [] indicates an array, CLASS_NAME is the name.
-Albatross
Last edited on
Sep 11, 2010 at 8:38pm UTC
Topic archived. No new replies allowed.