Click here to Skip to main content
15,904,153 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to wait untill created process finishes. Pin
Stephen Hewitt2-Mar-06 0:48
Stephen Hewitt2-Mar-06 0:48 
GeneralRe: How to wait untill created process finishes. Pin
9ine2-Mar-06 2:06
9ine2-Mar-06 2:06 
GeneralRe: How to wait untill created process finishes. Pin
Stephen Hewitt2-Mar-06 2:15
Stephen Hewitt2-Mar-06 2:15 
GeneralRe: How to wait untill created process finishes. Pin
Rick York2-Mar-06 19:44
mveRick York2-Mar-06 19:44 
QuestionCode for getting list of all running services on pc Pin
virz2-Mar-06 0:34
virz2-Mar-06 0:34 
AnswerRe: Code for getting list of all running services on pc Pin
Monty22-Mar-06 0:56
Monty22-Mar-06 0:56 
AnswerRe: Code for getting list of all running services on pc Pin
Naveen2-Mar-06 1:06
Naveen2-Mar-06 1:06 
AnswerRe: Code for getting list of all running services on pc Pin
ThatsAlok2-Mar-06 18:24
ThatsAlok2-Mar-06 18:24 
Questiondrive info Pin
sundar_mca2-Mar-06 0:19
sundar_mca2-Mar-06 0:19 
AnswerRe: drive info Pin
ThatsAlok2-Mar-06 18:45
ThatsAlok2-Mar-06 18:45 
QuestionHelp with IHttpNegotiate Pin
acroitor2-Mar-06 0:06
acroitor2-Mar-06 0:06 
QuestionCSocket ASSERTS on Close Pin
Sarath C1-Mar-06 23:48
Sarath C1-Mar-06 23:48 
QuestionCWnd::CreateControl error when create .NET control Pin
JohanOdin1-Mar-06 23:46
JohanOdin1-Mar-06 23:46 
Questionconverting Hex to int Pin
chaitanya221-Mar-06 23:04
chaitanya221-Mar-06 23:04 
AnswerRe: converting Hex to int Pin
Naveen1-Mar-06 23:09
Naveen1-Mar-06 23:09 
AnswerRe: converting Hex to int Pin
toxcct1-Mar-06 23:10
toxcct1-Mar-06 23:10 
GeneralRe: converting Hex to int Pin
chaitanya221-Mar-06 23:25
chaitanya221-Mar-06 23:25 
GeneralRe: converting Hex to int Pin
toxcct1-Mar-06 23:28
toxcct1-Mar-06 23:28 
GeneralRe: converting Hex to int Pin
Cedric Moonen1-Mar-06 23:45
Cedric Moonen1-Mar-06 23:45 
GeneralRe: converting Hex to int Pin
toxcct1-Mar-06 23:47
toxcct1-Mar-06 23:47 
GeneralRe: converting Hex to int Pin
chaitanya222-Mar-06 1:41
chaitanya222-Mar-06 1:41 
GeneralRe: converting Hex to int Pin
Cedric Moonen2-Mar-06 2:18
Cedric Moonen2-Mar-06 2:18 
GeneralRe: converting Hex to binary Pin
chaitanya222-Mar-06 2:08
chaitanya222-Mar-06 2:08 
GeneralRe: converting Hex to binary Pin
Maximilien2-Mar-06 2:26
Maximilien2-Mar-06 2:26 
AnswerRe: converting Hex to int Pin
Roger Stoltz2-Mar-06 2:15
Roger Stoltz2-Mar-06 2:15 
The function I think you're looking for is strtol() declared in <stdlib.h>.
strtol() takes a string and converts it into a long.
You'll find more info about it here[^].

Hope this helps
--
Roger


It's supposed to be hard, otherwise anybody could do it!

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.