Click here to Skip to main content
15,881,882 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: iso_8583 message Pin
khushboo gupta23-Apr-13 20:05
khushboo gupta23-Apr-13 20:05 
GeneralRe: iso_8583 message Pin
Marco Bertschi23-Apr-13 21:39
protectorMarco Bertschi23-Apr-13 21:39 
GeneralMessage Closed Pin
23-Apr-13 20:13
khushboo gupta23-Apr-13 20:13 
GeneralRe: iso_8583 message Pin
Richard MacCutchan23-Apr-13 21:50
mveRichard MacCutchan23-Apr-13 21:50 
GeneralMessage Closed Pin
23-Apr-13 22:54
khushboo gupta23-Apr-13 22:54 
GeneralRe: iso_8583 message Pin
Richard MacCutchan23-Apr-13 23:02
mveRichard MacCutchan23-Apr-13 23:02 
GeneralRe: iso_8583 message Pin
khushboo gupta24-Apr-13 20:17
khushboo gupta24-Apr-13 20:17 
GeneralRe: iso_8583 message Pin
Jochen Arndt24-Apr-13 21:13
professionalJochen Arndt24-Apr-13 21:13 
He kindly asked you to edit your existing post (there is a button to do so) and format the source code so that it is readable. To do so, select the code section and click the 'code' button above the editor window or place a <pre> tag at the begin of the code and a </pre> at the end (when clicking the 'code' button this is done automatically). In all cases, check the preview window below the editor window.

In the editor window it should look like this:

<pre lang="c++">
// A comment
#include <stdio.h>

int main()
{
    return 0;
}</pre>


Then the preview (and the final post) will look like this:
C++
// A comment
#include <stdio.h>

int main()
{
    return 0;
}

GeneralRe: iso_8583 message Pin
khushboo gupta24-Apr-13 22:32
khushboo gupta24-Apr-13 22:32 
GeneralRe: iso_8583 message Pin
Richard MacCutchan24-Apr-13 22:58
mveRichard MacCutchan24-Apr-13 22:58 
QuestionMCI wave player Pin
Vijay Ku. Soni23-Apr-13 0:15
Vijay Ku. Soni23-Apr-13 0:15 
AnswerRe: MCI wave player Pin
Marco Bertschi23-Apr-13 2:32
protectorMarco Bertschi23-Apr-13 2:32 
QuestionCDaoDatabase for Opening MS-Access Pin
D.Manivelan22-Apr-13 23:32
D.Manivelan22-Apr-13 23:32 
AnswerRe: CDaoDatabase for Opening MS-Access Pin
Jochen Arndt23-Apr-13 0:03
professionalJochen Arndt23-Apr-13 0:03 
QuestionMulti Threaded ::ShowWindow(...) Pin
Bram van Kampen22-Apr-13 13:58
Bram van Kampen22-Apr-13 13:58 
AnswerRe: Multi Threaded ::ShowWindow(...) Pin
«_Superman_»22-Apr-13 17:07
professional«_Superman_»22-Apr-13 17:07 
QuestionRe: Multi Threaded ::ShowWindow(...) Pin
David Crow23-Apr-13 4:53
David Crow23-Apr-13 4:53 
AnswerRe: Multi Threaded ::ShowWindow(...) Pin
«_Superman_»23-Apr-13 17:35
professional«_Superman_»23-Apr-13 17:35 
GeneralRe: Multi Threaded ::ShowWindow(...) Pin
David Crow24-Apr-13 2:07
David Crow24-Apr-13 2:07 
Questionget all domains form adsi forest Pin
venkatesh5286722-Apr-13 0:29
venkatesh5286722-Apr-13 0:29 
QuestionThreads and messages - is this legal? Pin
charlieg21-Apr-13 15:31
charlieg21-Apr-13 15:31 
AnswerRe: Threads and messages - is this legal? Pin
pasztorpisti21-Apr-13 19:28
pasztorpisti21-Apr-13 19:28 
GeneralRe: Threads and messages - is this legal? Pin
charlieg22-Apr-13 4:34
charlieg22-Apr-13 4:34 
GeneralRe: Threads and messages - is this legal? Pin
pasztorpisti22-Apr-13 6:46
pasztorpisti22-Apr-13 6:46 
GeneralRe: Threads and messages - is this legal? Pin
charlieg22-Apr-13 11:20
charlieg22-Apr-13 11:20 

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.