CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Feb 2011
    Location
    UK
    Posts
    73

    Just wondering how you's remember stuff?

    Hi, i was just wondering if you programmers who are considered advanced remember everything in c++/windows programming, do you's often look back at old work to jog your memory?

    Im just curious.

  2. #2
    Join Date
    Jan 2011
    Posts
    4

    Re: Just wondering how you's remember stuff?

    I keep everything I learn on my blog. I also keep a list of small sample projects. I refer back to both all the time.

  3. #3
    Join Date
    Feb 2011
    Location
    UK
    Posts
    73

    Re: Just wondering how you's remember stuff?

    kool, thanks

  4. #4
    Join Date
    Apr 2011
    Posts
    12

    Re: Just wondering how you's remember stuff?

    Over time you build up a library of classes and methods that you often use, they can be included in any project.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured