Questions tagged as 'basic'

0
answers

How can I pass a file with txt extension to excel? (Visual Basic)

I need a code that allows me to select a specific txt file from a path and pass it to a selected excel sheet. The problem arises with that I want a specific txt file and that code is done so that it grabs several files of the same route...
asked by 25.07.2018 / 15:36
1
answer

How to declare a pointer that contains char pointer address?

The exercise says that last name is an array of pointers to char (char *) and each position contains the memory address of last names. When I declare the data received in the function, I should write char * last names? (which would contain...
asked by 28.10.2017 / 02:23