Thread: Convention in C/C++

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Registered User mrafcho001's Avatar
    Join Date
    Jan 2005
    Posts
    483
    I never said Hungarian notation was good, nor that i use it. I dont really have a convention.. but my code is something like this:

    varName
    funcName
    ClassName

    with pre-fixes and post-fixes in some cases
    My Website
    010000110010101100101011
    Add Color To Your Code!

  2. #2
    The superhaterodyne twomers's Avatar
    Join Date
    Dec 2005
    Location
    Ireland
    Posts
    2,273
    Quote Originally Posted by mrafcho001
    I never said Hungarian notation was good, nor that i use it. I dont really have a convention.. but my code is something like this:

    varName
    funcName
    ClassName

    with pre-fixes and post-fixes in some cases
    I don't know. I tink you sent me some source for your TTT game, and I seem to remember there being some Hungarian in it ... I think. I have to put the Color Coder back on my sig

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. calling convention stdcalll and cdecl call
    By George2 in forum Windows Programming
    Replies: 1
    Last Post: 07-17-2008, 03:26 AM
  2. What do you think of this C++ naming convention?
    By cnsr in forum C++ Programming
    Replies: 10
    Last Post: 01-07-2004, 08:51 PM
  3. Replies: 2
    Last Post: 01-04-2003, 01:16 AM
  4. VB Calling Convention?!
    By minime6696 in forum Windows Programming
    Replies: 6
    Last Post: 03-27-2002, 04:39 PM
  5. Maya Convention
    By DavidP in forum A Brief History of Cprogramming.com
    Replies: 3
    Last Post: 03-01-2002, 11:10 PM