User profile: allenowen

User info
User name:allenowen
Name:Allen Owen
Statistical data
Birthdate:Apr 24, 1975
Gender:Male
Skills:C++
C++/.NET
History
Joined:
Number of posts:11
Latest posts:

Changing a function from single linked to double linked
I need to make a double-linked list. I have code for a single-linked linked list. example code(s...

I get about 100 errors when i compile this program
[code]#include <iostream> #include "rational.h" using namespace std; #ifndef MIXEDNUMBER #...

debugging class
I added this: [code]Complex Complex::conjugate(Complex &x){ Complex temp; temp.img=(-1)*(x.im...

debugging class
Here is what my code looks like now: [code] #include <iostream> #include <cmath> using namespac...

debugging class
I made the corrections, but now I am getting different bugs. Here they are: cs124project1.cpp(83) ...