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
C

Colin Leitner

@Colin Leitner
About
Posts
72
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • A question of coding ethics
    C Colin Leitner

    I wouldn't want to miss rights-managment, NTFS and all the other functions that work only with special flags under W95/98/ME (or are completely disabled).

    The Lounge csharp html com business question

  • A question of coding ethics
    C Colin Leitner

    I only support >= Win2K.

    The Lounge csharp html com business question

  • QOTD
    C Colin Leitner

    Clickety.I choose a random iterator type, but they all behave the same.

    The Lounge c++ json question learning

  • QOTD
    C Colin Leitner

    I'm sorry, I forgot they implemented the operator-> too (argh! operator overloading begins to suck ;)

    The Lounge c++ json question learning

  • It's just a big stone, really
    C Colin Leitner

    As long as they don't smash into it infront your right.

    The Lounge com question announcement

  • It's just a big stone, really
    C Colin Leitner

    Every movement needs a transformation of energy. I don't believe a penny would stick in the cement if you through it of the ESB. If it would the american cement would be kind of crap ;)!

    The Lounge com question announcement

  • QOTD
    C Colin Leitner

    Yes but '->' won't work at all! You cannot change operator precedence at all, that's correct. a+++++b ;)

    The Lounge c++ json question learning

  • It's just a big stone, really
    C Colin Leitner

    ESB height: 381 m Penny weight: 1g (?) Energy in penny on top of the ESB: m*g*h = 0,001 kg * 9,81 m / s^2 * 381 m = 3,73761 J Now this is the energy inside the penny to engrave the street. hmmm 4 joule? I think your breakfeast has more power in it :-D. Just kiding!

    The Lounge com question announcement

  • It's just a big stone, really
    C Colin Leitner

    A satellite may weight 1-5 tons I guess. A asteriod can be as big as our moon or bigger (Pluto is seen as a kind of asteriod by many scientists). So the mass of most asteroids that could be dangerous for us is so high that it's like throwing stones against mountains.

    The Lounge com question announcement

  • QOTD
    C Colin Leitner

    iterator is a struct. now operator* returns the value (if I understood that right). so you need it.operator*().menuItem or (*it).menuItem. This has nothing to do with any pointer syntax.

    The Lounge c++ json question learning

  • It's just a big stone, really
    C Colin Leitner

    Alright. Throw a stone against earth and measure how much it moves out of it's original orbit.... Scientists! X|

    The Lounge com question announcement

  • QOTD
    C Colin Leitner

    Correct :D! Altough I believe the questioner ment D).

    The Lounge c++ json question learning

  • QOTD
    C Colin Leitner

    Looking into the MSDN can open eyes! iterator overloads operator*. plain and simple. Somehow the STL trys to use references wherever possible.

    The Lounge c++ json question learning

  • quake3 on .net server?
    C Colin Leitner

    If your PC is fast enough try quake3 -r_allowsoftwaregl 1 :-D. Let's see, um how fast :))...

    The Lounge game-dev help csharp graphics sysadmin

  • quake3 on .net server?
    C Colin Leitner

    I still stick to Quake 1 :rose:. It runs almost everywhere, and has a software mode (of course) and a gl exe too. You can find the demo and winquake.exe at ftp.idsoftware.com.

    The Lounge game-dev help csharp graphics sysadmin

  • Where else to post web programming questions?
    C Colin Leitner

    You tricked us a bit, he ;)? Well use the table-layout: fixed property. That should do it.

    The Lounge question c++ com tools

  • New Prime Number Algorithm Discovered
    C Colin Leitner

    With a very fast algoithm, with more CPU power and some knowledge this can become a problem for RSA. Sure now it's still save, but in 5 years?

    The Lounge html com algorithms security help

  • New Prime Number Algorithm Discovered
    C Colin Leitner

    The end of RSA?

    The Lounge html com algorithms security help

  • Message Pump Security Flaw
    C Colin Leitner

    I forgot: Iieks! This guy claims to code on 14 platforms???? Sheesh when you take C then you can code on almost every platform available ;P. I can code on 98% of all existing systems :D!

    The Lounge html com windows-admin security tools

  • Message Pump Security Flaw
    C Colin Leitner

    This guy has never implemented a PE loader! Your app may (but most often won't) be remapped to any address and how in the world do I get the address of my code in a restricted process? You would have to write a custom PE loader and use MapViewOfFileEx with lpBaseAddress = null to allocate the code at (hopefully) a random position. Or maybe using LoadLibraryEx twice with different flags (does this work?). But you could still kill the app of course... Hehe, hijacking an X server would surely kill you at coding time :D, too complex for average windows coders.

    The Lounge html com windows-admin security tools
  • Login

  • Don't have an account? Register

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