Search Results

Showing results 1 to 40 of 44
Search took 0.01 seconds.
Search: Posts Made By: Boldgamer
Forum: Geeks' Lounge Jul 4th, 2009
Replies: 61
Views: 3,999
Posted By Boldgamer
Chrome for the win. So fast and light.
Forum: Geeks' Lounge Dec 26th, 2008
Replies: 13
Views: 1,087
Posted By Boldgamer
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
Posted By Boldgamer
I'm still waiting on a second season of Claymore...
Forum: Geeks' Lounge May 4th, 2008
Replies: 1,377
Views: 147,321
Posted By Boldgamer
Turkey, homemade mac and cheese, candied yams, and a Diet Vanilla Pepsi
Forum: Windows NT / 2000 / XP Apr 6th, 2008
Replies: 4
Views: 387
Posted By Boldgamer
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
Posted By Boldgamer
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
Posted By Boldgamer
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
Posted By Boldgamer
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
Posted By Boldgamer
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
Posted By Boldgamer
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
Posted By Boldgamer
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
Posted By Boldgamer
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
Posted By Boldgamer
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
Posted By Boldgamer
Sorry :sad: I missed the word "least".
Forum: C Mar 9th, 2007
Replies: 21
Views: 5,613
Posted By Boldgamer
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
Posted By Boldgamer
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
Posted By Boldgamer
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
Posted By Boldgamer
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
Posted By Boldgamer
I have a 60GB Black video ipod. Love it.
Forum: Geeks' Lounge Feb 11th, 2007
Replies: 22
Views: 3,317
Posted By Boldgamer
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
Posted By Boldgamer
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
Posted By Boldgamer
88% 27Mi 535sec. First try.
Forum: Windows Vista and Windows 7 Feb 7th, 2007
Replies: 14
Views: 3,404
Posted By Boldgamer
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
Posted By Boldgamer
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
Posted By Boldgamer
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
Posted By Boldgamer
/*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
Posted By Boldgamer
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
Posted By Boldgamer
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
Posted By Boldgamer
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
Posted By Boldgamer
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
Posted By Boldgamer
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
Posted By Boldgamer
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
Posted By Boldgamer
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
Posted By Boldgamer
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
Posted By Boldgamer
Add

system("PAUSE");

in front of return 0;
Forum: C++ Dec 30th, 2006
Replies: 12
Views: 13,776
Posted By Boldgamer
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
Posted By Boldgamer
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
Posted By Boldgamer
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
Posted By Boldgamer
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
Posted By Boldgamer
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...
Showing results 1 to 40 of 44

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC