Search:

Type: Posts; User: fsp

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    1,027

    static member functions

    This is sort of a dumb question but I've been wondering about it for many months. I wondering if a class's static member function is equivelent to a global function but in a different namespace. Can...
  2. Thread: structures or not?

    by fsp
    Replies
    4
    Views
    930

    I don't agree with you totally there. You have to...

    I don't agree with you totally there. You have to look from a designer's point of view. Yes, you could use classes to store just data but that's kind of strange. Grouping data does not fit into...
  3. Thread: C libaries in C++

    by fsp
    Replies
    3
    Views
    1,156

    The C library is a lot better for memory...

    The C library is a lot better for memory management than the C++ library. I typically use the C library to do memory comparisons. I also use it for random numbers and for formatted output to strings....
Results 1 to 3 of 3