Why doesn't getline work in a struct?It was in the main, but yes, that was the problem! Thank you so much! I didn't think that was the pr...
Why doesn't getline work in a struct?So I've got this weird problem. This is the struct I'm using: #define DIM 50 struct user { ...
Detect if a webpage changed[quote]Request the header (with HEAD) and compare the timestamps.[/quote] That looks like what I nee...
Detect if a webpage changedHi! I'd like to make a program that tells me if a webpage changed from its last "visit". Since I'm q...