Programming languages and constructors - by jreicher Why is a constructor not considered as member of a class ? Is there any specific reason ? Thanks. EDIT: Language is C# Read the article
How would I reverse an array of characters? - by jreicher Lets say I have an array of characters: char* foo = "abcdefg"; How would I reverse them but keep them within the array "foo"? Read the article