Thread: cdecl program for VC++?

  1. #1
    Registered User
    Join Date
    May 2007
    Posts
    2

    cdecl program for VC++?

    Does exists?

    From the C++ FAQ:
    Use the cdecl program, which turns English into C and vice versa:

    cdecl> declare a as array of pointer to function returning
    pointer to function returning pointer to char

    char *(*(*a[])())()

    cdecl can also explain complicated declarations, help with casts, and indicate which set of parentheses the arguments go in (for complicated function definitions, like the one above).

  2. #2
    Just Lurking Dave_Sinkula's Avatar
    Join Date
    Oct 2002
    Posts
    5,005
    Not so much for MSVC++, but for *nix environments.
    http://www.google.com/search?q=cdecl
    7. It is easier to write an incorrect program than understand a correct one.
    40. There are two ways to write error-free programs; only the third one works.*

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Issue with program that's calling a function and has a loop
    By tigerfansince84 in forum C++ Programming
    Replies: 9
    Last Post: 11-12-2008, 01:38 PM
  2. Need help with a program, theres something in it for you
    By engstudent363 in forum C Programming
    Replies: 1
    Last Post: 02-29-2008, 01:41 PM
  3. Replies: 4
    Last Post: 02-21-2008, 10:39 AM
  4. My program, anyhelp
    By @licomb in forum C Programming
    Replies: 14
    Last Post: 08-14-2001, 10:04 PM