Click here to Skip to main content
15,914,070 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to get currently windows logged on users profile directory. Pin
Mark Salsbery30-Oct-08 8:31
Mark Salsbery30-Oct-08 8:31 
GeneralRe: How to get currently windows logged on users profile directory. Pin
WindowsPistha30-Oct-08 8:34
WindowsPistha30-Oct-08 8:34 
QuestionRe: How to get currently windows logged on users profile directory. Pin
David Crow30-Oct-08 9:07
David Crow30-Oct-08 9:07 
GeneralRe: How to get currently windows logged on users profile directory. [modified] Pin
WindowsPistha30-Oct-08 18:58
WindowsPistha30-Oct-08 18:58 
QuestionRe: How to get currently windows logged on users profile directory. Pin
David Crow31-Oct-08 2:45
David Crow31-Oct-08 2:45 
GeneralRe: How to get currently windows logged on users profile directory. Pin
Mark Salsbery30-Oct-08 9:52
Mark Salsbery30-Oct-08 9:52 
GeneralRe: How to get currently windows logged on users profile directory. Pin
WindowsPistha30-Oct-08 19:04
WindowsPistha30-Oct-08 19:04 
QuestionProbem adding a null character to std::string Pin
santiageitorx30-Oct-08 7:17
santiageitorx30-Oct-08 7:17 
Hi, my problem is I want to add an array containing some null bytes at the beginning of it, to a std::string like this:

std::string MyString = "\x00\x00\x01\x02";// "It won't copy anything into MyString but...

std::string MyString2 = "\x01\x00\x03"; // Will copy the array includiing the null byte and whats after it.

What should I do? Thanks
AnswerRe: Probem adding a null character to std::string Pin
santiageitorx30-Oct-08 7:41
santiageitorx30-Oct-08 7:41 
GeneralRe: Probem adding a null character to std::string Pin
led mike30-Oct-08 7:58
led mike30-Oct-08 7:58 
GeneralRe: Probem adding a null character to std::string Pin
CPallini31-Oct-08 0:36
mveCPallini31-Oct-08 0:36 
QuestionRe: Probem adding a null character to std::string Pin
David Crow30-Oct-08 9:11
David Crow30-Oct-08 9:11 
Questionshould I use the thread or the timer? Pin
lingerpop30-Oct-08 6:57
lingerpop30-Oct-08 6:57 
QuestionRe: should I use the thread or the timer? Pin
CPallini30-Oct-08 10:54
mveCPallini30-Oct-08 10:54 
AnswerRe: should I use the thread or the timer? Pin
lingerpop30-Oct-08 18:06
lingerpop30-Oct-08 18:06 
GeneralRe: should I use the thread or the timer? Pin
Jijo.Raj30-Oct-08 18:46
Jijo.Raj30-Oct-08 18:46 
QuestionCProgressCtrl for 64-bit ints Pin
Hans Dietrich30-Oct-08 6:11
mentorHans Dietrich30-Oct-08 6:11 
AnswerRe: CProgressCtrl for 64-bit ints Pin
PJ Arends30-Oct-08 6:29
professionalPJ Arends30-Oct-08 6:29 
QuestionRe: CProgressCtrl for 64-bit ints Pin
David Crow30-Oct-08 9:12
David Crow30-Oct-08 9:12 
QuestionVC++ code to read and write to an INI file Pin
anna mathew30-Oct-08 2:16
anna mathew30-Oct-08 2:16 
AnswerRe: VC++ code to read and write to an INI file Pin
anna mathew30-Oct-08 2:20
anna mathew30-Oct-08 2:20 
AnswerRe: VC++ code to read and write to an INI file Pin
Rajesh R Subramanian30-Oct-08 2:23
professionalRajesh R Subramanian30-Oct-08 2:23 
AnswerRe: VC++ code to read and write to an INI file Pin
Rajkumar R30-Oct-08 2:23
Rajkumar R30-Oct-08 2:23 
AnswerRe: VC++ code to read and write to an INI file Pin
CPallini30-Oct-08 2:59
mveCPallini30-Oct-08 2:59 
GeneralRe: VC++ code to read and write to an INI file Pin
anna mathew30-Oct-08 22:54
anna mathew30-Oct-08 22:54 

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.