User: Favre1212

  • Public profile

User profile: Favre1212

User info
User name:Favre1212
History
Joined:
Number of posts:5
Latest posts:

Const Casting
[code] void Insert_Node(const Class_A & class_A) { Class_A * data = NULL; data = &class_...

Class Constructor Warning/Error
Seems that all public functions seem to get this external error unless all of the code is written in...

Class Constructor Warning/Error
Ahh thank you, fixed it.

Class Constructor Warning/Error
[code] template< class NODETYPE > R_Tree< NODETYPE >::R_Tree() { Root = NULL; } template...

Class Constructor Warning/Error
[code] template< class NODETYPE > class R_Tree { public: // Constructors R_Tree(); ...

This user does not accept Private Messages