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 Rhinorhino 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 Moscro

  1. Moscro

    Newbie programmer with a big problem

    Ok, thanks all for responding. Ion: I've attempted to use the debugger, but am still very illiterate. I can't keep up with the steps, and see what's wrong at the same time. ArkM: I would rather not open new functions. If I can help it, i'm going to try to resolve this within just one...
  2. Moscro

    Newbie programmer with a big problem

    I have a problem with a loop that I can't seem to resolve. The code is as follows: #include <iostream.h> #include <process.h> int main() { float grade1; float grade2; float grade3; float grade4; float grade5; float average; bool decide1; bool decide2; bool decide3; bool decide4...

Part and Inventory Search

Back
Top