If I want to access an individual character in a pointer to an array (*argv[3]) can you access it by means of a 2d array. Say I wanted the 4th character of argv[3], is it as simple as argv[3][3] or do I need to move to contents of argv[3] to a single D array and access it that way? Thank you in advanced.



LinkBack URL
About LinkBacks


