Variable Length Arrays (Not) In Visual C++

The C99 language standard added support for variable length arrays (VLAs):

 void foo(int len){  float myArray[len];  ... }

In porting some C# code to C++, I had a method signature like that, so I tried to use a VLA. Sadly, VC++ 2005 produces "error C2057: expected constant expression," "error C2466 …

more ...

Borland's Got a Buyer for DevCo, but Not Saying Who

Word is that Borland has come to an agreement with a still-secret savior to purchase and support "DevCo": the former languages and tools division.

Details as they emerge, but that won't be for a few weeks

more ...

Sloppy: Calibri @ 100%

::: {style="direction:ltr;margin-top:0in;margin-left:0in;width:6.6041in"} ::: {style="direction:ltr;margin-top:0in;margin-left:0in;width:3.5229in"} Sloppy: Calibri @ 100% :::

::: {style="direction:ltr;margin-top:.0493in;margin-left:0in;width:1.384in"} Friday, July 21, 2006

7:36 AM :::

::: {style="direction:ltr;margin-top:.0722in;margin-left:0in;width:6.6041in …

more ...

Makers of NaturallySpeaking Raising Expectations for Voice Recognition

NaturallySpeaking 9, coming out in August, claims to dramatically reduce the time it takes to model your voice, achieving the best-possible recognition soon after opening the box.

For some people, that best-possible recognition is said to be 99%. Maybe. I've probably gone throught the "voice training" process a dozen or …

more ...

I HATE Hardware

The last thing I saw last night was something about "Do not turn off or remove the power cord from your computer" for some no-doubt-critical update. This morning, my desktop doesn't POST. It hangs right at the point the RAM count happens.

Now, I don't think an OS upgrade can …

more ...

Dr. Dobb's Changes

When Software Development was killed, I predicted that Dr. Dobb's wouldn't change markedly. Boy, was I wrong. Editor-in-Chief Jonathan Erickson and Publisher Stan Barnes clearly decided that the time had come to create what is essentially a new magazine: I don't think Dobb's has changed this much since at least …

more ...

"The Core": Worst. Movie. Ever?

One of the cable channels (FX, I think) has been playing "The Core" in medium rotation lately. I've been trying to expose myself to it in small amounts, to inoculate myself and accept it as cheesy "so bad it's good" fun(ref. "The Fast and the Furious": One of my …

more ...

"More use of assembly" -- Dubious prediction

InfoWorld's Tom Yager wrote a column on the benefits of native code, but then went off the deep end with:

Here's a native code prediction that's way under your radar: We'll see more use of assembly language. ...Developers coding for new, controlled deployments can afford to set high requirements that …

more ...

Programming Quantum Computers

When I feel listless, I sometimes try to whet my brain by rubbing it on quantum mechanics, which requires math that's absurdly difficult for a dilettante to understand. For years I've tinkered at implementing a simulator for programming quantum computers and really haven't gotten anywhere. Well, now I can use …

more ...