Top "Implicit" questions

An implicit in Scala is a function applied or a parameter provided without explicitly appearing in the source code.

TypeError: Can't convert 'int' object to str implicitly

I am trying to write a text game and I have run into an error in the function I am …

python string int implicit
Android, How to read QR code in my application?

In my application I need to read Qr code. I searched the net and found Zing codes however lots of …

android android-intent qr-code implicit
Implicit type conversion rules in C++ operators

I want to be better about knowing when I should cast. What are the implicit type conversion rules in C++ …

c++ casting implicit
Can we define implicit conversions of enums in c#?

Is it possible to define an implicit conversion of enums in c#? something that could achieve this? public enum MyEnum { …

c# enums implicit-conversion implicit
explicit and implicit c#

I'm new to C# and learning new words. I find it difficult to understand what's the meaning of these two …

c# dictionary implicit explicit
Is it possible to plot implicit equations using Matplotlib?

I would like to plot implicit equations (of the form f(x, y)=g(x, y) eg. X^y=y^…

python matplotlib equation implicit sympy
How does SQL Server decide format for implicit datetime conversion?

declare @str_datetime varchar(50) set @str_datetime='30-04-2012 19:01:45' -- 30th April 2012 declare @dt_datetime datetime select @dt_…

sql-server datetime implicit-conversion implicit
How to declare traits as taking implicit "constructor parameters"?

I'm designing a class hierarchy, which consists of a base class along with several traits. The base class provides default …

scala implicit traits
Good example of implicit parameter in Scala?

So far implicit parameters in Scala do not look good for me -- it is too close to global variables, …

scala parameters implicit
Implicit return values in Ruby

I am somewhat new to Ruby and although I find it to be a very intuitive language I am having …

ruby return readability implicit