Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

What is the concept and application of C++ sizeof

2025-04-11 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/02 Report--

This article introduces the concept and application of C++ sizeof to you. The content is very detailed. Interested friends can use it for reference. I hope it will be helpful to you.

The C++ programming language supports a variety of programming styles and supports various functions in the C language. For such a powerful programming language, how should we correctly apply it to program development? First of all, let's start with some basic knowledge, such as some concepts of C++ sizeof that we introduce to you today.

1. What is sizeof

First, take a look at the definition of sizeof on msdn:

The sizeof keyword gives the amount of storage, in bytes, associated with a variable ora type (including aggregate types). This keyword returns a value of type size_t.

When you see the word return, do you think of a function? Wrong, sizeof is not a function, have you ever seen passing arguments to a function without parentheses? Sizeof can, so sizeof is not a function. Some people on the Internet say that sizeof is a unary operator, but I don't think so, because C++ sizeof is more like a special macro that is evaluated at compile time. For example:

Cout

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report