C++ and links

Well, hello there.

I’ve been “learning” C++ over the last two days.

I often find that I learn something better when I’m forced into it. So I decided to write an application and learn the C++ that I needed to do it. Probably not a good learning path, but I don’t care. I work for Ancis, I don’t need to know the full story when I can make up the other half.

My program generates a random number betweren 0 and 51. Each number is translated to a character. a-zA-Z. I’m making it generate them in a while loop. I’m trying to get it to print “Laura” in order. Continue reading