Problem with executing other functions in class In the class Metode1 I made the void brug2 function to use the variables from the class A_class. For...
How does one access value of variables from one class in another class using friendship?So what would I have to do? I want z to have the value of x and w to have the value of y which I get...
How does one access value of variables from one class in another class using friendship?I want to be able to use the value of the x and y variable I type in from the Regner class in the ex...
Classes and objects: VariablesSo I have the following unfinished flow chart which gets a matrix A and vector b (either from typing...
Classes and objects: VariablesIs there ever a time when it is okay to make variables public in a class. Fx if I want to make use o...