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.
Longrange
keyboard.isKeyDown() java function question?
im new to java (mainly do c++ and c) and i want to know how to use the keyboard.isKeyDown on the 'f' keys like F1, and F2, etc... thanks
3 AnswersProgramming & Design9 years agoPocket Bike starter repair help?
so i took off the part that holds the main servo and i was presented with 2 springs popping out, one wire dis connected with what appears to be a weight on the end, and another wire with weight but connected. also in the center is a magnetic cylinder with a hole for the servo in the center and a washer under it. my question is where do the springs go ,what do i do with the washer, and where do i position the "weights" when i re assemble
1 AnswerMotorcycles9 years agoWhat does this line in C++ do?
if( isLegal (move, board))
{
board[move] = computer;
found= winner == computer
board[move] = empty
}
i want to know what the line that says
found =winner(board) == computer
does
this is a tic tac toe game from a c++ book im reading and i dont know what this does.
found is a Boolean set to false, winner() returns a Boolean, so it setts found to what winner() returns. but i get confused at the ==computer
computer is a char so i have no idea why it uses a test '==' or what it does can someone please explain
1 AnswerProgramming & Design9 years agoHow do i adjust a laser attached to my scope?
i just bought a crossbow that came with a scope and a laser to put on the scope so i did, problem is that the laser is way off to the side when you look through the scope, is there any way to fix this, it has a clamp with 2 screws to hold it to the scope, and a clamp with 1 screw to hold the laser pointer
1 AnswerHunting9 years agoWhat is the difference between ICP and AA Uranium solutions.?
so i previously asked a question about where i could buy uranium oxide because i want to experiment with it, and that led to nothing. but i found this website www.rt-corp.com that sells something called "ICP 1000µg/mL Uranium 125mL" which i infer is 125 ml of ICP uranium. they also sell "AA 1000µg/mL Uranium 125mL" which is the same as above except it is AA uranium. so my question is what is ICP uranium and AA uranium. i assume ICP is more concentrated because it cost about %50 more. and also if that isn't it what is the difference in them. thanks.
2 AnswersChemistry9 years agowhere can i buy Uranium Oxide U3O8/UO2?
i just would like to do a experiment with it and i need less than a pound but i can't figure out where to buy it.
2 AnswersChemistry9 years agowill someone tell me what is wrong with this code (c++)?
here is the build log:
1>------ Build started: Project: crypter, Configuration: Debug Win32 ------
1> main.cpp
1>c:\users\jasper\documents\visual studio 2010\projects\crypter\main.cpp(15): warning C4390: ';' : empty controlled statement found; is this the intent?
1>c:\users\jasper\documents\visual studio 2010\projects\crypter\main.cpp(19): error C2181: illegal else without matching if
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
_________________________________________________________________________________
i am making a program and testing out some functions to start out with but this code will not compile will someone tell me why
here is the source:
#include <iostream>
#include <string>
using namespace std;
int main()
{
bool cont = true;
cout<<"Welcome to Crypter 0.1\n\tBy: Jasper Lommen.\n";
while(cont)
{
cout<<"\nWould You like to:\nDecrypt(1)\nEncrypt(2)\n";
string choice;
cin>>choice;
if (choice == "Decrypt" || "decrypt" || "1");
{
cout<<"Option not avaliable yet.";
continue;
}
else if (choice =="Encrypt" || "encrypt" || "2")
{
cout<<"You chose To encrypt a statement.";
continue;
}
else
{
cout<<"Please make a valid choice";
continue;
}
return 0;
}
}
1 AnswerProgramming & Design9 years agoHow many milliamps come out of a serial port?
i am trying to see if i can power a micro controller with a serial output coming from a linux board but i can't find out how much current is coming from the board. the specific board is the Parrot AR.Drone main board.
1 AnswerOther - Hardware9 years agohow many volts comes out of a arduino digital pin?
i need to know to find out what type of resistor to put on a high output ir led with a forward voltage of 1.2
2 AnswersEngineering9 years agoIf you are VAC banned in MW2 are you in MW3?
Only in steam, i am answering a question for a friend i have not been banned.
2 AnswersVideo & Online Games10 years agoWhenever i try a app to tether my lg optimus v it says "network is unavailable"?
Can someone tell me what to do
1 AnswerCell Phones & Plans10 years agowhen will windows 8 beta come out?
like can i have a month or a day please
5 AnswersSoftware10 years agois there a decent full metal air soft gun under 330 fps for about $200?
I'm looking for one for a cqb place and their max fps is 330 and i have had no luck finding one so can someone please help me out. thanks.
5 AnswersOther - Outdoor Recreation1 decade ago