so i automatically generated a win32 .exe using vs.net that simply pops up a window
the attribute...
TCHAR szTitle[MAX_LOADSTRING];
i looked everywhere trying to find out where the value of szTitle was set, in my program but could not find it. i saw all the places where it was used but there was no declaration of the sort szTitle="adware".
yet it had the value of String "adware" b/c that's what i called my project and that's what i saw in the .exe.
would someone explain where the intialization occurred?
by the way, i looked in all the .h & .cpp files and no init. was found either.
the attribute...
TCHAR szTitle[MAX_LOADSTRING];
i looked everywhere trying to find out where the value of szTitle was set, in my program but could not find it. i saw all the places where it was used but there was no declaration of the sort szTitle="adware".
yet it had the value of String "adware" b/c that's what i called my project and that's what i saw in the .exe.
would someone explain where the intialization occurred?
by the way, i looked in all the .h & .cpp files and no init. was found either.