Recent content by Terpinator

  1. T

    C programming help

    Thanks a lot! Always seems like it is the simplest error...
  2. T

    C programming help

    I am having an issue getting part of this code to work the way I would like. (This is a week 2 assignment in an Intro class so the code is probably less than efficient all around. But the line in question is this... if (hourly < 1) printf ("Get a job!\n"); This works fine, however I want...