code_junkie

Strange behavior in constructor

Nov 14th, 2011
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.06 KB | None | 0 0
  1. int main {
  2. A a;
  3. }
  4.  
  5. int main {
  6. A a();
  7. }
  8.  
  9. A a();
Add Comment
Please, Sign In to add comment