• Do you C++?

    Given the line of work that I do, it was only a matter of time before I started in with code monkey posts here on My Diabetic Heart.  Can anyone tell me what this does?   Leave your best guess as a comment below. #include <diabetessucks> using namespace std; int main() { int num = 1; while (num <= 100) { count << num; num++; count << ” – We Need A Cure!\n”; } count << “\n”; return 0; }