- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 2
- Posts with Upvotes
- 2
- Upvoting Members
- 2
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
16 Posted Topics
Re: 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 finance job. I did a little programming in high school, but I … | |
Re: #include <stdio.h> int main(void) { [INDENT]int base, power, index; long answer;[/INDENT] [INDENT]base = 0; power = 0; answer = 1.00;[/INDENT] [INDENT]printf("Enter a base number: "); scanf("%d", &base); printf("Enter a power to raise the base to: "); scanf("%d", &power);[/INDENT] [INDENT]for(index = 1; index <= power; index++) [INDENT]answer = answer * base;[/INDENT] … | |
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. | |
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 graduated from the University of Florida with a Bachelor's of Science in Business Administration … | |
Re: Amelie was good; Run Lola Run, a German movie is very interesting as well, but my all time favorite movie is Good Will Hunting. | |
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 Hello World in C# ///</summary> ///<remarks> ///This program writes out Hello World ///using the … | |
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 this: I am stuck in 640X480 resolution and I can't get out. … | |
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 and one of them was listed as VGA video controller. 1)What does this mean? 2)How can … | |
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 display setup, but nothing happened. I still have the problem. Does … | |
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 it. How do I get rid of these bugs? They are starting to … | |
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 will suffice. | |
Re: 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 through everything. It is not true now. I am too … | |
Re: 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, how to come to one, how to program it, how to devise an … | |
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. Here is the program: /* echo_eof.c -- repeats … | |
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 through it until now. The problem I was given was … |
The End.