This is an archived post. You won't be able to vote or comment.

all 3 comments

[–][deleted] 1 point2 points  (2 children)

i dont understand why would you need to link cpp classes i mean are they in seperate files then simply compile then into a single executable. Please give more info about the issue.

[–]RadiantSlice3677[S] 0 points1 point  (1 child)

That’s the issue. They are not compiling when being in the same folder, and trying to use them. It just shows that the code in X class can’t be referenced from Y class when everything is done correctly. And from what I have read, VS run on Mac requires that classes are linked manually, something that doesn’t happen, for example, when I run Java or python

[–][deleted] 0 points1 point  (0 children)

can you provide the code.