Stack Exchange
Unix and Linux Stack Exchange
  • Questions
  • Tags
  • Users
  • About
Unix and Linux Stack Exchange
    1. Public
    2. Questions
    3. Tags
    4. Users
    5. About

glglgl

1,210
reputation
  • Blieskastel, Saarland, Germany
  • Member since August 09 2011
  • 160 profile views
  • Last seen Apr 02 '24 at 07:40

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