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 TouchToneTommy 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: *

  • Users: crach
  • Content: Threads
  • Order by date
  1. crach

    writing a fail (CFile ) and setting a variable ?

    Hello, I have two problems, firt i'd like to know how to change the line when im writing into a fail, \n seems not to work (maybe im doing something wrong!). The second problem is that,how can i make that work when the program writes a text into fail test.txt,after that a messagebox will be...
  2. crach

    problems with switch/ case

    well,i did a code like this: void CProgramDlg::Onperform() { int iResult; iResult = MessageBox("Chooce Yes or No", "question", MB_YESNO | MB_ICONINFORMATION ); switch(iResult) { case MB_NO: MessageBox("You have choocen no", "no way&quot...

Part and Inventory Search

Back
Top