I am using Visual Studio to develop a C ++ application. I am not an expert in C ++, nor other languages derived from C, like C #. So, while studying the visual symbolism of the studio , I found a link for the same symbol, which is called "Field or Variable". It’s right if I’m wrong, but it almost sounds to me like the definition of “Method or function”.
There are no methods in C ++; instead, they are usually called functions. Thus, in C ++ there are also no fields, this is a feature of C # that works as a variable, except that it must be private and must be accessed from the "Get" call. I am wrong?
source
share