Forum: Windows NT / 2000 / XP Dec 7th, 2004 |
| Replies: 5 Views: 7,665 I tried toying around with Linux. It didn't work quite right. When I reinstalled Windows XP Pro, I was stuck in 640X480 resolution. I checked device manager and there were big yellow question marks... |
Forum: *nix Hardware Configuration Dec 7th, 2004 |
| Replies: 2 Views: 2,461 I have a Dell Monitor that is not in the install list. I tried to set up Linux with the Dell Monitor using the generic monitor listing that closely matched my setup: 1078X768 @ 60Hz. The problem is... |
Forum: Window and Desktop Managers Dec 6th, 2004 |
| Replies: 4 Views: 3,788 Does anyone have any ideas that don't involve changing from RedHat? |
Forum: Window and Desktop Managers Dec 5th, 2004 |
| Replies: 4 Views: 3,788 I am having trouble with my RH9 Desktop. Some of the words under icons go off the monitor, so I am assuming that the computer thinks my monitor is larger than it actually is. I tried toying with the... |
Forum: C# Dec 5th, 2004 |
| Replies: 2 Views: 10,932 I am working through the book Visual C#.NET Step by Step, and I came to the section of the book where the author shows how to create comments on your code with XML.
///<summary>
///The obligatory... |
Forum: IT Professionals' Lounge Sep 16th, 2004 |
| Replies: 13 Views: 3,861 Yes, the post was a joke! I hope you guys knew that. |
Forum: IT Professionals' Lounge Sep 15th, 2004 |
| Replies: 13 Views: 3,861 Someone please help me. I think my computer has bugs. There are ants, roaches, and scorpions coming out from inside my computer. Some people say there is software to get rid of this, but I can't find... |
Forum: Viruses, Spyware and other Nasties Sep 12th, 2004 |
| Replies: 0 Views: 2,548 I am trying to write a 128 bit encryption program. Does anyone know of any sites or books that would be of help? The only thing I know of is the 2 fish encryption algorithm, but I don't think that... |
Forum: Geeks' Lounge Sep 11th, 2004 |
| Replies: 39 Views: 8,765 Amelie was good; Run Lola Run, a German movie is very interesting as well, but my all time favorite movie is Good Will Hunting. |
Forum: Geeks' Lounge Sep 11th, 2004 |
| Replies: 23 Views: 5,165 Sorry :lol:
I see you have a link to a UK website. Are you from the UK? |
Forum: Community Introductions Sep 11th, 2004 |
| Replies: 612 Views: 123,865 The name is Brent. I just graduated at the age of 20 with a BS in Finance from the University of Florida. I am currently workinng on electronic circuits at a major Ohio company while I await a... |
Forum: Java Sep 11th, 2004 |
| Replies: 6 Views: 2,629 |
Forum: Geeks' Lounge Sep 10th, 2004 |
| Replies: 23 Views: 5,165 You say finance is a stupid degree, but my plan is to get a PhD in finance to go with my BS. I believe you are a very rude person; I was just trying to give a little bit of insight into these people... |
Forum: Geeks' Lounge Sep 9th, 2004 |
| Replies: 23 Views: 5,165 Let me give you a little bit of advice. Enjoy school. I am 20 years old, and I graduated from the University of Florida with a BS in Finance because I thought life would be better if I just rushed... |
Forum: Kernels and Modules Sep 9th, 2004 |
| Replies: 10 Views: 6,667 Where would I go if I wanted to find out where the heavy programming for Linux is going on? I mean stuff like programming drivers and writing for the kernel. I want to try my skills. |
Forum: C++ Sep 4th, 2004 |
| Replies: 19 Views: 8,613 Calculus is incredibly easy. It has become so easy that when doing it, I am more like a robot than human. I don't even have to think about it. With programming, you have to think about solutions,... |
Forum: C Sep 4th, 2004 |
| Replies: 6 Views: 2,215 Not true. This uses the stdin stream, which if you go to the DOS-Prompt and use the redirection offered by DOS, then you can stream data to a simple text file using this program. |
Forum: C Sep 4th, 2004 |
| Replies: 7 Views: 8,735 I still haven't quite figured out the indention method on this forum, and the getchar() at the end are for the Dev-C++ compiler so that the DOS-Prompt doesn't close automatically. |
Forum: C Sep 4th, 2004 |
| Replies: 7 Views: 8,735 #include <stdio.h>
int main(void)
{
int base, power, index;
long answer;
base = 0;
power = 0;
answer = 1.00; |
Forum: C Sep 3rd, 2004 |
| Replies: 6 Views: 2,215 I wrote a program that allows me to send data to a file if I wanted to do that by redirecting the data stream. The only problem is that I can't figure out how to make that work from the DOS prompt. ... |
Forum: C Sep 1st, 2004 |
| Replies: 3 Views: 4,545 Thank you very much. This helps a lot. It also shows me how to write more compact code, which I figure I will need when I start writing real software. |
Forum: C Sep 1st, 2004 |
| Replies: 3 Views: 4,545 Looks like the code in my post didn't quite get formatted correctly when I copied my code over to the forum. Does anyone know how to simply copy what I have in my IDE, or do I have to do all the... |
Forum: C Sep 1st, 2004 |
| Replies: 3 Views: 4,545 Hello,
I started learning C about 2 days ago, and now I have come to a problem that I can't figure out why I am getting the result I am getting. I bought a book, and I have proceeded quickly... |
Forum: Computer Science Aug 19th, 2004 |
| Replies: 5 Views: 7,146 This is my first post, so let me begin by describing myself before asking my question because I believe you might then better understand where I am coming from.
I am twenty years old. I recently... |