if something then... nothing
-
This jewel is one of my favourites. I found it in a customer's code (they asked us to enhance the application):
BOOL cIBatchDownload::OnInitDialog()
{
if (m_bCreated)
{
}...
return TRUE;
}I eager to look deeper into this code to find more post for this newly created forum. :badger:
A polar bear is a bear whose coordinates has been changed in terms of sine and cosine. Personal Site
-
This jewel is one of my favourites. I found it in a customer's code (they asked us to enhance the application):
BOOL cIBatchDownload::OnInitDialog()
{
if (m_bCreated)
{
}...
return TRUE;
}I eager to look deeper into this code to find more post for this newly created forum. :badger:
A polar bear is a bear whose coordinates has been changed in terms of sine and cosine. Personal Site
Hmmm! :doh: I have done that when outlining the code before filling the in-betweens. The real question is: what was supposed to be inserted there?
INTP "Program testing can be used to show the presence of bugs, but never to show their absence."Edsger Dijkstra