Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
27% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
2
Posts with Downvotes
2
Downvoting Members
2
5 Endorsements
Ranked #341
~9K People Reached
About Me

In my life, all of the expensive mistakes I have made involved women.

Interests
Software development, robotics, long range shooting
Favorite Tags

10 Posted Topics

Member Avatar for happygeek

Turing was a great man, and who knows what he would have accomplished with more time. That said, even today people who don't have the politically correct sexual orientation are considered security risks. The problem is that there is still a stigma attached to homosexuality. This makes homosexuals more vulnerable …

Member Avatar for Lifei_1
8
737
Member Avatar for Reverend Jim

The American-English language is evolving, but it certainly isn't headed in a direction that I am comfortable with. What bothers me the most is to watch a news commentator really make a fool of him/herself, grammatically, and no one else even notices. My grammar is not perfect, or even great, …

Member Avatar for Reverend Jim
7
5K
Member Avatar for rory.starkweather.7

I recently bought a legacy Borland C++ package, Version 4.5, on EBay, and it apparently includes Object Vision. I don't know whether to be happy or depressed, The only descriptions I have found of Object Vision say it is a 'form based' programming language. I'm not sure what that means. …

Member Avatar for drianhodgson
0
444
Member Avatar for rory.starkweather.7

This is a trivial program in Turbo C 2.01. It is intended to show that C can do arithmetic with mixed data types, and what the results are: #include <stdio.h> void main(void) { int num1 = 5; float num2 = 2; int num3; num3 = num1 / num2; printf( "%f\n", …

Member Avatar for rory.starkweather.7
0
153
Member Avatar for inspire_all

Hey, AD, how can I quote a respose? Or is that something I don't have access to? As to your comment about 1000 line code modules, I have to admit that my stuff is non-standards, but I do try to keep it all in view.

Member Avatar for rory.starkweather.7
0
387
Member Avatar for rory.starkweather.7

I am new to this forum and it appears that I don't have the capability to send PMs, even if I knew who the appropriate moderator was.

Member Avatar for rory.starkweather.7
0
326
Member Avatar for rory.starkweather.7

This may be kind of an ambiguous question, or might take more explanation than anyone is willing to provide, so don't feel obligated to respond. I've been using Windows since Version 3.11 came out, but I've never really thought about it from a programming viewpoint. My main Windows development application …

Member Avatar for jwenting
0
292
Member Avatar for keyboard_me

Odd that this should come up. My brother and I both got Bachelors degrees from the same university. His was in Computer Science, and he even went on to get a Master's degree in that field. My degree is in Engineering Mechanics, a field that probably doesn't exist anymore. I …

Member Avatar for jwenting
0
422
Member Avatar for rory.starkweather.7

Just a quick question, and I should know the answer, but can't remember it. You use Ctrl-K B Ctrl-K K to block text for moving, copying, etc. How do you get rid of the highlighting when you are done?

Member Avatar for jwenting
0
382
Member Avatar for rory.starkweather.7

This only appears to move one character even though it does a lot of thrashing around when I step through it. It looks like it's only executing the loops once, but the topmost character in the array is corect. It just like the others aren't moved at all. #include <string.h> …

Member Avatar for rory.starkweather.7
0
276

The End.