Advertisement
Brandan

Untitled

Apr 18th, 2014
322
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.18 KB | None | 0 0
  1. #include <stdio.h>
  2. #include <ctype.h>
  3. #include <iostream>
  4.  
  5.  
  6. struct LOL{
  7.     int Test = NULL;
  8. };
  9.  
  10. LOL TestArray[1];
  11.  
  12. void main()
  13. {
  14.     if (TestArray[0].Test != NULL) {
  15.  
  16.  
  17.     }
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement