Click here to Skip to main content
15,897,187 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: serial port data communication in Visual c++ Pin
David Crow17-Feb-06 2:35
David Crow17-Feb-06 2:35 
AnswerRe: serial port data communication in Visual c++ Pin
ThatsAlok17-Feb-06 23:11
ThatsAlok17-Feb-06 23:11 
AnswerRe: serial port data communication in Visual c++ Pin
LittleYellowBird17-Feb-06 2:20
LittleYellowBird17-Feb-06 2:20 
AnswerRe: serial port data communication in Visual c++ Pin
ThatsAlok17-Feb-06 23:14
ThatsAlok17-Feb-06 23:14 
QuestionEvent Notification USing WMI Pin
abhiramsss17-Feb-06 1:24
abhiramsss17-Feb-06 1:24 
QuestionFile or Folder Pin
pc_dev17-Feb-06 1:23
pc_dev17-Feb-06 1:23 
AnswerRe: File or Folder Pin
James R. Twine17-Feb-06 1:29
James R. Twine17-Feb-06 1:29 
QuestionHelp me to correct it please, i can't find the problem. Pin
dannysoo202016-Feb-06 23:58
dannysoo202016-Feb-06 23:58 
# include <iostream.h>
# include <string.h>
char *GetValue(char);
char *GetValue2(char);
char *GetValue3(char);

void main()
{
char Name[80], IC[14], Amount[9];
int i, n;
cout << "Please write your name: ";
cin >> Name;
cout << "Your ic number: ";
cin >> IC;
cout << "The amount of money: RM";
cin >> Amount;

for(i = 0; i <= 79; i++)
cout << "*";
cout << "Shanghai Bank Berhad, Kuala Lumpur, 55210"<< endl << endl;
cout << "Payee: " << Name << "\t\t\tRM" << Amount <
AnswerRe: Help me to correct it please, i can't find the problem. Pin
toxcct17-Feb-06 0:12
toxcct17-Feb-06 0:12 
GeneralRe: Help me to correct it please, i can't find the problem. Pin
dannysoo202017-Feb-06 1:17
dannysoo202017-Feb-06 1:17 
GeneralRe: Help me to correct it please, i can't find the problem. Pin
James R. Twine17-Feb-06 1:24
James R. Twine17-Feb-06 1:24 
GeneralRe: Help me to correct it please, i can't find the problem. Pin
toxcct17-Feb-06 1:53
toxcct17-Feb-06 1:53 
GeneralRe: Help me to correct it please, i can't find the problem. Pin
ThatsAlok17-Feb-06 21:56
ThatsAlok17-Feb-06 21:56 
GeneralRe: Help me to correct it please, i can't find the problem. Pin
Russell'17-Feb-06 2:19
Russell'17-Feb-06 2:19 
GeneralRe: Help me to correct it please, i can't find the problem. Pin
toxcct17-Feb-06 2:21
toxcct17-Feb-06 2:21 
GeneralRe: Help me to correct it please, i can't find the problem. Pin
Russell'17-Feb-06 2:26
Russell'17-Feb-06 2:26 
GeneralRe: Help me to correct it please, i can't find the problem. Pin
dannysoo202017-Feb-06 2:49
dannysoo202017-Feb-06 2:49 
GeneralRe: Help me to correct it please, i can't find the problem. Pin
dannysoo202017-Feb-06 2:54
dannysoo202017-Feb-06 2:54 
QuestionRe: Help me to correct it please, i can't find the problem. Pin
David Crow17-Feb-06 2:38
David Crow17-Feb-06 2:38 
AnswerRe: Help me to correct it please, i can't find the problem. Pin
Cedric Moonen17-Feb-06 0:55
Cedric Moonen17-Feb-06 0:55 
JokeRe: Help me to correct it please, i can't find the problem. Pin
toxcct17-Feb-06 1:56
toxcct17-Feb-06 1:56 
JokeRe: Help me to correct it please, i can't find the problem. Pin
Cedric Moonen17-Feb-06 1:59
Cedric Moonen17-Feb-06 1:59 
AnswerRe: Help me to correct it please, i can't find the problem. Pin
George L. Jackson17-Feb-06 1:01
George L. Jackson17-Feb-06 1:01 
AnswerRe: Help me to correct it please, i can't find the problem. Pin
BadKarma17-Feb-06 1:31
BadKarma17-Feb-06 1:31 
AnswerRe: Help me to correct it please, i can't find the problem. Pin
ThatsAlok17-Feb-06 22:28
ThatsAlok17-Feb-06 22:28 

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.