Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. testingMadd

    What is wrong with this line of code????

    void CJoelDlg::OnSave() { long countZero = 0; long countTwo = 0; for (h=0;h<bm.bmHeight;h++) { //for each width in every line until height is achieved for (w=0;w<bm.bmWidth;w++) { if(bw[h][w]==0) countZero++; if(bw[h][w]==255) countTwo++; } } ofstream...

Part and Inventory Search

Back
Top