About 1,240,000 results
Open links in new tab
  1. sql - datetime Cast or Convert? - Stack Overflow

    Jul 2, 2013 · 10 convert has an optional parameter style, and I suggest to use convert instead of cast. It helps to avoid confusion. For example, if you write cast('20130302' as date), what …

  2. What are the rules for casting pointers in C? - Stack Overflow

    Jul 20, 2015 · There are rules about casting pointers, a number of which are in clause 6.3.2.3 of the C 2011 standard. Among other things, pointers to objects may be cast to other pointers to …

  3. c++ - Proper way of casting pointer types - Stack Overflow

    Proper way of casting pointer types Asked 12 years, 3 months ago Modified 8 months ago Viewed 126k times

  4. c# - Direct casting vs 'as' operator? - Stack Overflow

    Sep 25, 2008 · Direct casting vs 'as' operator? Asked 16 years, 9 months ago Modified 6 years, 1 month ago Viewed 236k times

  5. casting - Explanation of ClassCastException in Java - Stack Overflow

    Apr 10, 2021 · 6 Do you understand the concept of casting? Casting is the process of type conversion, which is in Java very common because its a statically typed language. Some …

  6. Casting to TV has no sound. - Microsoft Community

    Jan 27, 2023 · Casting to TV has no sound. Hello. I've recently installed Windows 11 and now whenever I cast to my TV (as a wireless monitor), Windows only casts picture, but not sound. …

  7. Choppy and pixelated picture when casting from Windows to TV …

    Aug 9, 2023 · I am trying to cast (Windows + K) my laptop screen on my TV screen, and the picture is choppy and pixelated whenever there's motion on screen. My laptop is an LG Gram …

  8. What is the difference between static_cast<> and C style casting?

    See A comparison of the C++ casting operators. However, using the same syntax for a variety of different casting operations can make the intent of the programmer unclear. Furthermore, it …

  9. java: How can I do dynamic casting of a variable from one type to ...

    2 Your problem is not the lack of "dynamic casting". Casting Integer to Double isn't possible at all. You seem to want to give Java an object of one type, a field of a possibly incompatible type, …

  10. Casting variables in Java - Stack Overflow

    Mar 13, 2011 · Casting in Java isn't magic, it's you telling the compiler that an Object of type A is actually of more specific type B, and thus gaining access to all the methods on B that you …

Refresh