Advertisement
Guest User

Untitled

a guest
Aug 19th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.12 KB | None | 0 0
  1. //nxs.hpp
  2. class nxs
  3. {
  4.     public:
  5.     static int m_res_current_id;
  6. };
  7.  
  8. //main.cpp
  9. int nxs::m_res_current_id = 10;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement