Stack Exchange
Ask Ubuntu Stack Exchange
  • Questions
  • Tags
  • Users
  • About
Ask Ubuntu Stack Exchange
    1. Public
    2. Questions
    3. Tags
    4. Users
    5. About

glglgl

101
reputation
  • Blieskastel, Saarland, Germany
  • Member since October 05 2022
  • 0 profile views
  • Last seen Aug 11 '23 at 05:13

profile for glglgl on Stack Exchange, a network of free, community-driven Q&A sites http://stackexchange.com/users/flair/112612.png

General:

  • Is floating point math broken?

C:

  • Do I cast the result of malloc?
  • Difference between ++*argv, *argv++, *(argv++) and *(++argv)

Python:

  • Why you don't want to dynamically create variables
  • Why does a == b or c or d always evaluate to True?
  • “Least Astonishment” and the Mutable Default Argument

Java:

  • Is List<Dog> a subclass of List<Animal>? Why aren't Java's generics implicitly polymorphic?

Here and here are some other nice bookmarks.

Otherwise helpful:

  • MCVE and SSCCE
  • XY problem