Skip to content

C++中的函数指针 | 摸鱼且很菜blog #3

Description

@gyyc233

https://gyyc233.github.io/2021/06/01/C-%E4%B8%AD%E7%9A%84%E5%87%BD%E6%95%B0%E6%8C%87%E9%92%88/

介绍1234567891011121314151617#include void printf1(){ std::cout << "HelloWorld" << std::endl;}int main(){ //函数指针 printf1(); auto a = printf1;//a的类型v

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions