Click here to Skip to main content
15,900,816 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionmysql connection? Pin
murali_utr4-Dec-03 0:22
murali_utr4-Dec-03 0:22 
AnswerRe: mysql connection? Pin
Prakash Nadar4-Dec-03 4:42
Prakash Nadar4-Dec-03 4:42 
AnswerRe: mysql connection? Pin
BaldwinMartin4-Dec-03 5:22
BaldwinMartin4-Dec-03 5:22 
GeneralWindows Add/Remove programs dialog Pin
Shah Shehpori3-Dec-03 23:14
sussShah Shehpori3-Dec-03 23:14 
GeneralRe: Windows Add/Remove programs dialog Pin
Mike Dimmick4-Dec-03 2:50
Mike Dimmick4-Dec-03 2:50 
GeneralHelp me please!!! Deconvolution Pin
Angeluna3-Dec-03 23:12
sussAngeluna3-Dec-03 23:12 
Generalhex to decimal Pin
styve3-Dec-03 22:13
styve3-Dec-03 22:13 
GeneralRe: hex to decimal Pin
murali_utr3-Dec-03 22:22
murali_utr3-Dec-03 22:22 
hi,
use the following code.

char * hexstring= "A";
char * p;
int number = strtol(hexstring, &p,16);

Have A Nice Day.
Murali.M
Generalcystal report problem. Pin
murali_utr3-Dec-03 21:36
murali_utr3-Dec-03 21:36 
GeneralRe: cystal report problem. Pin
murali_utr3-Dec-03 23:41
murali_utr3-Dec-03 23:41 
GeneralGetClipBox Pin
R. Thomas3-Dec-03 21:27
R. Thomas3-Dec-03 21:27 
GeneralRe: GetClipBox Pin
Monty24-Dec-03 1:59
Monty24-Dec-03 1:59 
GeneralRe: GetClipBox Pin
KaЯl4-Dec-03 11:34
KaЯl4-Dec-03 11:34 
GeneralRe: GetClipBox Pin
R. Thomas4-Dec-03 15:38
R. Thomas4-Dec-03 15:38 
GeneralRe: GetClipBox Pin
KaЯl4-Dec-03 21:24
KaЯl4-Dec-03 21:24 
GeneralRe: GetClipBox Pin
R. Thomas7-Dec-03 4:51
R. Thomas7-Dec-03 4:51 
GeneralRe: GetClipBox Pin
KaЯl7-Dec-03 6:20
KaЯl7-Dec-03 6:20 
GeneralRe: GetClipBox Pin
R. Thomas7-Dec-03 6:37
R. Thomas7-Dec-03 6:37 
GeneralRe: GetClipBox Pin
KaЯl7-Dec-03 7:24
KaЯl7-Dec-03 7:24 
GeneralConfiguring remotely Pin
Jeremy Pullicino3-Dec-03 21:22
Jeremy Pullicino3-Dec-03 21:22 
GeneralRe: Configuring remotely Pin
Peter Molnar4-Dec-03 14:12
Peter Molnar4-Dec-03 14:12 
Questionhow to vary the size of the view using SDI formview? Pin
coda_x3-Dec-03 21:19
coda_x3-Dec-03 21:19 
AnswerRe: how to vary the size of the view using SDI formview? Pin
Roger Allen4-Dec-03 2:27
Roger Allen4-Dec-03 2:27 
GeneralRe: how to vary the size of the view using SDI formview? Pin
coda_x4-Dec-03 18:51
coda_x4-Dec-03 18:51 
GeneralWhether a is Socket alive question Pin
Stan the man3-Dec-03 19:43
Stan the man3-Dec-03 19:43 

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.