Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Stephen
Fujitsu T5010 Power Up Issues?
Hit power switch, power light/battery light come on normally. Nothing else turns on, no fan, no HDD noise, no monitor, no attempt at posting BIOS. Scroll lock and numb lock flashing continuously (25+ times). Heat sync gets warm as if CPU was running but nothing is happening.
Attempted to take battery out and start on only AC power had same issue.
Also warranty is out so sending to get fixed is not an option.
1 AnswerLaptops & Notebooks9 years agoC++ While Loop Not Executing?
My text file has more numbers on another line, but the while loop is not running all the way through for some reason. It is not executing the entire loop and the program just ends without running the rest of the program. I am confused and frustrated with this... Here is the code up to and including the loop.
#define _USE_MATH_DEFINES
#include <iostream>
#include <iomanip>
#include <fstream>
#include <string>
#include <cmath>
#include <vector>
using namespace std;
void sGrades(double array[],int length);
double tGrade(double grades[], int length);
double aGrade(double totalGrade, int length);
int main()
{
ifstream inFile;
ofstream ofFile;
inFile.open("input.txt");
ofFile.open("output.txt");
string firstName,lastName;
double grade;
inFile >> firstName;
inFile >> lastName;
inFile >> grade;
double grades[20];
int count = 0;
double sortedGrades[20];
double averageGrade, totalGrade;
while( !inFile.eof() )
{
grades[count] = grade;
count += 1;
inFile >> grade;
return count;
}
2 AnswersProgramming & Design1 decade agoWhat does bk stand for?
Guy on cod4 got pissed at me earlier and sent me a message saying BK N(word). I am guessing it doesn't mean Burger King :p
6 AnswersVideo & Online Games1 decade ago90s Song With Trumpet Solo?
At least I think it was a 90s song. It had a guy singing to a Latin Pop sounding tune and I think part of the lyrics went something like this.
Youll Never Know,
Youll Never Know,
Youll Never Ever Ever Know,
Youll Never Know,
(Trumpet Solo)
1 AnswerOther - Music1 decade agoIs It Bad If I Feel Zero Remorse For Illegal Downloading?
Music, Songs, Programs, and Games since I was about 12 (7.5 years ago). I will go buy a CD or game if I really like it and have the money, but I have a ton of money out in school loans and can't afford it. Oh yea and as the question states I have absolutely no remorse for this at all. Anyone else feel the same way?
I really don't break any other laws aside from speeding and underage drinking (not at the same time :D)
7 AnswersLaw & Ethics1 decade agoXbox 360 External Hard Drive Format?
So I recently reformatted my FAT32 to NTFS so I can put my HD videos into one part and my 360 no longer recognizes the hard drive. I figured converting it would be no problem since the 360 is the newest generation and FAT32 was pretty much outdated at the time of its release anyway.
So um now my 360 does not recognize the drive and I can't watch my videos on their at all, weak. I know it is near impossible to get back to FAT32 but is there another format I could convert it to so I can watch my videos again without losing my data on there?
Or hopefully Microsoft wasn't so stupid they did not come out with a firmware update you can get so the 360 can recognize their OWN hard drive format?
1 AnswerAdd-ons1 decade agoShooting Pain In Teeth?
I last visited the dentist three or so months ago, had my X-Ray and everything was fine. I had a distal pit in one of my teeth but it was not yet a cavity and had mild gum problems.
Just this morning I woke up and experienced an extremely sharp shooting pain in that tooth for about 10 seconds and it went away. I disregarded it because i could touch it, brush my teeth, and eat with out any problem. Then 45 min later that same shooting pain which lasted for about 10 seconds.
This has been happening on and off since this morning. The tooth still does not hurt to touch. What is this?
1 AnswerDental1 decade agoIntegral( sqrt(5-e^(2x))dx )?
I'm not even sure which way I should choose to go about it. Any help is appreciated =)
1 AnswerMathematics1 decade agoRCA to Headphone Jack?
I want to be able to watch TV while wearing headphones as to not disturb my roommates or neighbors (thin walls).
My TV does not have a standard headphone jack... bummer, but I have found these cables which take your RCA slot and convert it to a headphone jack. I was wondering if when I plug my headphones in to watch TV will it be stereo sound. For example if a car is driving from the left to the right in the movie will the sound go from my left to my right ear bud accordingly?
These are the cables http://www.amazon.com/HOSA-CFR-210-Stereo-Female-P...
Thanks!
3 AnswersHome Theater1 decade agoHow: C++ Do While Loop?
I have been learning c++ for 5 weeks in school now and need help with a project.
I need to figure out how to stop my do while loop.
I want to have it run while until it gets to an if statement inside the loop. If that statement is true I want the loop to continue/restart. If not I want the loop to stop. How do I do this?
3 AnswersProgramming & Design1 decade agoWhy do I have feelings for her now?
This girl and I have been friends now for a few months now. We were always just friends because when I met her she had a BF so I never really had feelings for her because of it. Now all of the sudden her relationship is so so and out of nowhere I start having feelings for her. We have always been flirtatious but that is just the nature of our friendship.
This puts me in a really strange situation because I am good friends with her BF too. I don't want to jeopardize either of these friendships or have them be awkward.
So now I'm not sure what to do, should I try to keep these feelings bottled up until they pass? Any input appreciated thanks.
1 AnswerSingles & Dating1 decade ago