help with j++

Discussion in 'Programming General' started by Damien0124, May 15, 2007.

help with j++
  1. Unread #1 - May 15, 2007 at 2:36 AM
  2. Damien0124
    Joined:
    Apr 30, 2006
    Posts:
    1,851
    Referrals:
    1
    Sythe Gold:
    0

    Damien0124 Guru
    Banned

    help with j++

  3. Unread #2 - May 15, 2007 at 1:57 PM
  4. poet
    Joined:
    May 6, 2007
    Posts:
    52
    Referrals:
    0
    Sythe Gold:
    0

    poet Member

    help with j++

    J++? Never heard of it. Sure you don't mean C++?
     
  5. Unread #3 - May 15, 2007 at 3:47 PM
  6. speljohan
    Joined:
    Apr 24, 2005
    Posts:
    1,450
    Referrals:
    3
    Sythe Gold:
    0

    speljohan Guru
    Visual Basic Programmers

    help with j++

    there is no language called J++. Maybe you are thinking about J#.net? If so, i would strongly recommend normal Sun Java instead.
     
  7. Unread #4 - May 15, 2007 at 3:54 PM
  8. Olan14
    Joined:
    Jan 26, 2007
    Posts:
    581
    Referrals:
    0
    Sythe Gold:
    0

    Olan14 Forum Addict

    help with j++

    Yes there is. Visual J++ is the IDE and J++ is just the code. Run by MicroSoft Java Virtual machine, it was abandoned awhile ago.
     
  9. Unread #5 - May 25, 2007 at 2:53 PM
  10. Damien0124
    Joined:
    Apr 30, 2006
    Posts:
    1,851
    Referrals:
    1
    Sythe Gold:
    0

    Damien0124 Guru
    Banned

    help with j++

    uhm, I know for 100% sure its j++ and not c++!

    It is called javalogo I think, IDK for sure


    [​IMG]
     
  11. Unread #6 - May 25, 2007 at 5:26 PM
  12. speljohan
    Joined:
    Apr 24, 2005
    Posts:
    1,450
    Referrals:
    3
    Sythe Gold:
    0

    speljohan Guru
    Visual Basic Programmers

    help with j++

    well, it's bullshit anyway. Nothing beats normal java. And it's called J# in the newer versions. If you use microsoft java, you lose the cross platform support.
     
  13. Unread #7 - May 29, 2007 at 3:09 AM
  14. Damien0124
    Joined:
    Apr 30, 2006
    Posts:
    1,851
    Referrals:
    1
    Sythe Gold:
    0

    Damien0124 Guru
    Banned

    help with j++

    its for school, so IDGAF if the normal java is better, but I found my problem: the names, I gave the program the wrong name

    example (wrong)
    Code:
    import logotekenap.*;
    
    public class Applet1 extends TekenApplet
    {
    	public void tekenprogramma()
    	{
    		vooruit(100);
    		rechts(90);
    	    vooruit(100);
    		links(90);
    		vooruit(50);
    	}
    }
    
    And the file was called Class1.java

    good one, with other name and other filename:
    Code:
    import logotekenap.*;
    
    public class Proef extends TekenApplet
    {
    	public void tekenprogramma()
    	{
    		vooruit(100);
    		rechts(90);
    	    vooruit(100);
    		links(90);
    		vooruit(50);
    	}
    }
    thx anyway!
    ~close please...

    EDIT:

    YEAH, just made this:

    [​IMG]

    Code:
    import logotekenap.*;
    
    public class Proef extends TekenApplet
    {
    	double zijde, afstand;
    	
    	public void tekenprogramma()
    
    	{	zijde = 50;
    		afstand = 100;
    		penUit();stap(-50,-150);penAan();
    		rechts(90);
    		for(int i=0 ; i<9 ; i++)
    		{	rozet(zijde);
    			vooruit(afstand);
    			links(40);
    		}
    	}
    	void rozet(double z)
    	{	for(int i=0 ; i<45 ; i++)
    		{	vierkant(z);
    			rechts(8);
    		}
    	}
    	void vierkant(double z)
    	{	for(int i=0 ; i<4 ; i++)
    		{	vooruit(z);
    			rechts(90);
    		}
    	}	
    }
    
     
< Need help. | Gunz Armour Calculator(with premiums) >

Users viewing this thread
1 guest


 
 
Adblock breaks this site