Quote:
Originally Posted by HelloWorld Thank you so much, this is the answer that I'm waiting for a long time already! Really cleared up my confusions about C# namespaces and basically C languages all use namespace right? |
C# and C++ use namespaces. C does not. I'm not sure about Objective-C or Objective-C++, but C# and C++ definitely do and plain old vanilla C does not.