- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 2
- Posts with Downvotes
- 2
- Downvoting Members
- 2
In my life, all of the expensive mistakes I have made involved women.
- Interests
- Software development, robotics, long range shooting
10 Posted Topics
Re: 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 … | |
Re: 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, … | |
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. … | |
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", … | |
Re: 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. | |
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. | |
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 … | |
Re: 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 … | |
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? | |
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> … |
The End.