User profile: zingob

User info
User name:zingob
History
Joined:
Number of posts:6
Latest posts:

string to uppercase
Thanks a lot JLBorges and Yanson. I am enjoying learning C++ and getting help so promptly and clearl...

string to uppercase
ok..this works: [code] std::transform(st.begin(), st.end(), st.begin(), ::toupper); [/code] ...

problem with typedef
hello helios.. thanks! wow what a mistake.. ahah.. After I wrote the code I started substituting th...

problem with typedef
Hi there, in a simple test program I am using typedef to keep things simple, but when I replace the ...

using char array, new and delete to get name and surname from external function
Thanks MikeyBoy, true, I see I was asking strlen to read the size of temp before temp could get any ...