Search:

Type: Posts; User: esacmils

Search: Search took 0.00 seconds.

  1. i tried to compile the code c++0x was proposing,...

    i tried to compile the code c++0x was proposing, and, apart from the missing semicolon after long a, i got the following error messages:



    : In function 'push':
    :11: error: invalid type...
  2. not a bad guess at all :D the algorithm i`m...

    not a bad guess at all :D

    the algorithm i`m implementing at the moment won`t call itself anywhere near as much as the test program above, but since i didnt know anything about stacks and the like...
  3. i c

    so, is there a way to enlarge the stack size?
    and if yes, what kind of negative impact on the system or the program itself could it have?

    thanks!!
  4. beginner question recursive functions c memory problem ?

    i`m trying to code some recursive algorithm and run into a segmentation fault upon executing the program. since i`m quite new to programming, especially in c, i wrote the following piece of code just...
Results 1 to 4 of 4