Hobson
March 4th, 2006, 07:23 AM
Hello everybody
I am a programmer and as my 'professional hobby' (you know, thing which makes you think that you like your job) I chose programming with C++. I try to study various apects of it, and master my C++ skills as much as possible. I am finding a lot of things in C++ very useful, and one of such things is STL and templates. Standards containers and algorithms are very helpful and make my life easier. However, not always I am allowed to use C++. Sometimes customer says: 'I want to have it done with Delphi' or something like that. Then I have to dig through tons of docs, web samples, etc to find answers 'how to do this' and 'how to do that', and sometimes cannot find an answer for a long time. So I wanted to ask you all:
Are there any routines already included in most commonly used object languages (like Java, C#, Delphi, VB) which let me do things that STL does? I especially mean two containers (like std::vector and std::map, and I know that these are available when using Java) and algorithms like searching, removing(both by value and user-defined predictate), sorting, accumulating, and maybe some more. I am more or less familiar with all above languages, but it often turns out that I do not know how to do something.
Thanks for any help
Hob
I am a programmer and as my 'professional hobby' (you know, thing which makes you think that you like your job) I chose programming with C++. I try to study various apects of it, and master my C++ skills as much as possible. I am finding a lot of things in C++ very useful, and one of such things is STL and templates. Standards containers and algorithms are very helpful and make my life easier. However, not always I am allowed to use C++. Sometimes customer says: 'I want to have it done with Delphi' or something like that. Then I have to dig through tons of docs, web samples, etc to find answers 'how to do this' and 'how to do that', and sometimes cannot find an answer for a long time. So I wanted to ask you all:
Are there any routines already included in most commonly used object languages (like Java, C#, Delphi, VB) which let me do things that STL does? I especially mean two containers (like std::vector and std::map, and I know that these are available when using Java) and algorithms like searching, removing(both by value and user-defined predictate), sorting, accumulating, and maybe some more. I am more or less familiar with all above languages, but it often turns out that I do not know how to do something.
Thanks for any help
Hob