Forum: C++ May 18th, 2005 |
| Replies: 1 Views: 2,208 Hi everyone, I am still having a few issues with my program. It definitely runs but it just seems to run poorly. I think my problem lies within the following 3 sections
Quicksort, Partition, and... |
Forum: C++ May 10th, 2005 |
| Replies: 2 Views: 1,667 Hello everyone, my code is finally complete thanks to all of your help. One questions I have is regarding the reslts. I thought that Merge was faster than a heap sort. In my results however (when... |
Forum: C++ May 8th, 2005 |
| Replies: 5 Views: 5,616 Hello everyone, I just wanted to thank you in advance for all of your help.
My code is now working properly except for one thing. The insertion part feels like it takes about 5 minutes to... |
Forum: C++ May 3rd, 2005 |
| Replies: 3 Views: 2,628 Hello, I've rewritten the code and now see times that look correct. I know understand that the 0's were because the sorting happened under 1 second.
It still doesn't give me the times for... |
Forum: C++ May 2nd, 2005 |
| Replies: 3 Views: 2,628 Hello again everyone. We have completed a project after a few months and a lot of help but for some reason we are still having problems. The project compiles properly without errors but the results... |
Forum: C++ May 1st, 2005 |
| Replies: 2 Views: 1,562 tHANKS A LOT nARUE
I will check the code you included tonight |
Forum: C++ Apr 30th, 2005 |
| Replies: 2 Views: 1,562 Hello, I was hoping that someone could help me with this question. We received an extra credit queston which completely bombed on. That wasnt the problem, the problem was that I still cannot... |
Forum: C++ Jul 21st, 2004 |
| Replies: 3 Views: 14,128 Hi, I gave deleteLL a return type and tried removing LinkedList from 2 functions but that still did not work. I am still getting the same 3 errors. Im just confused as to why its telling me that... |
Forum: C++ Jul 21st, 2004 |
| Replies: 3 Views: 14,128 Hello all, I have almost completed a program that will take 8 numbers from a user and store it in a linked list. Once that is done It will ask for another entry and determine the location of this... |
Forum: C++ Jul 14th, 2004 |
| Replies: 2 Views: 6,952 Hi everyone, I've gotten up to this point but am still having problems. I now have it so that the program is reading from the text file successfully but I cannot get it to successfully write to the... |
Forum: C++ Jul 14th, 2004 |
| Replies: 2 Views: 6,952 Hi everyone, I've recently been having a problem with my current program. I've gotten it to work so that I can enter a word in and it will check the word to see whether or not it is a palindrome by... |
Forum: C++ Jul 6th, 2004 |
| Replies: 5 Views: 8,620 Hi, I have completed the code so and am now able to compile but for some reason it will not take the output and reverse it
example prime factors of 100
2
2
5
5
I am still trying to get it... |
Forum: C++ Jul 6th, 2004 |
| Replies: 5 Views: 8,620 Hello thanks for the tips. I've rewritten most of my code and came up with what's below. I am receiving 3 errors so I am unable to troubleshoot or see if there will be errors in the output. I... |
Forum: C++ Jul 5th, 2004 |
| Replies: 5 Views: 8,620 This is a copy of my prime number code before implementing the stack
#include <iostream>
#include <string>
#include <cmath>
using namespace std;
const string SPACE_STR = " "; |
Forum: C++ Jul 5th, 2004 |
| Replies: 5 Views: 8,620 Hi everyone, I've been taking a class on cprogramming and have been successful up thus far. I am now learning about stacks and am having tremendous problems. I've written a program that will... |