cnuf

A

andrew browning

what does "cnuf" mean at the end of a function and is it necessary? i
realize its func spelled in reverse but not sure if i need it
 
V

Victor Bazarov

andrew said:
what does "cnuf" mean at the end of a function and is it necessary? i
realize its func spelled in reverse but not sure if i need it

It probably came from a shell script or something like that. It's not
part of C++.

V
 
P

Phlip

andrew said:
what does "cnuf" mean at the end of a function and is it necessary? i
realize its func spelled in reverse but not sure if i need it

You got some other language there. C++ always only puts } at the end of
functions.

Googling for cnuf would probably yield narrow hits...
 
C

Christopher Benson-Manica

Phlip said:
Googling for cnuf would probably yield narrow hits...

Incidentally, Google returns 11K hits, the first of which is for
"Canada's National Ukranian Festival", at www.cnuf.ca. The first
relevant hit for "cnuf" is #27, so a Google search clearly requires
some knowledge about what "cnuf" might or might not mean.
 
K

kebing.zh

maybe it is made by one person who used to some shell script, as in
BASH, it has
if something do
something
fi

it use "if" to begin a if block and "fi" to end this block.

maybe someone use "func" begin a function block, and so he use "cnuf"
to end it.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,431
Messages
2,571,678
Members
48,796
Latest member
Greg L.

Latest Threads

Top