Search:

Type: Posts; User: Freaky Chris

Search: Search took 0.09 seconds.

  1. Replies
    5
    Views
    1,473

    Re: New to programming

    public class MyClass{
    private int myClassVariables;

    public MyClass(){
    } // Constructor

    public int myIntReturningFunction(){
    return 2;
    ...
  2. Replies
    5
    Views
    1,473

    Re: New to programming

    Well if Picture is your own class then you can just add the methods into it, it's hard to see exactly what is going on.

    Chris
  3. Replies
    5
    Views
    1,473

    Re: New to programming

    well i assume you have made edgeDetection part of the Picture class, and well that error is suggesting that you should be passing a DOUBLE not an INT ;)
Results 1 to 3 of 3