Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
N

Nunnenkamp

@Nunnenkamp
About
Posts
4
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Microsoft "help"
    N Nunnenkamp

    What I hate is having to go to Google to do a worthwhile search on the Knowledge Base.

    Those aren't bugs, they're randomly generated features.

    The Weird and The Wonderful algorithms help question

  • Coding : school vs real life
    N Nunnenkamp

    Management: "Start coding, we'll go find out what the client wants."

    Those aren't bugs, they're randomly generated features. Start programming while we go find out what the client wants.

    The Lounge php visual-studio com

  • Do you not understand booleans?
    N Nunnenkamp

    void setNeedsUpdate(bool update)
    {
    if ((update==true))
    NeedsUpdate=true;
    else
    NeedsUpdate=false;
    }

    This would be better if they returned it too. Nothing like getting back what you put into it.

    bool setNeedsUpdate(bool update)
    {
    if ((update==true))
    NeedsUpdate=true;
    else
    NeedsUpdate=false;
    return NeedsUpdate;
    }

    The Weird and The Wonderful data-structures question announcement

  • Gruff! Gruff! Back in *my* day, programming was hard!
    N Nunnenkamp

    Not to mention the IDE's they have nowadays. I had a professor that required us to telnet into the unix server to write our java programs on the VI editor. I eventually got fed up and used a real programming environment, notepad(at least it supported a mouse and the backspace key), then ftp'd.

    The Lounge csharp c++ asp-net sql-server linq
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups