View Single Post
MilloCz

JCF Member

Joined: Jan 2011

Posts: 24

MilloCz is doing well so far

Aug 28, 2016, 01:15 PM
MilloCz is offline
Reply With Quote
Also, please, mind helping me with classes? I am not programmer and I have actually very poor knowledge at programming. I have trouble making classes work. Why is this not working?

Code:
class Character
{
	string name = "default";

	Character(){}

}

Character Guy;

Guy.name = "Peter";