I am running Visual C++ 6.0 MFC Document/View. MyCView class's OnDraw(pDC) function calls a myCDocument function pDoc->DisplayMyStuff(pDC) which defines a CRect called WaferRect and calls a function called DisplayMapSetup(pDC, WaferRect). The code snippet is shown below.
void...
I am using Visual C++ version 6.0. I have a C console program that needs to output x-y coordinate information in binary. When I output a one byte value of 10 (0A Hex) the output file contains two bytes (0D and 0A). In ASCII the 0A would be defined as a line feed and 0D as a carriage return...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.