12-04-2009, 07:26 PM
Tony Wrote:No.Dugor Wrote:You can post your c++ stuff in the General section of Programmers Haven.
Oh alright, just wanted to ask though.. in C++ is namespace the same as types in VB6?
Namespaces:
"In general, a namespace is an abstract container providing context for the items (names, or technical terms, or words) it holds and allowing disambiguation of items having the same name (residing in different namespaces)." by Wikipedia
Types are more like structs in C/C++.