User profile: coder123

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

dev-C++ question
Thank you for the responses. But I'm trying to find out what C standard it uses, like C99, C98, etc.

dev-C++ question
Hello, I'm using the latest version of dev-C++. I'm wondering what is the ANSI C++ standard for that...

typedef with a generic structure
Thank you very much.

typedef with a generic structure
Hello, I edited my code to: [code] template<class T> struct LinkedList { T i; ...

typedef with a generic structure
I'm trying to make a generic linked list using a structure. [code] template<class T> struct Lin...

This user does not accept Private Messages