That showed how much Charles Oppermann knows about his previous company's product. Looks like he was blindly defending the bloated product.
S
sharp prospector
@sharp prospector
Posts
-
Wow! That is fast software... -
A real source file shredder?The little demon that sits between you and the hard drive. She decides where exactly your bytes go.
-
DrawingUse analytic geometry this is easy to solve. A line can be defined by two points. You want another line that passes through a point and form a right angle with the first line. After you find the second line use GDI functions
MoveTo()
andLineTo()
to draw the second line. -
Time Formatuse %p
szTimeDisplay = tm.Format(_T("%I:%M:%S %p"))
-
Time Formatuse this instead:
szTimeDisplay = tm.Format(_T("%I:%M:%S"))