We are about to switch to a new forum software. Until then we have removed the registration on this forum.
hey guys, new to java. only started C++ a couple of weeks ago. im having trouble trying to get a class to work, but keep getting null pointer errors. cant quite figure out what im not setting up wrong. can anyone see from the code what im doing wrong. Cheers excuse all the commented out stuff i was just trying to narrow down the problem
(Code in comments)
Answers
well thats a load of garbage ill try again
https://forum.Processing.org/two/discussion/15473/readme-how-to-format-code-and-text
try again
hey guys, new to java. only started C++ a couple of weeks ago. im having trouble trying to get a class to work, but keep getting null pointer errors. cant quite figure out what im not setting up wrong. can anyone see from the code what im doing wrong. Cheers excuse all the commented out stuff i was just trying to narrow down the problem
never mind all good, just needed a coffee
dial1 = new Dial();
did the trick, little bit different from C++