sepplez
Name:
Anonymous
2009-09-18 22:52
Sup /prog/,
can someone tell me why you need to define a constructor outside a class?
Name:
Anonymous
2009-09-18 22:54
So that it's visible to everything outside of that class, i.e. the program that will use it?
Name:
Anonymous
2009-09-19 0:43
scope
Name:
Anonymous
2009-09-19 9:58
wat
Name:
Anonymous
2009-09-19 10:00
SEPPLES
Name:
Anonymous
2009-09-19 10:00
how do you define a constructor outside a class? and what does it construct?
Name:
Anonymous
2009-09-19 10:01
You can't build something from inside. Duh.