Jump to content

tcoffeep

Experienced Members
  • Posts

    279
  • Joined

  • Last visited

Everything posted by tcoffeep

  1. I switched to AntiVir after AVG caught a case of bloat.
  2. tcoffeep

    Learn C++

    cprogramming.com is a good one
  3. I've never seen a difference, as I've switched back and forth. Is there any sort of viable proof that it actually is faster and/or more secure?
  4. A single shot of rum is the only alcohol I drink these days. I don't get drunk, but I do like the warm feeling on a nice winter morning ( we just had heavy snowfall over the last few days, so rum is a nicety )
  5. I've heard only good things when it comes to this : http://www.pcdecrapifier.com/
  6. Generally, I eat a small israeli salad and a little bit of glass of chocolate soy milk. i'm still adjusting to a gluten-free living, and i'm not that accustomed to non-wheat foods, especially in a city unfriendly to non-wheat foods
  7. Actually, I was wondering about it, as well. What good does it do? I mean, it's a pretty lengthy process. it has to go through 230GB of empty space before it finishes.
  8. tcoffeep

    Games

    I was just recently trying AoE3 out. Quite different to its predecessors. I was kinda sad. It was like after a good few years playing warcraft 2 and then trying warcraft 3. My heart died a little inside.
  9. It is a wonderful site. Friendly crew, too.
  10. Chrome 2 Beta gets 100/100 on the acid3, and Firefox 3.1 getz 93/100. anyways, this is old news. i'm surprised it was made in english. if i am correct, there was a german or russian site that had this or something amazingly similar a good two three months after chromes initial release.
  11. tcoffeep

    NoScript

    Whaddyamean? I only stated I only recently started using Noscript by slightly modifying your post.
  12. My question is about C++ ( nor is it about C ), but about toning down the Windows security so I can actually figure out what's wrong with my code, rather than having Windows shut it down.
  13. so, i'm learning to use C, and am following the instructions from the Thinking in C cd by Bruce Eckel and Chuck Allison, and I wrote a small program which consists of this : include <stdio.h>int main(){ int osum = 0; int esum = 0; int n; scanf("\n%d", n); if(n % 2 == 0) {esum += n; } else {osum += n; } scanf("\n%d", n); if(n % 2 == 0) {esum += n; } else {osum += n; } scanf("\n%d", n); if(n % 2 == 0) {esum += n; } else {osum += n; } printf("\nSum of Even Numbers : %d", esum); printf("\nSum of Odd Numbers : %d", osum); return 0;} Upon running my program, Windows Vista decides it will close it. It's reasoning... This program is a vile malware!!!!1 To be specific : Trojan.PWS.Legmir.AD / W32.Ahlem.A@mm Is there any way to tone down the security? It isn't exactly comforting to know that microsoft is hatin' on me!
  14. Updated my list ( http://forum.piriform.com/index.php?s=&amp...st&p=117559 )
  15. Carrot Muffins. That is all.
  16. If muffins are evil, I don't want to be good.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.