Posts by Fabricio Andrade • 91 points
5 posts
-
0
votes1
answer289
viewsQ: VBA Variant array position for String
Good morning, I have in the Excel a search that returns a ARRAY of Variant filled with the full address of the found files. I need to pass each array position to one STRING, I’m trying to wear a bow…
-
0
votes1
answer157
viewsQ: Use VBA in excel to fetch data in . Docm files located in Subdirectories
Good morning, I have following problem in a VBA code that I use in Excel to pull data from forms created in Word. If the files. Docm are inside the same folder I can pull all the data I need from…
-
1
votes1
answer492
viewsQ: Undefined Reference error when trying to use a template class
I have a class template Set and a menu class both with their respective . cpp and . hpp, when trying to use a cluster class pointer in my Menu class I get the following error: ||=== Build: Debug in…
-
3
votes1
answer2388
viewsQ: Access attributes of an object vector of another class using C++ pointers
I am doing a job for the college in which I have to put together a program to manage a restaurant that only makes deliveries the orders are made by phone and internet using object orientation and…
-
4
votes1
answer672
viewsQ: Delete information from a vector that is in another C++ class
Hello, I have a question regarding classes in C++, I hope someone can help me. Thanks in advance! I am developing a work for college where I need to register students, disciplines and grades and at…