• Subscribe

  • Tag Cloud

    • eXTReMe Tracker
    • Blog Spreading Goodies


    • C++

      Attention to Detail while Programming in C++

      Friday, March 9th, 2007

      Now, obviously paying attention to the details while you’re programming is always important. I hate getting reminds of this however.
      I’m currently working on a simple program using functions for my C++ class. It reads characters from a file, analyses them and then prints what type of character it was from a short list of categories.
      I […]