Recent content by sephrem99

  1. S

    How would I keep my line in from taking over the rest of my computer sounds? Connecting turntable to line in?

    I am plugging in an old turntable into the 3.5mm line in jack on my laptop. Whenever this line in is connected, any sound that runs through it is automatically outputted through the speakers. The only way to turn it off is to cut out the sound all together. Here lies the problem...I want to...
  2. S

    How do i sort an array of structures alphabetically?

    I need to sort this whole structure alphabetically, using fullname. My structure: typedef struct emprecord { char fullname[20]; float hours; float deferred; float payrate; float reghrs; float gross; float fedtax; float ssitax; float reggross; float netpay; float statetax; float...
Back
Top