10/05/22
Programming Makefiles
How to modify these makefiles to have 5 targets and run them in linux? make -s -f makefile.your_name option_1make -s -f makefile.your_name option_2make -s -f makefile.your_name option_3make -s -f...
more
09/16/21
help me make program
Create a program called "BUZZERS" that will input digits. Buzzers are computed according to the input. if the digit contains 0,6,7,5 it adds 1 and then otherwise it adds 2. Your input is from...
more
06/09/20
Quick Conservation of Energy Question
A wrecking ball, with a mass of 315 kg, hangs from a crane on 10.0 m of cable. The crane swings the wrecking ball so that the angle that the cable makes with the vertical is 30.0°. What will be the...
more
05/25/20
I can't make a my character move when I run my javascript (Intellij), what is wrong with my code?
package movement;
import processing.core.PApplet;
import processing.core.PImage;
public class LunasAdventures extends PApplet {
PImage moth;
PImage bg;
public static void...
more
05/10/20
Given the demand function D ( p ) = √ 225 − 2 p , Find the Elasticity of Demand at a price of $65
Can you explain how to solve this
04/13/20
I need help with a word problem.
Company A costs $30 with $0.25 per extra text message. While company B costs $45 with $0.10 per text message. At how many text messages are they the same costs?
04/13/20
confused on how to solve
How much must be deposited today into the following account in order to have $70,000 in 5 years for a down payment on a house? Assume no additional deposits are made. An account with monthly...
more
04/12/20
Please help me College Algebra
Use A=P(1+r/n)^nt where:A = the amortized amount (total loan/investment amount over the life of the loan/investment)P = the initial amount of the loan/investmentr = the annual rate of interestn =...
more
07/22/19
Differences between C++ string == and compare()?
I just read some recommendations on using
std::string s = get_string();
std::string t = another_string();
if( !s.compare(t) )
{
instead of
if( s == t )
{
I'm almost always...
more
07/19/19
When should you use constexpr capability in C++11?
It seems to me that having a "function that always returns 5" is breaking or diluting the meaning of "calling a function". There must be a reason, or a need for this capability or it wouldn't be in...
more
07/19/19
Undefined reference to vtable?
So, I'm getting the infamously horrible
> undefined reference to 'vtable...
error for the following code (The class in question is CGameModule.) and I cannot for the life of me understand...
more
Still looking for help? Get the right answer, fast.
Ask a question for free
Get a free answer to a quick problem.
Most questions answered within 4 hours.
OR
Find an Online Tutor Now
Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.