Search

Search found 128 matches

by LoSTimberWolf
Wed Apr 02, 2003 6:32 pm
Forum: Other Games
Topic: Zelda: The Wind Waker
Replies: 7
Views: 3163

Re: Zelda: The Wind Waker

Zelda OoT was far better then the one after that Majoro's Mask, which was lame since you only had three days to play before the moon crashed down, in game. I don't have a game cube I do have every Zelda game released for every Nintendo game console, none of the hand helds. Some day I will get a Game...
by LoSTimberWolf
Sat Mar 29, 2003 11:15 pm
Forum: Technical Stuff
Topic: Linked List Questions
Replies: 9
Views: 4223

Linked List Questions

My Program 7 for class is dealing with linked lists. Each node contians an object and a pointer. I must be able to output the numbers in the object in each node, but I currently can not. I also am getting an error that does not make sense, " 'cout' : ambiguous symbol". The next problem is ...
by LoSTimberWolf
Thu Mar 06, 2003 10:20 am
Forum: Technical Stuff
Topic: Crunch Time, Need Help (C++)
Replies: 5
Views: 2594

Re: Crunch Time, Need Help (C++)

Thanks that was it. Not use to using the star. Well I fixed all the other problems but when I tried to run the computer came up and asked to send an error report. Not much longer till its due but since it runs I will get 8 out of 10 points. <p><!--EZCODE BOLD START--><strong>-LoS-</strong><!--EZCODE...
by LoSTimberWolf
Thu Mar 06, 2003 9:11 am
Forum: Technical Stuff
Topic: Crunch Time, Need Help (C++)
Replies: 5
Views: 2594

Crunch Time, Need Help (C++)

I have been trying to figure out what is wrong and how to fix it for the past two days. I started with a 102 errors and now down to 31. The main problem is my Dynamicly allowcated memory which the compiler seems not to like. I will post the constructor in which they appear, and then some of the erro...
by LoSTimberWolf
Wed Feb 26, 2003 6:10 pm
Forum: Technical Stuff
Topic: C++, Creating Math Funtions For This Weeks Program
Replies: 7
Views: 4722

Re: C++, Creating Math Funtions For This Weeks Program

Well, the program has been running most of today, but it has become aparrent over the past several hours that the overloaded operators are not easy to figure out exactly how the teacher got the answeres he did. So its back to the paper to figure out how to get a mathimatical equation to work in the ...
by LoSTimberWolf
Wed Feb 26, 2003 2:06 pm
Forum: Technical Stuff
Topic: C++, Creating Math Funtions For This Weeks Program
Replies: 7
Views: 4722

Re: C++, Creating Math Funtions For This Weeks Program

I have gotten all but one problem from the error list worked out. The modular, %, does not like using a double and is preventing my program from compiling. Is there any way to either trick it to work or do I have to change a double into an int to work with it? <p>-LoS-TimberWolf{FF}<br>Vehicle Speci...
by LoSTimberWolf
Tue Feb 25, 2003 2:32 pm
Forum: Technical Stuff
Topic: C++, Creating Math Funtions For This Weeks Program
Replies: 7
Views: 4722

C++, Creating Math Funtions For This Weeks Program

Ok, even though I have not written the last two functions (multiplication and divition), I am trying to get the bugs worked out. I currently have seven problems trying to compile:<br><br>(43) : error C2653: 'NumDays' : is not a class or namespace name<br>(45) : error C2065: 'hours' : undeclared iden...
by LoSTimberWolf
Wed Feb 12, 2003 9:29 pm
Forum: Technical Stuff
Topic: Internet Explorer really bugs me...
Replies: 3
Views: 1627

Re: Internet Explorer really bugs me...

From experiance, a file from a site could be messing with your settings. Some sites have their text designed to be large and one of the files downloaded to see the page maybe messing with other sites. This may not be the cause but its an idea. <p>-LoS-TimberWolf{FF}<br>Vehicle Specilist</p><i></i>
by LoSTimberWolf
Tue Feb 11, 2003 2:51 pm
Forum: Technical Stuff
Topic: Round 3, Heads Up
Replies: 4
Views: 2400

Re: Round 2 , Heads Up

I just got it all figured out. I guess taking my glasses off and looking at a blur workes cause I got it working. Since I got a thread here anyways, how about I pop a question. What would prevent the copying of one hard drive to another on one system? My Dad got his 20gig hard drive back after sendi...
by LoSTimberWolf
Tue Feb 11, 2003 2:16 pm
Forum: Technical Stuff
Topic: Round 3, Heads Up
Replies: 4
Views: 2400

Round 3, Heads Up

Third Program, three files, two are headers and one is main. Objective is to create an object that uses class Point to create a line. Here is class point:<br><br>// point.h<br>#ifndef POINT_H<br>#define POINT_H<br>#include <iostream.h><br>// Point class declaration.<br>class Point { <br>&nbsp &a...
by LoSTimberWolf
Thu Feb 06, 2003 6:20 pm
Forum: Technical Stuff
Topic: Program 2, Object Not Seeing It Self
Replies: 10
Views: 6286

Re: Program 2, Object Not Seeing It Self

I know it gets called from three different locations, but only one of those are called each time. The debug program hates me anyway, and with this coding it would give me hell. Tomarrow I will start on a new program thats due next week on thursday. <p>-LoS-TimberWolf{FF}<br>Vehicle Specilist</p><i><...
by LoSTimberWolf
Thu Feb 06, 2003 10:10 am
Forum: Technical Stuff
Topic: Program 2, Object Not Seeing It Self
Replies: 10
Views: 6286

Re: Program 2, Object Not Seeing It Self

Ok, down to less than an hour and one big bug is sitting onmy face. Everything works as they were designed to do, as far as I have been able to test. But one thing is being printed to the screen, getCalcDisply(), two times in a row when its only called once. Even though the code above is not the mos...
by LoSTimberWolf
Thu Feb 06, 2003 9:48 am
Forum: Technical Stuff
Topic: Program 2, Object Not Seeing It Self
Replies: 10
Views: 6286

Re: Program 2, Object Not Seeing It Self

11am Central Standard time.<br><br>It depends were it that is written, such as prototypes. I have changed that to pointers now.<br><br>There are strcpy()'s used to transfer the data into the Object.<br><br>Sales and hours are function variables based off the variable input. Instead of having one vea...
by LoSTimberWolf
Wed Feb 05, 2003 10:45 pm
Forum: Technical Stuff
Topic: Program 2, Object Not Seeing It Self
Replies: 10
Views: 6286

Re: Program 2, Object Not Seeing It Self

That helped alot Gambit. This program is due tomarrow about 11am. After doing the correction, adding employee:: to the constructors and functions, there are 5 errors and 1 warning left.<br><br><br>: error C2146: syntax error : missing ')' before identifier '_empName'<br>: error C2146: syntax error :...
by LoSTimberWolf
Wed Feb 05, 2003 10:37 pm
Forum: Technical Stuff
Topic: Program 2, Object Not Seeing It Self
Replies: 10
Views: 6286

Re: Program 2, Object Not Seeing It Self

Oh, and here is the main if you want to look at that too:<br><br>void main ()<br>{<br>double totalPay = 0;<br>employee Staff[] = { employee("Able Smith", "hourly"), employee("Lois Smith", "sales"), employee("Elton Smith", "salary", 0), empl...