StackOverflow Questions for Tag: using-directives

kev
kev

Reputation: 19

can "using namespace std;" and "std::cout" be used together?

Score: 1

Views: 820

Answers: 3

Read More
Igor G
Igor G

Reputation: 2361

Can a name introduced via using-directive or using-declaration be used as elaborated-type-specifier of a friend declaration?

Score: 1

Views: 90

Answers: 2

Read More
a-ctor
a-ctor

Reputation: 3733

Why is Visual Studio not finding NuGet-packet types?

Score: 0

Views: 204

Answers: 1

Read More
Leo
Leo

Reputation: 495

The type or namespace cannot be found (are you missing a using directive or an assembly reference?)

Score: 29

Views: 209475

Answers: 6

Read More
teichert
teichert

Reputation: 4693

Is there a way to alias a single, static (public) method in C#?

Score: 2

Views: 1094

Answers: 2

Read More
Quuxplusone
Quuxplusone

Reputation: 26949

Why does C++'s "using namespace" work the way it does?

Score: 37

Views: 1499

Answers: 1

Read More
Rajdeep Sindhu
Rajdeep Sindhu

Reputation: 258

Unqualified name lookup after using-directives in C++

Score: 1

Views: 85

Answers: 1

Read More
BethBorgov
BethBorgov

Reputation: 13

Accessing a global and namespace variable

Score: 1

Views: 911

Answers: 2

Read More
Jonathan Gilbert
Jonathan Gilbert

Reputation: 3840

Visual Studio Code: Disable implicit generation of using directives

Score: 0

Views: 158

Answers: 0

Read More
glades
glades

Reputation: 4737

error: static assertion failed: template argument must be a complete class or an unbounded array

Score: 3

Views: 2484

Answers: 1

Read More
Adrien Le Breton
Adrien Le Breton

Reputation: 1

Type or namespace does not exist. ApplicationName.Models.Model

Score: 0

Views: 33

Answers: 1

Read More
Varsuuk
Varsuuk

Reputation: 29

Why does using ranges::sort work in a function but not at global namespace when trying to salve ambiguity in calling sort()?

Score: 2

Views: 107

Answers: 1

Read More
akbiggs
akbiggs

Reputation: 35161

What's the problem with "using namespace std;"?

Score: 3439

Views: 1279289

Answers: 41

Read More
suitendaal
suitendaal

Reputation: 193

Why does StyleCopAnalyzers think that global usings should be declared within a namespace, when such syntax is not possible?

Score: 1

Views: 941

Answers: 2

Read More
joseville
joseville

Reputation: 953

Why is the `using System` directive not necessary here? C# | Visual Studio Code

Score: 1

Views: 46

Answers: 0

Read More
Craig
Craig

Reputation: 585

Visual Studio @using statements get altered

Score: 0

Views: 23

Answers: 0

Read More
Timwi
Timwi

Reputation: 66573

Watch window stopped accepting some usings

Score: 5

Views: 291

Answers: 2

Read More
Dimitri C.
Dimitri C.

Reputation: 22496

Is there a way to limit the effect of "using namespace" directives in a header file?

Score: 1

Views: 4452

Answers: 3

Read More
fredoverflow
fredoverflow

Reputation: 263078

What's the purpose of: "using namespace"?

Score: 18

Views: 7016

Answers: 6

Read More
Dominykas
Dominykas

Reputation: 151

#if and #elif doesn't work as intended in Cpp

Score: -1

Views: 60

Answers: 1

Read More
PreviousPage 1Next