Search:

Type: Posts; User: novacain

Search: Search took 0.04 seconds.

  1. Replies
    29
    Views
    5,233

    Thats what ctrl-h (replace) is for. I have an...

    Thats what ctrl-h (replace) is for.
    I have an app that finds and replaces strings in .c, .h, .cpp ect files in given folders for just such occurences.

    As I write small, contained functions to one...
  2. Replies
    29
    Views
    5,233

    Hungarian notation is putting a letter code in...

    Hungarian notation is putting a letter code in frontof a variable name to show its type
    ie int iVar;

    I use it in WIN32 to tell the difference between things like a HBITMAP or BITMAP that relate...
Results 1 to 2 of 2