Search:

Type: Posts; User: Shingetsu Kurai

Search: Search took 0.00 seconds.

  1. Replies
    7
    Views
    4,025

    oh WOW, how did I miss that @_@. thanks XD, in...

    oh WOW, how did I miss that @_@.
    thanks XD, in the earlier builds i was increasing it, but it seems it got removed at some point in time... probably when i was putting in the ostringstream instead...
  2. Replies
    7
    Views
    4,025

    Which is why i have the if(i>=aSize)... part......

    Which is why i have the
    if(i>=aSize)... part...


    I have added
    ii = 0; right after the second while loop, and moved the if block to the top of the main loop. Now it is no longer crashing, but...
  3. Replies
    7
    Views
    4,025

    C++ Dynamic Arrays

    Hey all. I'm trying to get dynamic memory working (im making a quick file-system based database system, and I need the dynamic alloc in there) but it doesnt seem to be working...
    Right now im using...
Results 1 to 3 of 3