Click here to Skip to main content
16,008,010 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: question for avcodec_open of ffmpeg Pin
SandipG 21-Oct-08 21:36
SandipG 21-Oct-08 21:36 
AnswerRe: question for avcodec_open of ffmpeg Pin
sashoalm21-Oct-08 23:48
sashoalm21-Oct-08 23:48 
GeneralRe: question for avcodec_open of ffmpeg Pin
finn_nast22-Oct-08 0:11
finn_nast22-Oct-08 0:11 
GeneralRe: question for avcodec_open of ffmpeg Pin
sashoalm22-Oct-08 0:49
sashoalm22-Oct-08 0:49 
GeneralRe: question for avcodec_open of ffmpeg Pin
finn_nast22-Oct-08 1:26
finn_nast22-Oct-08 1:26 
GeneralRe: question for avcodec_open of ffmpeg Pin
sashoalm23-Oct-08 0:06
sashoalm23-Oct-08 0:06 
Question[Message Deleted] Pin
anna mathew21-Oct-08 20:42
anna mathew21-Oct-08 20:42 
AnswerRe: VC++ database programming Pin
Iain Clarke, Warrior Programmer21-Oct-08 21:46
Iain Clarke, Warrior Programmer21-Oct-08 21:46 
Which one is your question? You asked or implied about 10.

If you're really new to C++, then you really need to get some more simple programming under your belt before trying to do all of that.

Break it into individual steps, and solve those steps.

> im trying to create a simple program that verifies username and password

Well, you'll want to make a modal dialog (CDialog::DoModal) with a couple of edit boxes - one of which can have the ES_PASSWORD style. Then when the user presses OK, validate their entry somehow. If your database has a user name / login system, let the database do the validation.

And so on.

Iain.



ps, Please also use capitals and punctuation - it makes your message a LOT easier to read, and we're not a mobile phone.
QuestionSending a File to server through HTTP [modified] Pin
Dhiraj kumar Saini21-Oct-08 19:43
Dhiraj kumar Saini21-Oct-08 19:43 
QuestionFile String Sorting Pin
cpvc++21-Oct-08 19:37
cpvc++21-Oct-08 19:37 
AnswerRe: File String Sorting Pin
enhzflep21-Oct-08 20:12
enhzflep21-Oct-08 20:12 
AnswerRe: File String Sorting Pin
Cedric Moonen21-Oct-08 20:33
Cedric Moonen21-Oct-08 20:33 
GeneralRe: File String Sorting Pin
Iain Clarke, Warrior Programmer21-Oct-08 21:48
Iain Clarke, Warrior Programmer21-Oct-08 21:48 
GeneralRe: File String Sorting Pin
Cedric Moonen21-Oct-08 22:09
Cedric Moonen21-Oct-08 22:09 
GeneralRe: File String Sorting Pin
BadKarma21-Oct-08 23:47
BadKarma21-Oct-08 23:47 
QuestionSize of Structure Pin
Anu_Bala21-Oct-08 19:21
Anu_Bala21-Oct-08 19:21 
AnswerRe: Size of Structure Pin
Mark Salsbery21-Oct-08 19:39
Mark Salsbery21-Oct-08 19:39 
QuestionHow to find a child window? Pin
Mohammad Khodaea21-Oct-08 19:18
Mohammad Khodaea21-Oct-08 19:18 
AnswerRe: How to find a child window? Pin
Naveen21-Oct-08 20:12
Naveen21-Oct-08 20:12 
QuestionUnhandled exception ? Pin
Le@rner21-Oct-08 19:02
Le@rner21-Oct-08 19:02 
AnswerRe: Unhandled exception ? Pin
Mark Salsbery21-Oct-08 19:32
Mark Salsbery21-Oct-08 19:32 
GeneralRe: Unhandled exception ? Pin
Le@rner21-Oct-08 19:49
Le@rner21-Oct-08 19:49 
QuestionRe: Unhandled exception ? Pin
Mark Salsbery21-Oct-08 20:04
Mark Salsbery21-Oct-08 20:04 
AnswerRe: Unhandled exception ? Pin
Le@rner21-Oct-08 20:14
Le@rner21-Oct-08 20:14 
GeneralRe: Unhandled exception ? Pin
Mark Salsbery21-Oct-08 20:21
Mark Salsbery21-Oct-08 20:21 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.