Recent content by jimmyv12
-
J
Question about Eclipse Platform
How exactly do I compile and run C++ code in eclipse as though it were in pico? I've wrote code that I know works, just a simple "Hello World" program, but I can't figure out how to make the one file program run!- jimmyv12
- Thread
- Eclipse Platform
- Replies: 1
- Forum: Programming and Computer Science
-
J
C/C++ C++ How do I call a specific line from an input file?
just flip through the papers until I find what I want? Haha I don't know! Would I input everything, then use my if statements to find the line? Or just use the if statement from the get-go to find the line in the document, and only input that line into the rest of my code?- jimmyv12
- Post #3
- Forum: Programming and Computer Science
-
J
C/C++ C++ How do I call a specific line from an input file?
Alright, so my current class assignment is to create a program that will read several accounts, whether or not its a savings, the amount in the acocunt, then make calculations for interest and fines based on that info. The setup for the input file is like this: account checking/savings amount...- jimmyv12
- Thread
- C++ File Input Line Specific
- Replies: 5
- Forum: Programming and Computer Science
-
J
Comp Sci Efficient C++ Data Read/Write Program for Employee Pay Increase Calculation
okay nevermind I figured it out, I just had to re-write the input file because I guess I had a typo- jimmyv12
- Post #2
- Forum: Engineering and Comp Sci Homework Help
-
J
Comp Sci Efficient C++ Data Read/Write Program for Employee Pay Increase Calculation
Alright, so basically I'm writing a program that will copy three people's first and last name, current pay, and pay increase %. Then, write it to a file that gives their name, and new pay after the increase has been applied to the current pay. When I launch the program, then open the output file...- jimmyv12
- Thread
- C++ Data
- Replies: 1
- Forum: Engineering and Comp Sci Homework Help
-
J
Converting to component form help.
Great! Thanks!- jimmyv12
- Post #3
- Forum: Introductory Physics Homework Help
-
J
Converting to component form help.
Let A = (4.6 m, 20^{}o south of east) How do I write this in compnent form? I know if it were (4.6m, North) is would simply be (0,4.6), but otherwise, how would I calculate this?- jimmyv12
- Thread
- Component Component form Form
- Replies: 2
- Forum: Introductory Physics Homework Help
-
J
Solving Particle Trajectory: Speed & Direction at t=4.5s
Alright, so i don't know why I wasnt getting the right answer before(i was taking the derivatives), but I took the derivatives for x and y, then used the sqrt(x^2+y^2) to get part one. Then y=cos^-1(x/v) for part two.- jimmyv12
- Post #4
- Forum: Introductory Physics Homework Help
-
J
What Are the Solutions to bx^2 + cx + a = 0 for Any Constants a, b, and c?
for part 'b', you would want to use the quadratic formula.- jimmyv12
- Post #2
- Forum: Precalculus Mathematics Homework Help
-
J
Solving Particle Trajectory: Speed & Direction at t=4.5s
A particle's trajectory is described by x=((1/2)t^3 - 2t^2) and y=((1/2)t^2-2t) , where t is in s. What is the particle's speed at t= 4.5 s? What is the particle's direction of motion, measured as an angle from the x-axis, at t=4.5 s? I keep geting the wrong answers >:0 , how do I go...- jimmyv12
- Thread
- Direction Particle Speed Trajectory
- Replies: 3
- Forum: Introductory Physics Homework Help