Click here to Skip to main content
15,894,017 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralEval Logical Expression Pin
Mathias S.31-Oct-04 0:58
Mathias S.31-Oct-04 0:58 
GeneralBitBlt not working for printer Pin
Anorexic Tribble31-Oct-04 0:29
Anorexic Tribble31-Oct-04 0:29 
GeneralRe: BitBlt not working for printer Pin
faroqtam31-Oct-04 10:14
faroqtam31-Oct-04 10:14 
GeneralRe: BitBlt not working for printer Pin
Roger Allen1-Nov-04 3:06
Roger Allen1-Nov-04 3:06 
GeneralRe: BitBlt not working for printer Pin
Anorexic Tribble9-Nov-04 4:17
Anorexic Tribble9-Nov-04 4:17 
GeneralRe: BitBlt not working for printer Pin
Roger Allen9-Nov-04 4:25
Roger Allen9-Nov-04 4:25 
GeneralRe: BitBlt not working for printer Pin
Anorexic Tribble9-Nov-04 4:39
Anorexic Tribble9-Nov-04 4:39 
GeneralLinking C and C++ modules Pin
zelbazach30-Oct-04 21:56
zelbazach30-Oct-04 21:56 
I am working on a project using C and C++ on .NET. I am using existing dll's written in C++, while because of real time considerations, some of the new modules must be written in C, rather than C++. C does not recognize the statement "using namespace ...", and consequently, functions in the C++ modules cannot be found when called from the C modules. Is there another way of letting the C modules know where these functions are?

One solution is to compile the C modules with the C++ compiler. If I do this, will the resulting executables run as efficiently (with respect to execution time) as C code compiled in C, or will they run less efficiently, like C++ code compiled in C++?

Thank you so much for your help.
GeneralRe: Linking C and C++ modules Pin
Christian Graus31-Oct-04 9:20
protectorChristian Graus31-Oct-04 9:20 
GeneralWindow Style Pin
Leyu30-Oct-04 20:57
Leyu30-Oct-04 20:57 
GeneralRe: Window Style Pin
kriaz31-Oct-04 20:12
kriaz31-Oct-04 20:12 
GeneralRe: Window Style Pin
Leyu3-Nov-04 6:05
Leyu3-Nov-04 6:05 
GeneralBuilding own String class Pin
KernKraft3330-Oct-04 18:53
KernKraft3330-Oct-04 18:53 
GeneralRe: Building own String class Pin
Andrew Peace31-Oct-04 3:18
Andrew Peace31-Oct-04 3:18 
QuestionHow to get the image from a clistctrl? Pin
shibble30-Oct-04 13:00
shibble30-Oct-04 13:00 
AnswerRe: How to get the image from a clistctrl? Pin
Ravi Bhavnani30-Oct-04 15:39
professionalRavi Bhavnani30-Oct-04 15:39 
GeneralRe: How to get the image from a clistctrl? Pin
shibble30-Oct-04 23:16
shibble30-Oct-04 23:16 
GeneralRe: How to get the image from a clistctrl? Pin
Ravi Bhavnani31-Oct-04 6:02
professionalRavi Bhavnani31-Oct-04 6:02 
GeneralRe: How to get the image from a clistctrl? Pin
shibble31-Oct-04 7:02
shibble31-Oct-04 7:02 
GeneralRe: How to get the image from a clistctrl? Pin
Ravi Bhavnani31-Oct-04 7:06
professionalRavi Bhavnani31-Oct-04 7:06 
GeneralRe: How to get the image from a clistctrl? Pin
shibble31-Oct-04 7:12
shibble31-Oct-04 7:12 
Questionhow to Pass arguments to main and returning values from a program... Pin
Kiran Satish30-Oct-04 11:08
Kiran Satish30-Oct-04 11:08 
AnswerRe: how to Pass arguments to main and returning values from a program... Pin
Ravi Bhavnani30-Oct-04 15:41
professionalRavi Bhavnani30-Oct-04 15:41 
GeneralDoing a program compares bubble sort and multithread sort... Pin
30-Oct-04 10:45
suss30-Oct-04 10:45 
GeneralYABQ (Yet Another Beginner Question) Pin
BeerFizz30-Oct-04 8:47
BeerFizz30-Oct-04 8:47 

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.