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
S

Suzetta

@Suzetta
About
Posts
3
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Fun with Operators
    S Suzetta

    I believe at one point in the murky past of C++ one of the intel compilers actually had a problem where i++ was less efficient than i=i+1 due to some pipelining issue, but rumour at the time had it that this was only a problem on intel chips!

    Clever Code

  • Obvious and stupid :-)
    S Suzetta

    It is indeed - but I think it should be obvious if you know your basic number representations. Testing for equality is similar, in that you run out of precision, but I guess my version is less intuitive as you 'expect' to be able to add one and get a result that is bigger than the original value :-)

    Clever Code learning

  • Obvious and stupid :-)
    S Suzetta

    Some time back, I was perplexed as to why my program went into an endless loop. This was in VB, but of course is language independant when you look at it. Obvious, dumb, but still not something many programmers (even experienced ones) think of for some reason: for (Single i = 1000001; i < 20000000; i++) { // do stuff... }

    Clever Code learning
  • Login

  • Don't have an account? Register

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