Volker Wegert wrote:
I prefer Qt to STL - not only because I know it better, but also because of
the documentation. I haven't found an adequate documentation for STL yet,
sorry :-)
http://www.sgi.com/tech/stl/table_of_contents.html
thats the one I use.
--
alfonso e. urdaneta
www.red82.com - are you
Volker Wegert wrote:
Alfonso Urdaneta <[EMAIL PROTECTED]> writes:
Works without problems, now :-)
Do you know why, or don't really care once it works ?
I don't know why, and yes, I'd like to know. :-)
Thanks in advance
Volker
C++ allows you to create functions with the same name and different
a
> I prefer Qt to STL - not only because I know it better, but also because of
> the documentation. I haven't found an adequate documentation for STL yet,
> sorry :-)
I suggested using STL strings and lists because you said you were having
problems. To my way of thinking, Stroustrup's _The C++ Pr
Laurence Finston <[EMAIL PROTECTED]> writes:
>> I'm currently trying to gain some experience with flex and bison.
> I've found that I prefer using Flex and Bison separately rather than
> together. If you're just starting out learning Bison, I think you
> might find it easier to write your own `yyl
On Fri, 11 Mar 2005, Frank Heckenbach wrote:
> Laurence Finston wrote:
>
> > I've found that I prefer using Flex and Bison separately rather than
> > together. If you're just starting out learning Bison, I think you
> > might find it easier to write your own `yylex()' function rather than
> > usi
Laurence Finston wrote:
> On Thu, 10 Mar 2005, Volker Wegert wrote:
>
> > I'm currently trying to gain some experience with flex and bison.
>
> I've found that I prefer using Flex and Bison separately rather than
> together. If you're just starting out learning Bison, I think you
> might find i
On Thu, 10 Mar 2005, Volker Wegert wrote:
> I'm currently trying to gain some experience with flex and bison.
I've found that I prefer using Flex and Bison separately rather than
together. If you're just starting out learning Bison, I think you
might find it easier to write your own `yylex()' fu
Volker Wegert wrote:
However, I get the following error message during linking (output
abbreviated):
Stupid question, but I assume that you are aware of the name mangling in
C++ and are properly externing your declarations to compensate ?
--
alfonso e. urdaneta
www.red82.com - are you ready ?
___