Click here to Skip to main content
15,887,267 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Threads and messages - is this legal? Pin
charlieg22-Apr-13 11:20
charlieg22-Apr-13 11:20 
GeneralRe: Threads and messages - is this legal? Pin
PJ Arends22-Apr-13 12:00
professionalPJ Arends22-Apr-13 12:00 
GeneralRe: Threads and messages - is this legal? Pin
charlieg22-Apr-13 11:20
charlieg22-Apr-13 11:20 
GeneralRe: Threads and messages - is this legal? Pin
pasztorpisti22-Apr-13 22:46
pasztorpisti22-Apr-13 22:46 
AnswerRe: Threads and messages - is this legal? Pin
Stephen Hewitt22-Apr-13 20:48
Stephen Hewitt22-Apr-13 20:48 
GeneralRe: Threads and messages - is this legal? Pin
charlieg23-Apr-13 14:17
charlieg23-Apr-13 14:17 
QuestionName Space Vs Include Pin
Bram van Kampen21-Apr-13 14:51
Bram van Kampen21-Apr-13 14:51 
AnswerRe: Name Space Vs Include Pin
pasztorpisti21-Apr-13 19:40
pasztorpisti21-Apr-13 19:40 
It is a compiler construct because it affects only the source code and the name of the symbols your compiler outputs to object files. A simple linker works simply with the object files and their imported/exported symbols that are basically just strings (symbol names) and it doesn't care whether the name of your variable/function(/any other symbol) is prefixed with one or more namespaces or not. If we want to describe the job of the linker in simple terms then all the linker does is building up two big lists of strings (all imported symbol names and all exported symbol names from all linkable object files) and then finding all of the imported strings in the exported string list. (of course the strings have additional info attached in both lists - like object file, ...)
GeneralRe: Name Space Vs Include Pin
Bram van Kampen28-Apr-13 0:34
Bram van Kampen28-Apr-13 0:34 
QuestionHiding the folder from the explorer Pin
sarfaraznawaz18-Apr-13 23:59
sarfaraznawaz18-Apr-13 23:59 
AnswerRe: Hiding the folder from the explorer Pin
André Kraak20-Apr-13 8:17
André Kraak20-Apr-13 8:17 
GeneralRe: Hiding the folder from the explorer Pin
Bram van Kampen21-Apr-13 15:19
Bram van Kampen21-Apr-13 15:19 
AnswerRe: Hiding the folder from the explorer Pin
Stefan_Lang22-Apr-13 0:26
Stefan_Lang22-Apr-13 0:26 
Questionhow to start a thread to get webinfo(xml) with chttpfile Pin
haha_c18-Apr-13 22:54
haha_c18-Apr-13 22:54 
AnswerRe: how to start a thread to get webinfo(xml) with chttpfile Pin
Marco Bertschi18-Apr-13 23:25
protectorMarco Bertschi18-Apr-13 23:25 
AnswerRe: how to start a thread to get webinfo(xml) with chttpfile Pin
Malli_S18-Apr-13 23:43
Malli_S18-Apr-13 23:43 
Questioncan i make a filter driver of raw level sector or cluster? Pin
greenfish7717-Apr-13 14:37
greenfish7717-Apr-13 14:37 
AnswerRe: can i make a filter driver of raw level sector or cluster? Pin
«_Superman_»17-Apr-13 15:56
professional«_Superman_»17-Apr-13 15:56 
AnswerRe: can i make a filter driver of raw level sector or cluster? Pin
dusty_dex17-Apr-13 23:39
dusty_dex17-Apr-13 23:39 
QuestionChanging position of a CButton Pin
Donguy197617-Apr-13 9:09
Donguy197617-Apr-13 9:09 
AnswerRe: Changing position of a CButton Pin
Richard MacCutchan17-Apr-13 9:18
mveRichard MacCutchan17-Apr-13 9:18 
AnswerRe: Changing position of a CButton Pin
«_Superman_»17-Apr-13 15:58
professional«_Superman_»17-Apr-13 15:58 
AnswerRe: Changing position of a CButton Pin
Marco Bertschi18-Apr-13 5:47
protectorMarco Bertschi18-Apr-13 5:47 
QuestionРаспараллеливание Pin
lililianochka17-Apr-13 6:19
lililianochka17-Apr-13 6:19 
AnswerRe: Распараллеливание Pin
Richard MacCutchan17-Apr-13 9:16
mveRichard MacCutchan17-Apr-13 9:16 

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.