[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gbook
Justin Maurer wrote:
>
> many of you way have noticed gbook may be moving a bit slowly. it
> is mainly because i've been a very busy person these last three weeks. it
> is also not the simplest of code - e.g, a class is a struct which contains
> a variable amount of structs (students). all i can say is oh well =(
It's probably a bad time to mention this, but you should have used C++
and the Standard Template Library. The STL simply rocks. No more
messing with the intricacies of linked lists, variable sized arrays, and
binary trees!
- Follow-Ups:
- Re: gbook
- From: Matt Wimer <matt@cgibuilder.com>
- References:
- gbook
- From: Justin Maurer <mike911@clark.net>