Top "Namespaces" questions

A namespace is a container that provides context for identifiers, within which names are unique.

Remove unused namespaces across a whole project or solution at once

I know you can do it file by file. Is there any way to do this in one step for …

c# namespaces
What does "Symbol not found / Expected in: flat namespace" actually mean?

When I import a module I built, I get this boost-python related error: Traceback (most recent call last): File "<…

python c++ import namespaces importerror
Composer Autoloading classes not found

I have folder structure like: includes/ libraries/ Classes/ Contact/ Contact.php ContactController.php admin/ controllers/ contact/ edit.php Contact.php …

php namespaces composer-php autoload
Fatal error: Class 'Dotenv\Dotenv' not found in

Hello guys I am so confused I dont know what I am doing wrong this told me Fatal error: Class …

php namespaces phpdotenv
Class 'App\Http\Controllers\Excel' not found in Laravel

In my controller I have the code as below: Excel::create('Laravel Excel', function($excel) { $excel->sheet('Excel sheet', …

php laravel namespaces laravel-excel
What is the Greasemonkey namespace needed for?

I'm learning how to use Greasemonkey, and was wondering what the @namespace metadata id is for. Does it have to …

metadata namespaces greasemonkey
static string constants in class vs namespace for constants [c++]

I want to declare string constants that will be used across various classes in the project. I am considering two …

c++ namespaces constants string-constant
using namespace std; in a header file

So, I have the following in a specification file #include <string> #include <fstream> using namespace std: …

c++ class namespaces header-files
The type or namespace name 'Practices' does not exist in the namespace 'Microsoft'

I am using Microsoft Visual Studio 2005 for c# I have the following namespace on my code using Microsoft.Practices.EnterpriseLibrary; …

c# visual-studio namespaces enterprise-library
PHP adding custom namespace using autoloader from composer

Here is my folder structure: Classes - CronJobs - Weather - WeatherSite.php I want to load WeatherSite class from …

php namespaces composer-php autoload