• 0

Programmers Needed


Question

Hey all, Im looking for some realy good experienced programmers to help me create a program that similar to the one thats required in this thread on another forum I visit.

http://www.aussie3g.com/modules.php?name=F...928e7ef72#44983

Have a read and please could someone give me some help, advice or figure out how to do this. Any help would be greatly appriciated. Also what language would a program like this be coded in (C, C++ ?)

Thanks in advance

Sawyer12

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

Can anyone help me make a program that will take a memory dump so to speak of a device connected to the end of a USB cable i.e the phone. Im trying to access the phones memory like the different folders etc.

Link to comment
Share on other sites

  • 0

can someone write me a very simple program in Java, something that just displays a message box or something. Are java files .jad or something ? If someone made me this program and possibly compile it as a .jad file. Thanks very much.

Link to comment
Share on other sites

  • 0

okay, I take it, you have NO idea how to code right? As your first two post are way above your head.

Lets start with the last one. I'd even have to look up some gui doc, as I haven't done gui work for ages.

So lets tart with the simple .jad(?) thing.

First off I guess you mean .jar. This stands for Java ARchive.

Java's source files are normaly calles filename.java. When you compile them. You get a filename.class.

You can run this class with java. No problem.

If you have lots of classes. ( and as Java is an Object Oriented programming language and you are encouraged to put ever class in it's own file ( therfore .class ) ). You will soon feel the need to pack those things up.

One thing, wich should be mandatory is organizing your java files in packages. ( this is some way to represent belogings between classes. )

The next thing is to pack your code up into a file. A .jar.

This jar can than be run by calling Java with the -jar parameter and giving the entry class to call.

About your window with a button. That's going to take up some code. Better try to write a console app first.

It won't look THAT flashy but it will help you understand and learn how to code.

kindest regards,

Moritz "neofeed" Angermann

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.