Click here to Skip to main content
15,895,799 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: change message handler prototype's name Pin
Adam Roderick J13-Sep-09 20:55
Adam Roderick J13-Sep-09 20:55 
Question[Message Deleted] Pin
jadhavjitendrar13-Sep-09 18:05
jadhavjitendrar13-Sep-09 18:05 
AnswerRe: How to Convert Text file to MDB using vc++ Pin
_AnsHUMAN_ 13-Sep-09 18:33
_AnsHUMAN_ 13-Sep-09 18:33 
QuestionGeneral Ifndef and Define Question [modified] Pin
lgm42013-Sep-09 4:14
lgm42013-Sep-09 4:14 
AnswerRe: General Ifndef and Define Question Pin
Chris Losinger13-Sep-09 6:40
professionalChris Losinger13-Sep-09 6:40 
GeneralRe: General Ifndef and Define Question Pin
lgm42013-Sep-09 13:17
lgm42013-Sep-09 13:17 
GeneralRe: General Ifndef and Define Question Pin
Cedric Moonen13-Sep-09 20:31
Cedric Moonen13-Sep-09 20:31 
GeneralRe: General Ifndef and Define Question [modified] Pin
lgm42014-Sep-09 9:04
lgm42014-Sep-09 9:04 
I have trouble buying that. I know what a library is but all it is bunch of defines and ifndefs and process. you can do the exact same thing in a header except something has to be there to run the header.
What your saying is that they do not run. and that it only replaces. There is more to it than that..

Youve got to realize a small group of people developed the things we have here and are near dead and have fogotten and we have nothing more than a few million developers without header knowlege of function development.

I cant even find information out about headers at all. Yeah how some can use them in general c++ compilers. but what if i wanted to upgrade my compiler to allow that.. is what im saying. Your saying theres no way to make it run regardless of what you type..
but keep in mind this does run...
"STRING"+1234;
runs by the processor and returns int. can be couted as a binary in some cases. that is function. linking those functions to code is difficult that what im trying to find out. like if i typed

#define TEXT "Alphabet"+12345123-"27"
cout << TEXT;
will return that function as int and possibly cout the binary except for the cout function is unable to return the proper information of a running process..
but keep in mind it does run by the processor. all things on here that you can see run by the processor and by the processor use the hardware.. which means that the socalled preprocessor directive should be able to allow functionality within a software. That is my opinion and that is why im here in this forum asking about it. I doubt many know about it to begin with even when it was developed. Shucks | :-\

modified on Monday, September 14, 2009 3:19 PM

GeneralRe: General Ifndef and Define Question Pin
Richard MacCutchan14-Sep-09 11:21
mveRichard MacCutchan14-Sep-09 11:21 
AnswerRe: General Ifndef and Define Question Pin
KarstenK13-Sep-09 22:51
mveKarstenK13-Sep-09 22:51 
AnswerRe: General Ifndef and Define Question Pin
Richard MacCutchan13-Sep-09 23:34
mveRichard MacCutchan13-Sep-09 23:34 
GeneralRe: General Ifndef and Define Question Pin
lgm42014-Sep-09 9:25
lgm42014-Sep-09 9:25 
GeneralRe: General Ifndef and Define Question Pin
Richard MacCutchan14-Sep-09 11:22
mveRichard MacCutchan14-Sep-09 11:22 
QuestionHook communication Pin
paperboy212-Sep-09 23:11
paperboy212-Sep-09 23:11 
AnswerRe: Hook communication Pin
«_Superman_»13-Sep-09 18:19
professional«_Superman_»13-Sep-09 18:19 
AnswerRe: Hook communication Pin
Naveen13-Sep-09 18:35
Naveen13-Sep-09 18:35 
GeneralRe: Hook communication Pin
paperboy214-Sep-09 2:36
paperboy214-Sep-09 2:36 
Questionhow to sending input in rich edit to a device?? Pin
mr bard212-Sep-09 17:55
mr bard212-Sep-09 17:55 
AnswerRe: how to sending input in rich edit to a device?? Pin
Code-o-mat12-Sep-09 22:11
Code-o-mat12-Sep-09 22:11 
AnswerRe: how to sending input in rich edit to a device?? Pin
Richard MacCutchan12-Sep-09 22:18
mveRichard MacCutchan12-Sep-09 22:18 
Questionerror C2664:'load':cannot convert parameter 1 from 'unsigned short *' to 'struct tagVARIANT' Pin
CHYGO12-Sep-09 16:50
CHYGO12-Sep-09 16:50 
AnswerRe: error C2664:'load':cannot convert parameter 1 from 'unsigned short *' to 'struct tagVARIANT' Pin
norish12-Sep-09 20:26
norish12-Sep-09 20:26 
GeneralRe: error C2664:'load':cannot convert parameter 1 from 'unsigned short *' to 'struct tagVARIANT' Pin
«_Superman_»13-Sep-09 18:23
professional«_Superman_»13-Sep-09 18:23 
QuestionMessage Loop... Pin
birajendu12-Sep-09 9:36
birajendu12-Sep-09 9:36 
QuestionRe: Message Loop... Pin
David Crow12-Sep-09 15:31
David Crow12-Sep-09 15:31 

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.