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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by mmalcolm

  1. mmalcolm

    Function won't return int value

    Hey guys, I'll try to cover all of you questions regarding my question: Q: Does the program ever enter the function??? A: Yes it does. In the function "continueGame" there is a printf that prints out the current row and column being checked. I see these printf statements in the...
  2. mmalcolm

    Function won't return int value

    Hey guys, I would appreciate if you guys could help me with this code. The problem is with the "continueGame( )" function. It should return an int(0 or 1 ) and the while loop in the main runs or breaks depending on the return value. "continueGame" goes through a 8x8 grid (...
  3. mmalcolm

    stdtod function in stdlib

    Duh........Thanks guys.<br><br>Rio<br><img src=http://www.Tek-Tips.com/images/happy.gif>
  4. mmalcolm

    stdtod function in stdlib

    Hi everyone,<br><br>I am tying to use the &quot;stdtod&quot; that takes the first part of a string and makes it into a number (until it comes to a non-numeric character).&nbsp;&nbsp;I keep getting zero, no matter what the string is.&nbsp;&nbsp;here's my code:<br><br>&nbsp;<br>#include...

Part and Inventory Search

Back
Top