I was wondering if someone knew of any books or other type of material available to a beginner that could go through the development of a full project in C#. After seeing some basic game projects, I'm a bit overwhelmed. I can understand some of the coding, but the project layout is way more...
im getting an incompatable types error in my code below.
its supposed to sort CoinNoob objects in order of lowest value to highest. Each CoinNoob has a val, the value, and it is public. any help??
import java.util.ArrayList;
public class CoinSorter
{
public CoinSorter(ArrayList<CoinNoob>...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.