QUOTE(PsychoCoder @ 30 Aug, 2007 - 09:33 PM)

QUOTE(arem026 @ 30 Aug, 2007 - 08:31 PM)

hey guys its me again...
as usual i have a program that i can't work on hope you can help me...
Create a program that let the user to input username and password
if the password or the username is wrong it will display "wrong input" if correct it will display "correct"...
our prof said that our:
username is : bunyi
password is : conti
thats it guys...
send me your codes...
tnx... co coders
I'm really sorry but I truly doubt anyone here is going to do your homework for you, thats not what </dream.in.code>'s all about. This community is about helping fellow programmers with their difficulties, asking someone to create your application then give you the code doesn't fall into this category.
I agree if you would have asked instead of demanded you might have had a chance, I would start by reading some c++ tutorials, w3 schools is good, DIC has good tutorials too, (hint, use an if - else statment to compare, i would use a database to store the passwds in, so your people can add new passwds/change theirs later on in the software usage proccess, the client cant edit the code then compile again

) I realize its only school but good practice in school makes great development in life.