Posted inUncategorized

std::list – Example and Explanation

Our discussion of std::list, like our discussion of std::vector will start with a bit of history. It wasn’t until the IT industry was inundated with tiny x86 minds that people “tried to do it all in RAM.” Before the PC we had real computers with real operating systems. Other than Assembler, our languages were robust. Every platform supported indexed files and so did the compiler for every language. When we needed a multiply linked list … std::list – Example and ExplanationRead more

Posted inInformation Technology

Business/Enterprise Class Computing

We now have a generation of kids who never worked on real computers, only x86 platforms; so Business Class Computing needs to be explained. This all started with an exchange I had on the qt-interest list with someone I respect. -Text isn’t a stream. Katepart would disagree. part of the exchange, their response to my previous message I run into this a lot when people have only worked on x86 based platforms or Unix. They … Business/Enterprise Class ComputingRead more

Posted inInformation Technology

Interesting PostgreSQL Oddity

I was working on a tiny database to send out some emails with varying subjects. Decided to use PostgreSQL so I could have a real database as the back end. SQLite doesn’t share (on most platforms) so I couldn’t add data while the program was running. Being able to add stuff and check on progress while running is one of those design things you can’t kick when you’ve been in IT as long as me. … Interesting PostgreSQL OddityRead more

Posted inInformation Technology

Qt – Printing – Taxes – Pt. 4

Before I get into more coding on this topic, I need to cover some remedial information. The first is how we center a heading. Even when we had printer spacing charts we would write the text on scratch paper then put a slash every two characters, counting spaces as characters then we would count the slashes. When working with narrow form we would subtract the number of slashes from 40, with wide form it was … Qt – Printing – Taxes – Pt. 4Read more

Posted inExperience / Information Technology / Investing

Which programming language offers the best job market?

I got sucked into a discussion on Reddit with this very question. No, I don’t hang out on Reddit. I wouldn’t even go there but a couple of technical writing crawlers periodically drop an email with links to things there. So, let’s get a few things out of the way up front: There is no “best language to learn” when the question is asked in a vacuum. There are many different job markets and industries … Which programming language offers the best job market?Read more