Search:

Type: Posts; User: evader

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    2,242

    It does use alot of STL containers so that could...

    It does use alot of STL containers so that could be true. I attatched the files if anyone wants to test it out.
  2. Replies
    4
    Views
    2,242

    disk space mysteriously gone

    I am using MS Visual Studio 6 for my C++ programming. I have 30MB free space when I start out but each time I compile my program the free space decreases more and more until I get a fatal error...
  3. Replies
    4
    Views
    2,190

    Thx codeplug. That made it work. After that I...

    Thx codeplug. That made it work. After that I got 2 errors that neuron and dend didnt have == defined so I overloaded this operator for the both of them and it compiled fine.

    To answer your...
  4. Replies
    4
    Views
    2,190

    STL list recursion

    I need access to a list of a class called neuron passed in a function. The problem is this function is part of the neuron class itself. When I try to access the passed neuron with an iterator I get...
Results 1 to 4 of 5