2 results
Order by date - Order by pertinence
All (2)
High-tech (2)
 
sscanf has a bug in it (VS6.0)
I've just discovered a big in sscanf (I'm using C++ in VS 6.0). I'm trying to read an integer from a CString. If there is a leading zero, the integer is decoded incorrectly! For example, if the CString contains "60" it returns integer 60 ...
Message posted on the January 1st, 2010 - 5:06 AM ET
Dialog Class "A" Accessing Data In Derived Dialog Class "B", "C", & "D"
Using VS 2008; C++, MFC The title tells most of the story. I will only talk abut Class A & B in this example since Class C & D are accessed the same way. I created a pointer of type B in Class A (Tab1). In Class B, things are done and ...
Message posted on the August 10th, 2010 - 6:16 PM ET