D
D
dege2014-04-17 13:22:13
C++ / C#
dege, 2014-04-17 13:22:13

What does the "A" mean in the "class AB" construct in C++?

Let's say the code is

#include <sys/stat.h>
...
struct stat results;

stat is a function, but what does it mean in this construct?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Andrey Vershinin, 2014-04-17
@dege

This is an instance of the stat structure named results. stat is the name of the structure.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question