i ned elp in using do while loop..

the program must be in like the username and the password..
when the pasword is incorect that you have already assigned it is backing into the beginning..
when the password is correct it ends..
the username is kulot
the pasword is 1234

sample output:

username: kulot
password: 1243
invalid password

username: kulot
password: 1234

gotoxy(20,20)
cprintf("welcome to the turbo c");


thats all..
im am have a defense tomorow..
please help me asap..
or email me immediately the program using turbo c++..
thanks..
more power...
godblesss

pogijumar@yahoo.com is my email add..

Recommended Answers

All 2 Replies

Member Avatar for GreenDay2001

Maybe this and this would help you.

Member Avatar for iamthwee

The first thing you need to do is to draw a flow chart or write some pseudo code that explains how your problem might be solved.

Once you have that basic idea you can convert the flow chart or pseudo code into c++ rather trivially.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.