Search:

Type: Posts; User: almos

Search: Search took 0.01 seconds.

  1. Hello, That's a common problem :). You've...

    Hello,

    That's a common problem :). You've created the definition and implementation of the template in separate files, which is something C++ compilers barely tolerate. Put the implementation of...
  2. Replies
    3
    Views
    2,976

    Thanks, but I've already tried to increase the...

    Thanks, but I've already tried to increase the memory allocation for the strings and it didn't help. The memory for the child nodes is reallocated each time a node is appended.

    EDIT: It seems that...
  3. Replies
    3
    Views
    2,976

    HTML parser that crashes with longer strings

    Hello,

    The post is probably going to draw a lot of criticism, given that
    a) it's a hobby project,
    b) it contains a lot of poorly written code.

    Anyway...

    I tried to write an HTML...
Results 1 to 3 of 3