Forum: Geeks' Lounge Jul 4th, 2009 |
| Replies: 61 Views: 3,999 Chrome for the win. So fast and light. |
Forum: Geeks' Lounge Dec 26th, 2008 |
| Replies: 13 Views: 1,087 I've never really been in to comics. I'd rather see the action in motion. |
Forum: Geeks' Lounge Dec 26th, 2008 |
| Replies: 13 Views: 1,087 I'm still waiting on a second season of Claymore... |
Forum: Geeks' Lounge May 4th, 2008 |
| Replies: 1,377 Views: 147,321 Turkey, homemade mac and cheese, candied yams, and a Diet Vanilla Pepsi |
Forum: Windows NT / 2000 / XP Apr 6th, 2008 |
| Replies: 4 Views: 387 Thanks. I just deleted the other partition and was able to reinstall XP. It kind of sucks though. I just lost like 70+ gigs of Anime. Oh well. I'll just have to remember to not be lazy next time and... |
Forum: Windows NT / 2000 / XP Apr 6th, 2008 |
| Replies: 4 Views: 387 I am trying to reinstall XP on my system. This isn't the first time I have done this. I have never had a problem before. The only difference now is that I recently had Ubuntu 7.10 on my system on a... |
Forum: C++ Aug 29th, 2007 |
| Replies: 3 Views: 593 I am a begginer also but I believe you need main to be declared as int main() The line char vowels[]={a,e,i,o,u}; isn't needed.
I would put char n; inside int main().
For your branching... |
Forum: C++ Aug 20th, 2007 |
| Replies: 11 Views: 4,727 I don't know. But most here will tell you to never use void main() |
Forum: Geeks' Lounge Jun 13th, 2007 |
| Replies: 146 Views: 30,046 Thanks! I just finished watching the first 9 episodes of Darker than Black. It's okay. I prefer more swordsplay though. Just watched the first episode of Claymore and it seems like it is going to be... |
Forum: Geeks' Lounge Jun 12th, 2007 |
| Replies: 146 Views: 30,046 I forgot all about these. Loved Full Metal. Didn't like the end too much though. Outlaw Star and Trigun used to come on CN a few years back (when I used to still watch that channel). Watched Neon... |
Forum: Geeks' Lounge Jun 12th, 2007 |
| Replies: 146 Views: 30,046 Oh...And as for Dragon Ball, I lost interest after the Freza Saga. When they gained the ability to destroy whole planets it just got a little out of hand. What was next? Grow strong enough to destry... |
Forum: Geeks' Lounge Jun 12th, 2007 |
| Replies: 146 Views: 30,046 I love Bleach. It's my favorite anime to date. I have just recently started watching naruto again after like 70+ episodes of filler. I have seen rurouni kenshin up untill about episode 70 (Been a... |
Forum: C Apr 2nd, 2007 |
| Replies: 11 Views: 1,615 Just replace "n" in the outer loop with 3 and you should have the results you are looking for. |
Forum: C Mar 10th, 2007 |
| Replies: 21 Views: 5,613 Sorry :sad: I missed the word "least". |
Forum: C Mar 9th, 2007 |
| Replies: 21 Views: 5,613 Why not make it simple. I had to do something like this in the early part of a book I was learning from. Here is the code for it:
#include <iostream>
using namespace std;
int main()
{
... |
Forum: C++ Mar 1st, 2007 |
| Replies: 7 Views: 1,167 I recently perchased Accelerated C++. I have to admit that I have to put it to the side for a little. It seems like a good book though. I am just not use to the teaching style yet I guess. I only... |
Forum: Geeks' Lounge Feb 24th, 2007 |
| Replies: 40 Views: 6,043 I didn't know that. Everything I have is in MP3 format because most of the stuff I ripped from CD was done before I got my Ipod. I used WMP and it does not rip using AAC. Doubt I'll go back and... |
Forum: Geeks' Lounge Feb 20th, 2007 |
| Replies: 40 Views: 6,043 I got the bigger one because I want to be able to carry all of my music with me, not just a few songs from various CDs. I also need the extra space because I rip all of my CDs at 320Kbps. That's... |
Forum: Geeks' Lounge Feb 15th, 2007 |
| Replies: 40 Views: 6,043 I have a 60GB Black video ipod. Love it. |
Forum: Geeks' Lounge Feb 11th, 2007 |
| Replies: 22 Views: 3,317 I don't know. I haven't been here too long. I guess I could say that I have pretty much been myself so far... |
Forum: Geeks' Lounge Feb 9th, 2007 |
| Replies: 52 Views: 6,250 I'll be 23 in sept. I know I'm not the oldest but I sure am starting to feel old... Wish life would just slow down a little... |
Forum: Geeks' Lounge Feb 7th, 2007 |
| Replies: 20 Views: 4,300 88% 27Mi 535sec. First try. |
Forum: Windows Vista and Windows 7 Feb 7th, 2007 |
| Replies: 14 Views: 3,404 http://powertogether.com/
They gave away 30,000 new copies of Vista. I wish I had known about it before all slots were filled. I doubt I would have installed it yet anyway though. I think I'll... |
Forum: C Feb 6th, 2007 |
| Replies: 2 Views: 1,099 IMO I'd go to a four year university and get a Computer Science degree if I were you. I tried ITT when I first left High School and it really did not live up to the hype. I did not go for the... |
Forum: C++ Jan 24th, 2007 |
| Replies: 9 Views: 1,557 Thanks everyone. I have gotten rid of most redundancy(I think). I have also gotten rid of the "continue" keyword.
How would I enter the value of pi without declaring it first?
/*Make... |
Forum: C++ Jan 24th, 2007 |
| Replies: 9 Views: 1,557 /*Make a program that allows the user to input either the radius, diameter, or area of the circle.
The program should then calculate the other 2 based on the input. (Beginner)*/
#include... |
Forum: C++ Jan 21st, 2007 |
| Replies: 26 Views: 4,783 I am kind of stuck. Here is my loop so far
for (int x =2; x<=num; x++)
{
if (num%x++0)
continue;
else
for (int y=1; y<=x; y++)
{ |
Forum: C++ Jan 20th, 2007 |
| Replies: 26 Views: 4,783 Thanks everyone. As far as indenting goes, I do. I use VC++ Express and it does it automatically. It's just that when I post my code on here I copy and paste and lose all indentation. Is there a way... |
Forum: C++ Jan 20th, 2007 |
| Replies: 26 Views: 4,783 I can't do the first yet because I have not learned anything on arrays.
The second on primes is what I attempted to do. I was able to write code that would list all from 2 - 100 within a few... |
Forum: C++ Jan 18th, 2007 |
| Replies: 26 Views: 4,783 Do you (or anyone reading) have any ides for a simple program I could work on that would give me practice in using the for loop. I have just started and I do not believe I have totally gotten a hold... |
Forum: C++ Jan 17th, 2007 |
| Replies: 6 Views: 1,182 I have this almost figured out but for some reason my output stops at 5. I get
11 34 17 52 26 13 40 20 10 5 5
this is the code I entered:
#include<iostream>
usingnamespace std; |
Forum: C++ Jan 16th, 2007 |
| Replies: 26 Views: 4,783 Thanks a lot. It just took me a little while to get what you were saying into my thick head. So in other words total is taking on a new value each time through the loop like this
Say I enter 5
... |
Forum: C++ Jan 16th, 2007 |
| Replies: 26 Views: 4,783 Thanks. But what I mean is that at the beginning of the program the author set total to
total = 1
So why would
1*counter
be different than changing the value of counter to total?... |
Forum: C++ Jan 16th, 2007 |
| Replies: 26 Views: 4,783 Hello everyone. I am reading C++ Demystified and am on the chapter about the for loop. I am using this code
#include<iostream>
using namespace std;
int main()
{
int num, counter, total =... |
Forum: C++ Dec 30th, 2006 |
| Replies: 49 Views: 8,328 Add
system("PAUSE");
in front of return 0; |
Forum: C++ Dec 30th, 2006 |
| Replies: 12 Views: 13,776 I just tried it using VC++ EE and it works. I had to install the platform SDK and follow the directions here:
http://msdn2.microsoft.com/en-us/library/ms235626(VS.80).aspx
Then I had to:
... |
Forum: C++ Dec 26th, 2006 |
| Replies: 9 Views: 2,602 I have heard good things about about Accelerated C++. I am concerned about the size of the book though. It is only 336 pages long while both of the others are around 1200 pages long. I know that you... |
Forum: C++ Dec 26th, 2006 |
| Replies: 9 Views: 2,602 Hello everyone. I am interested in learning C++ and am looking for a good book to start out with. I read the topic in the sticky in this forum and have narrowed my choice of beginner books down to... |
Forum: Troubleshooting Dead Machines Dec 16th, 2006 |
| Replies: 2 Views: 1,466 http://support.microsoft.com/kb/314063
This is the info that Microsoft gives for that stop message. Look at the section that reads "A Stop 0x0A error after Windows XP is already installed".... |
Forum: Windows NT / 2000 / XP Dec 14th, 2006 |
| Replies: 7 Views: 4,816 Okay. Now there is another problem with this pc. Since I installed the .inf I have been getting random reboots. I don't do anything in particular to make it happen. It just randomly reboots. There is... |