# Story About using ## About Author: ![](../img/wechat.jpg) ## Basic use Local and global using. See the following cases for specific operation and use: ```c++ #include #define isNs1 1 //#define isGlobal 2 using namespace std; void func() { cout<<"::func"< using namespace std; class Base{ public: void f(){ cout<<"f()"< V1; using V2 = vector; ``` Code:[using_typedef.cpp](using_typedef.cpp)