Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in casting

Need clarifications in C-style, reinterpret, and const casts

Generic <T> how cast?

How to get rid of void-pointers

c++ c casting void-pointers

Compiler switch to disable const_cast semantics in c-style casts?

Why does this typecast cause an error?

c# .net casting

PHP casting array to object [duplicate]

php casting

Clojure macro that will conserve associative map order

Using Explicit Cast in an Extension Method

C#, cast variable to Enum.GetUnderlyingType

c# .net casting enums

Is there any difference between !!$var and (bool) $var?

php casting

(int) Math.sqrt(n) much slower than (int) Math.floor(Math.sqrt(n))

java performance casting floor

What is this C++ casting code doing?

c++ casting semantics

C# alternative to enums for a n:m-relation

c# casting enums

Safety of static_cast to pointer-to-derived class from base destructor

webkitMediaStream Object Type lost while using sendMessage in Chrome Extension

Is there a case when an integer loses its precision when casted to double?

c casting

Why isn't the C# compiler able to cast a literal negative value to an enum?

c# .net enums casting roslyn

Most efficient safe way to cast std::map<int, std::shared_ptr<Base>> to std::map<int, std::shared_ptr<Derived>>

c++ casting c++17 shared-ptr

How to avoid calling asInstanceOf in Scala

Casting generics and the generic type

c# generics casting covariance