Tagged Questions

3
votes
5answers
83 views

C — Conditional always jumping to 'Else'?

I am working on learning C and am using some practice problems from the Python book I recently finished. My C book is in the mail, but I wanted to get a head start. I was putting together a simple ...
3
votes
4answers
498 views

C++/C# external temperature/weather sensor

I am trying to build a system that would monitor the temperature and alert me when it becomes too hot/cold - I would like to use a USB interface. Where would I get such a device? Are there some open ...
1
vote
3answers
246 views

Using C isdigit for error checking

While using the boolean check for the int num this loop doesn't work. The lines after it go unrecognized. Enter and integer like 60 and it just closes. Did I use isdigit wrong? int main() { int ...
1
vote
1answer
167 views

Labjack Humidity Probe Example

I realize this might be a long shot, but does anyone have an example of using the EI-1050 probe with a Labjack controller in something C-related? I'm currently using a Labjack U12 if it matters. It ...