Forum: C++ Mar 14th, 2009 |
| Replies: 4 Views: 847 oh my god! LOL I have it, but I forgot to put it in when I used your solution. Im checking it, and soon ill post. THANKS!!!!! |
Forum: C++ Mar 14th, 2009 |
| Replies: 4 Views: 847 I tried, but it says:
1>MSVCRTD.lib(crtexe.obj) : error LNK2019: unresolved external symbol _main referenced in function ___tmainCRTStartup
1>C:\Users\Owner\Documents\Visual Studio... |
Forum: C++ Mar 13th, 2009 |
| Replies: 4 Views: 847 So the assignment is to create a Sorted Linked List, not doubly, and not using a tail. I am using a SortedListNode Struct in the private area of the SortedList class. I think this is causing... |
Forum: C++ Mar 6th, 2009 |
| Replies: 4 Views: 247 YES!!! I figured it out, but I still have an issue there: I got it to work, but where do I put the try and catch? |
Forum: C++ Mar 6th, 2009 |
| Replies: 4 Views: 247 I need to display the polynomial with the cout << operator that I am overloading. I need to do something like cout << MyPolynomial and that it will display the polynomial the way it should be: ... |
Forum: C++ Mar 6th, 2009 |
| Replies: 4 Views: 247 I am supposed to implement an ADT polynomial, using an array for polynomial coefficients- using-
degree() - gives the highest degree in the polynomial.... |
Forum: C++ Feb 16th, 2009 |
| Replies: 9 Views: 493 another issue is that once you change a square to count it, it is no longer 1 to be counted again. That was the main issue that I encountered, and the only solution I guess is to re-copy the grid... |
Forum: C++ Feb 16th, 2009 |
| Replies: 9 Views: 493 Awsome Idea! Using a structure to keep the results, and then print them at the end... :)
But I do need to find out if it is "out of bounds" for this assignment, since the instructions are to use a... |
Forum: C++ Feb 16th, 2009 |
| Replies: 9 Views: 493 But can I still do this and follow the guidelines of the project? look at the top of the page. After we studied recursion, we got this project. we just startted lists. |
Forum: C++ Feb 14th, 2009 |
| Replies: 9 Views: 493 ****************************************************
Thanks for your reply!
******************
so the 2nd option is not good, since I can only make 1 copy and use it. the 1st option is something I... |
Forum: C++ Feb 14th, 2009 |
| Replies: 9 Views: 493 Hi All!
I am currently stuck on a c++ program I'm working on.
So the program will have the user input data into a 2-d array.
sample dialogue:
BLOB SIZE CALCULATOR-
Enter coordinates for... |