dev-C++ questionThank you for the responses. But I'm trying to find out what C standard it uses, like C99, C98, etc.
dev-C++ questionHello, I'm using the latest version of dev-C++. I'm wondering what is the ANSI C++ standard for that...
typedef with a generic structureThank you very much.
typedef with a generic structureHello, I edited my code to: [code] template<class T> struct LinkedList { T i; ...
typedef with a generic structureI'm trying to make a generic linked list using a structure. [code] template<class T> struct Lin...
This user does not accept Private Messages