User profile: rojan1918

User info
User name:rojan1918
History
Joined:
Number of posts:42
Latest posts:

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: Variables
So I have the following unfinished flow chart which gets a matrix A and vector b (either from typing...

Classes and objects: Variables
Is there ever a time when it is okay to make variables public in a class. Fx if I want to make use o...