Thread: Imposing Line Numbers automatically in the C code

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Registered User
    Join Date
    Oct 2007
    Posts
    36
    yes anon u r correct, in C++, the macro __PRETTY_FUNCTION__ gives the complete information about the function, including
    1. name of function
    2. return type and
    3. data types of its arguments

  2. #2
    Registered User
    Join Date
    Oct 2007
    Posts
    36
    Hmmm...

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Backgammon
    By glo in forum Game Programming
    Replies: 5
    Last Post: 10-02-2006, 10:26 PM
  2. Need help with reading numbers from the command line
    By Nterpol in forum C Programming
    Replies: 4
    Last Post: 06-01-2006, 01:40 AM
  3. Need the missing line of code
    By mayhem in forum C Programming
    Replies: 3
    Last Post: 06-20-2005, 04:21 PM
  4. SSCANF help
    By mattz in forum C Programming
    Replies: 7
    Last Post: 12-10-2001, 04:53 PM
  5. Hotmail Hacked In One Line of code
    By no-one in forum A Brief History of Cprogramming.com
    Replies: 10
    Last Post: 09-01-2001, 09:45 AM