View Poll Results: Which tutorial would most benefit you?

Voters
22. You may not vote on this poll
  • Using debuggers

    7 31.82%
  • Memory allocation and preventing memory leaks

    10 45.45%
  • Pointers

    1 4.55%
  • Bits and bitwise operators

    0 0%
  • Recursion

    3 13.64%
  • File I/O

    1 4.55%

Thread: Most needed tutorial

  1. #16
    aurė entuluva! mithrandir's Avatar
    Join Date
    Aug 2001
    Posts
    1,209
    Debuggers - there aren't really any comprehensive tutorials on how to use them effectivley. I know I can use the on is MSVC++ but trying to understand the results takes a while to grasp.

  2. #17
    Just one more wrong move. -KEN-'s Avatar
    Join Date
    Aug 2001
    Posts
    3,227
    I voted memory leaks, although a debugger one wouldn't be bad considering they've always baffled me. Probably why I never use them....

    Also, I would love to write a bitwise one. I'm really tired of explaining it, and I'd love to just point to a link and flame away ....plus, I'm going to write one for flashdaddees anyhow; why not share the knowledge?

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Alignment tutorial needed!!
    By mynickmynick in forum C++ Programming
    Replies: 11
    Last Post: 09-12-2008, 04:41 AM
  2. My new website
    By joeprogrammer in forum A Brief History of Cprogramming.com
    Replies: 19
    Last Post: 03-17-2006, 07:38 PM
  3. Tutorial review
    By Prelude in forum A Brief History of Cprogramming.com
    Replies: 11
    Last Post: 03-22-2004, 09:40 PM
  4. Problem with tutorial (Vector class)
    By OdyTHeBear in forum C++ Programming
    Replies: 4
    Last Post: 12-18-2002, 02:49 PM
  5. My DirectInput tutorial....
    By jdinger in forum A Brief History of Cprogramming.com
    Replies: 1
    Last Post: 06-18-2002, 11:32 PM