Click here to Skip to main content
15,896,502 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionLINK : fatal error LNK1104: cannot open file 'Ws2_32.lib' Pin
jalsa G5-Sep-06 0:28
jalsa G5-Sep-06 0:28 
AnswerRe: LINK : fatal error LNK1104: cannot open file 'Ws2_32.lib' Pin
Frank K5-Sep-06 0:46
Frank K5-Sep-06 0:46 
AnswerRe: LINK : fatal error LNK1104: cannot open file 'Ws2_32.lib' Pin
prasad_som5-Sep-06 0:46
prasad_som5-Sep-06 0:46 
GeneralRe: LINK : fatal error LNK1104: cannot open file 'Ws2_32.lib' Pin
jalsa G5-Sep-06 1:16
jalsa G5-Sep-06 1:16 
GeneralRe: LINK : fatal error LNK1104: cannot open file 'Ws2_32.lib' Pin
Frank K5-Sep-06 1:37
Frank K5-Sep-06 1:37 
Questionextracting digits for a char array Pin
flippydeflippydebop4-Sep-06 23:53
flippydeflippydebop4-Sep-06 23:53 
AnswerRe: extracting digits for a char array Pin
prasad_som5-Sep-06 0:42
prasad_som5-Sep-06 0:42 
AnswerRe: extracting digits for a char array Pin
David Crow5-Sep-06 5:25
David Crow5-Sep-06 5:25 
flippydeflippydebop wrote:
char szBuffer[101];


Use:

char szBuffer[101] = {0};
flippydeflippydebop wrote:
My code below is breaking...


Which means what exactly?


"Talent without discipline is like an octopus on roller skates. There's plenty of movement, but you never know if it's going to be forward, backwards, or sideways." - H. Jackson Brown, Jr.

"Judge not by the eye but by the heart." - Native American Proverb


AnswerRe: extracting digits for a char array Pin
Hamid_RT6-Sep-06 8:11
Hamid_RT6-Sep-06 8:11 
QuestionHandling WM_INITMENUPOPUP Pin
rrrado4-Sep-06 23:48
rrrado4-Sep-06 23:48 
AnswerRe: Handling WM_INITMENUPOPUP Pin
prasad_som5-Sep-06 1:00
prasad_som5-Sep-06 1:00 
GeneralRe: Handling WM_INITMENUPOPUP Pin
rrrado5-Sep-06 1:23
rrrado5-Sep-06 1:23 
GeneralRe: Handling WM_INITMENUPOPUP Pin
rrrado5-Sep-06 1:31
rrrado5-Sep-06 1:31 
GeneralRe: Handling WM_INITMENUPOPUP Pin
Frank K5-Sep-06 1:34
Frank K5-Sep-06 1:34 
QuestionRe: Handling WM_INITMENUPOPUP Pin
prasad_som5-Sep-06 1:38
prasad_som5-Sep-06 1:38 
AnswerRe: Handling WM_INITMENUPOPUP Pin
rrrado5-Sep-06 2:15
rrrado5-Sep-06 2:15 
GeneralRe: Handling WM_INITMENUPOPUP Pin
prasad_som5-Sep-06 2:40
prasad_som5-Sep-06 2:40 
QuestionUnderlined Text Pin
Anu_Bala4-Sep-06 23:41
Anu_Bala4-Sep-06 23:41 
AnswerRe: Underlined Text Pin
uday kiran janaswamy4-Sep-06 23:51
uday kiran janaswamy4-Sep-06 23:51 
AnswerRe: Underlined Text Pin
Cedric Moonen5-Sep-06 0:14
Cedric Moonen5-Sep-06 0:14 
AnswerRe: Underlined Text Pin
Hamid_RT6-Sep-06 8:04
Hamid_RT6-Sep-06 8:04 
QuestionMessageBoxW and converting to LPCWSTR Pin
sawerr4-Sep-06 22:58
sawerr4-Sep-06 22:58 
AnswerRe: MessageBoxW and converting to LPCWSTR Pin
uday kiran janaswamy4-Sep-06 23:03
uday kiran janaswamy4-Sep-06 23:03 
AnswerRe: MessageBoxW and converting to LPCWSTR Pin
fefe.wyx4-Sep-06 23:10
fefe.wyx4-Sep-06 23:10 
GeneralRe: MessageBoxW and converting to LPCWSTR Pin
sawerr4-Sep-06 23:12
sawerr4-Sep-06 23:12 

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.