Search:

Type: Posts; User: kurtmax_0

Search: Search took 0.00 seconds.

  1. Replies
    6
    Views
    1,044

    true, just suggestions.....

    true, just suggestions.....
  2. Replies
    6
    Views
    1,044

    PHP has a great function for this type of thing,...

    PHP has a great function for this type of thing, explode. But, if you are using C++ you will probably have to use strtok. google it.
  3. Thanks, that helps. Now I can not put "kamikaze"...

    Thanks, that helps. Now I can not put "kamikaze" classes in my code. I was having problems accessing invalid memory....
  4. Replies
    4
    Views
    1,799

    The way I keep make sure all my source has the...

    The way I keep make sure all my source has the right include files is just make a header file like common.h Something like this:



    // common.h - common include files
    #ifndef _COMMON_H_...
  5. Question about using "delete" and pointers

    Is there any way to delete a class from its pointer, or do you just have to have a function in the class that you can call something like:



    void CClass::DeleteClass()
    {
    delete this;
    }
Results 1 to 5 of 5