Click here to Skip to main content
15,885,546 members
Please Sign up or sign in to vote.
1.00/5 (4 votes)
See more:
hello i wanna program a simple idea and make a gui interface with any software programming may anyone here help me
god bless you all
i have to do it
please this my idea
gui interface three panels
one for entering the name of customers maximum 5
one for entering the number of taxi and how many seat in it
one for choose the first customer with first car if he wanna take other customer with his car its ok if not he go alone
the name of customers and cars remove from the list
Posted
Updated 23-Dec-11 0:22am
v3
Comments
Smithers-Jones 23-Dec-11 6:05am    
What exactly is your problem or your question? This is very vague.

If you have no language preference, then presumably you have no language experience either. Writing "a program" as an introduction to a language is a very bad idea - it does not teach you the details you need to know, and you will easily become confused.

Instead, look at getting a book and a specific language - C# is a popular choice, and good for beginners which still being very useful in the real world - or a course, and follow the examples, and do the exercises. That way you will learn in a structured way, and should be introduced to important concepts in a sensible way.
 
Share this answer
 
Comments
Nagy Vilmos 23-Dec-11 5:50am    
C#? The dark side you go! ;)
Albert Holguin 23-Dec-11 6:05am    
:D
I am completely agreed with OriginalGriff's advice, with little different opinion.. You should learn in very structured way.. and 'C Language' is the best place to start with. I think every programmer should have at least know fundamentals of C programming. Because nothing can improve your logic like C in high level languages. Then after spending say 2-3 months you can start with either C++/C#/Java.
 
Share this answer
 
Comments
vefaa11 23-Dec-11 5:49am    
please all i wanna know how to program latter but now i have to solve my hw
i have to deliver it to my teacher this Monday i think its not take more than 1 hour please help me
Nagy Vilmos 23-Dec-11 5:51am    
Go try some google foo. Type "simple java gui example" and look at any one of the first 843 results.
Here's a template for you:
Java
package too.lazy.to.code;
/**
 * Demo application for lazy people
 */
class DemoApp {
    /**
     * Entry point for Demo application.
     * This entry point requires code.
     */
    public void main (String[] args) {
        // TODO Write code
    }
}
 
Share this answer
 
v2
Comments
Smithers-Jones 23-Dec-11 5:48am    
It's so...beautiful. :-)
Nagy Vilmos 23-Dec-11 5:53am    
I thank you.
#Vilmos bows#
Albert Holguin 23-Dec-11 6:06am    
+5 :D
thatraja 23-Dec-11 6:07am    
I like the package name & comments. 5!
:)
Rajesh Anuhya 23-Dec-11 6:25am    
Poster also liked that, that's why he accepted the answer.
The funny thing is still you are not sure about language(You Tagged C++, Java, VB.NET)

I think you forgot to mention more tags(C#, C, etc.,).

Here an useful link for you.
Hello, World program in all languages[^]

Go ahead, Surprise your teacher on Monday by submitting your program.
 
Share this answer
 
Comments
vefaa11 23-Dec-11 5:58am    
^_^ cause the main idea in my hw not the programming its another idea
Smithers-Jones 23-Dec-11 6:08am    
Stop beating around the bush and ask an actual question please.
vefaa11 23-Dec-11 6:20am    
ok this my idea
gui interface three panels
one for entering the name of customers maximum 5
one for entering the number of taxi and how many seat in it
one for choose the first customer with first car if he wanna take other customer with his car its ok if not he go alone
the name of customers and cars remove from the list

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900