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. wireFrame9

    Works in console, doesn't in VC++

    Sorry, I must have done something when I copied. Here's the correct one I'm using... void CMainDlg::OnButton1() { UpdateData(TRUE); // if ( !test_input_validity(decimalValue) ) // return 101; int decimalValue = m_nScannedValue; int requiredGroup; int numberOfOnes = 0; while...
  2. wireFrame9

    Works in console, doesn't in VC++

    I wrote the program initially for console. The contents of the onButton1 method should add an element to a linked list. It WORKS in the console. All I did was to copy the contents of the console function to the onButton1 method. I also copied the structure definition and the declaration of...

Part and Inventory Search

Back
Top