Ok, guys, let me give you a piece of advice: no matter if writing a well designed C program will lead you to a lot of structures. Keep writing C. Do NOT, for any kind of reason, switch to C++!
Sooner or later your will be bound in a hell of malfunctioning code, with exceptions in your exceptions, and you'll find yourself spending hours in designing systems that [u]WON'T WORK AT ALL[u]
Trust me and run for your own lifes.
Name:
Anonymous2009-08-19 6:18
>>1
Like I wanted to touch Sepples. See does everything I need.
>>1 Just use C structs and avoid the OOP.C++ compilers will compile 99% of C code.
_____________________________________________ http://bayimg.com/image/aadbjaace.jpg
Velox Et Astrum gamedev forum: http://etastrum.phpbb3now.com
All writing is an antisocial act, since the writer is a man who can speak freely only when alone; to be himself he must lock himself up, to communicate he must cut himself off from all communication; and in this there is something always a little mad.
Name:
Anonymous2009-08-19 6:26
>>4
...wait, what is the point in using C++ if you use it as C? So why not using just C instead?
>>5 To test the strength of your will:Suppose you would been tempted to use some of those std::boost::lib::vector::map:hash utilities and add some little operator overloading here and there, and maybe some smart pointers with objects.
>>6
You are sick! I've put an eye into libboost when I was searching for a regex library... that project is a goddamn mess! However I can't deny that pwn C++ is something exalting, but nobody can efford to spend a whole day in finding a fucking error! C is ages more simple to use!