Hey all,
I am working on some uni stuff atm that I can't get my head around, it's probably very simple but I cannot suss it.
It is a cheesey auction system running through console and within the same namespace I have my main static void with various gumf asking for name input and the highest bid you would go to etc (class is constructed outside the void in a class file).
However when I create a new method (either inside the main void or not) I can only seem to pass my object by ref into my new method, however I cannot access any of its attributes, they act as if not constructed.
Anybody got any ideas, sorry if it is not the most succinct post. It is late and I am about to go to bed
I am working on some uni stuff atm that I can't get my head around, it's probably very simple but I cannot suss it.
It is a cheesey auction system running through console and within the same namespace I have my main static void with various gumf asking for name input and the highest bid you would go to etc (class is constructed outside the void in a class file).
However when I create a new method (either inside the main void or not) I can only seem to pass my object by ref into my new method, however I cannot access any of its attributes, they act as if not constructed.
Anybody got any ideas, sorry if it is not the most succinct post. It is late and I am about to go to bed

Last edited: