c++ Programming Glossary: ptoconst
Does the evil cast get trumped by the evil compiler? http://stackoverflow.com/questions/712334/does-the-evil-cast-get-trumped-by-the-evil-compiler int argc _TCHAR argv char blah 6 const int IAMCONST 3 int pTOCONST pTOCONST int IAMCONST pTOCONST 7 printf IAMCONST d n IAMCONST.. _TCHAR argv char blah 6 const int IAMCONST 3 int pTOCONST pTOCONST int IAMCONST pTOCONST 7 printf IAMCONST d n IAMCONST printf.. 6 const int IAMCONST 3 int pTOCONST pTOCONST int IAMCONST pTOCONST 7 printf IAMCONST d n IAMCONST printf WHATISPOINTEDAT d n pTOCONST..
|