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

glglgl

89,107
reputation
13
149
217
  • Blieskastel, Saarland, Germany
  • Member since March 18 2010
  • 7815 profile views
  • Last seen Sep 01 '23 at 14:19

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