Search found 109 matches

by nym
23 Dec 2004, 00:58
Forum: TMW Classic
Topic: Object Oriented, Garbage collecting ect.
Replies: 25
Views: 10593

Hello guest, writing your own structures is educational and helps the writer to understand the concepts behind that structure better. In any important project (if needed) STL, or C++ Boost, would be used due to their portability (ANSI C++) and the ammount of testing done on those structures included...
by nym
15 Dec 2004, 07:22
Forum: TMW Classic
Topic: Object Oriented, Garbage collecting ect.
Replies: 25
Views: 10593

woo, i logged on, and checked the forums... but i am too tired to write a decent reply. But OOP can making coding alot easier. (so convincing)

If you want i have templatized singly linked list and binary search trees which i programmed a while ago, if anyone wants, talk to me on IRC. :)
by nym
02 Dec 2004, 03:06
Forum: Graphics Development
Topic: My Old Junkies, Try making a use for this
Replies: 17
Views: 6492

what!?!? which ones are RPG maker thingy ones? Those spell/attack effects rock (i want them!)!!

/me digs up old thread because he is lame and hardly uses the forum
by nym
18 Aug 2004, 10:06
Forum: Support and Bug reports
Topic: liballeg.so.4.1 not found
Replies: 8
Views: 4413

e: What you need to do is set up a symlink called liballeg.so (in /usr/local/lib) which points to liballeg-4.0.3.so. Or if you are using allegro 4.1 (latest but still unstable), point the link to liballeg.so.4.1. If you dont know how to do this, here is how: su to root then: cd /usr/local/lib ln -sf...