At least unless GyroVorbis feels like installing a complete cygwin + newest KOS development version and do everything through a DOS console and text editor.
If they are so easy to use, then why was it that I couldn't compile GV blood engine using them? Our own linked lists would be just as easy as your vectors.
Small girl at the harbor wrote:Look Brandon, that crab's got ham!
JS Lemming wrote:If they are so easy to use, then why was it that I couldn't compile GV blood engine using them? Our own linked lists would be just as easy as your vectors.
I did, though, within like 10 minutes.
PEBKAC, I guess. =)
Last edited by MarauderIIC on Sat Dec 11, 2004 3:44 pm, edited 1 time in total.
I realized the moment I fell into the fissure that the book would not be destroyed as I had planned.
JS Lemming wrote:If they are so easy to use, then why was it that I couldn't compile GV blood engine using them? Our own linked lists would be just as easy as your vectors.
I did, though, within like 10 minutes.
PEBKAC, I guess. =)
With Dev-Cpp?
BTW, I don't know what PEBKAC stands for, enlighten.
Small girl at the harbor wrote:Look Brandon, that crab's got ham!
JS Lemming wrote:If they are so easy to use, then why was it that I couldn't compile GV blood engine using them? Our own linked lists would be just as easy as your vectors.
I did, though, within like 10 minutes.
PEBKAC, I guess. =)
I get the feeling he's owning you. Notice it compiles in VisualC++ and not Dev-C++?
Hrmm... Wonder what that says about the compilers. XD
Hey, did you guys hear, JSL is coming out of the closet w00t!
MarauderIIC wrote:
What about templates, tvspel? A general linked-list system would be good.
Tvspelsfreak wrote:Templates works fine.
Okay, if you think these templates are going to make a nice general linked list system for us, I'd better bust out the C++ book and learn about them.
BTW, what exactly is a template? What's it good for?
I get the feeling he's owning you. Notice it compiles in VisualC++ and not Dev-C++?
Hrmm... Wonder what that says about the compilers. XD
That only proves VisualC++'s inferiority. A good compiler wouldn't call something standard when it obviously is not. Notice how all Dev-C++ code compiles perfectly on VC++ but not vice versa. Now that's saying something.
Small girl at the harbor wrote:Look Brandon, that crab's got ham!
I agree. However, it may have been a simple case of the Dev-C++ distro not coming with the libraries or include files. They're part of the Standard Template Library, vectors.
I was just having some fun with you, though: PEBKAC - definition. :)
I realized the moment I fell into the fissure that the book would not be destroyed as I had planned.
I've been thinking about NEStix. I think that we should definately use accessor methods to manipulate class member data. First off, it's useful (I'll show you later). That is without mentioning that using accessor methods is just plain good programming.
With a project this big, I think we should use them instead of directly manipulating the variables.
They're useful because they affectively eliminate bugs. You might accidently screw up a member variable. Accessor methods and private class variables nearly eliminates that.
If you want more on that, I'm sure MarauderIIC could explain the benefits 10 times better than I can, because he's a good programming whore. He uses a nice style and proper conventions as well.