DWORD type doubt
C / C++ / MFC
3
Posts
3
Posters
0
Views
1
Watching
-
How can I do attribution with DWORD type? With CString
CString str; Str="something";
Can I do something similar with DWORD type?DWORD val; val = 4;
If you mean something different than this, you need to be more specific. Anyone who thinks he has a better idea of what's good for people than people do is a swine. - P.J. O'Rourke -
DWORD val; val = 4;
If you mean something different than this, you need to be more specific. Anyone who thinks he has a better idea of what's good for people than people do is a swine. - P.J. O'Rourke