string to uppercaseThanks a lot JLBorges and Yanson. I am enjoying learning C++ and getting help so promptly and clearl...
string to uppercaseok..this works: [code] std::transform(st.begin(), st.end(), st.begin(), ::toupper); [/code] ...
problem with typedefhello helios.. thanks! wow what a mistake.. ahah.. After I wrote the code I started substituting th...
problem with typedefHi 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 functionThanks MikeyBoy, true, I see I was asking strlen to read the size of temp before temp could get any ...