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 difference between the declaration and definition of functions in C++

2025-01-14 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

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

Today, I would like to talk to you about the difference between the declaration and definition of functions in C++. Many people may not understand it very well. In order to make you understand better, the editor has summarized the following for you. I hope you can get something from this article.

The difference between the declaration of a function and the definition of a function

Declaration: usually in the header file, say to the compiler: here I have a function called function () to let the compiler know that this function exists.

Definition: generally in the source file, specifically the function body is specified in the implementation process of the function.

You can also understand it like this:

First of all, when the program in the following figure is executed, the computer executes from top to bottom.

In other words, if there is no function declaration sentence, when the function is executed to the function call sentence, the computer does not know what fun is, he does not know that there is a specific implementation of this function below.

So, you need to declare and tell the computer that this thing does exist, and it's a function, which is defined below.

After reading the above, do you have any further understanding of the difference between the declaration and definition of functions in C++? If you want to know more knowledge or related content, please follow the industry information channel, thank you for your support.

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

Internet Technology

Wechat

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

12
Report