Forum: C++ Apr 27th, 2005 |
| Replies: 2 Views: 4,210 the bold parts. i need code |
Forum: C++ Apr 26th, 2005 |
| Replies: 2 Views: 4,210 I have this code that I started on but cant seem to finish it. i have to create an file and put the outcomes in it. I cant seem to figure it out. can soemone please help.
thanks,
john
#include... |
Forum: C++ Feb 2nd, 2005 |
| Replies: 4 Views: 5,088 my brain is about to explode. Its not coming to me. Need Help/.
I need to write a statement to add the realpart of a to the class realpart.
and write a statement too add the realpart of a to... |
Forum: C++ Feb 2nd, 2005 |
| Replies: 4 Views: 5,088 I'm having problems. I get the addition part. can somebody help.
Here is the code i wrote so far.
thanks,
#ifndef complex.h
#define complex.h
class complex |
Forum: C Nov 30th, 2004 |
| Replies: 2 Views: 4,099 I tried doing this program but its still not working. Can somebody help me out.
Thanks,
Code:
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
int main() |
Forum: C Nov 18th, 2004 |
| Replies: 2 Views: 4,099 I have this program but a liitle confused about getting the loop to work. i have to write a program that inputs a text and a search string from the keyboard. using a function strstr locate the first... |
Forum: C Oct 16th, 2004 |
| Replies: 6 Views: 4,116 i have this project to do for class. i get how the program works.here is the project:
Use a single subscript array and functions to solve the following problem. A company pays its salespeople on a... |
Forum: C++ Oct 13th, 2004 |
| Replies: 1 Views: 1,268 I have a problem. I have this code but the problem is how do i put the results in a histogram form.
Can someone please help.
{code}
#include <iostream>
using namespace std;
int main()
{
... |
Forum: C Sep 30th, 2004 |
| Replies: 20 Views: 5,226 how do you get to calculae a power. is it pow(...) |
Forum: C Sep 29th, 2004 |
| Replies: 20 Views: 5,226 i guess it worked. I'm getting 0 as the answer. who knows. |
Forum: C Sep 29th, 2004 |
| Replies: 20 Views: 5,226 I'm having problem writing code for a program that estimates the value of the mathematical constant e by using this formula e= 1 + 1/1! + 1/2!...
I just cant get this to work. Can someone... |