Click here to Skip to main content
15,908,015 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: bit manupolation Pin
Chris Losinger7-Jun-08 5:45
professionalChris Losinger7-Jun-08 5:45 
QuestionClearing client window Pin
Kwanalouie7-Jun-08 2:15
Kwanalouie7-Jun-08 2:15 
AnswerRe: Clearing client window Pin
Nelek7-Jun-08 2:19
protectorNelek7-Jun-08 2:19 
GeneralRe: Clearing client window Pin
Kwanalouie7-Jun-08 3:15
Kwanalouie7-Jun-08 3:15 
GeneralRe: Clearing client window Pin
Nelek7-Jun-08 3:23
protectorNelek7-Jun-08 3:23 
AnswerRe: Clearing client window Pin
Ravi Bhavnani7-Jun-08 11:27
professionalRavi Bhavnani7-Jun-08 11:27 
QuestionIs it possible to create C++ obj in C with new operator? Pin
Nandu_77b7-Jun-08 0:52
Nandu_77b7-Jun-08 0:52 
AnswerRe: Is it possible to create C++ obj in C with new operator? Pin
Gary R. Wheeler7-Jun-08 0:58
Gary R. Wheeler7-Jun-08 0:58 
By default, Visual Studio will compile ExampleC.c as a C program, and will signal an error on the new operator. You can set a compile option to compile it as C++, which eliminates the error.

Software Zen: delete this;
Fold With Us![^]

QuestionRe: Is it possible to create C++ obj in C with new operator? Pin
Nandu_77b7-Jun-08 1:22
Nandu_77b7-Jun-08 1:22 
AnswerRe: Is it possible to create C++ obj in C with new operator? Pin
Gary R. Wheeler7-Jun-08 2:52
Gary R. Wheeler7-Jun-08 2:52 
GeneralRe: Is it possible to create C++ obj in C with new operator? Pin
Nandu_77b7-Jun-08 3:22
Nandu_77b7-Jun-08 3:22 
QuestionEsc Button use for Close the Dialog Box. Pin
Le@rner7-Jun-08 0:41
Le@rner7-Jun-08 0:41 
AnswerRe: Esc Button use for Close the Dialog Box. Pin
Gary R. Wheeler7-Jun-08 1:05
Gary R. Wheeler7-Jun-08 1:05 
GeneralRe: Esc Button use for Close the Dialog Box. Pin
Nelek7-Jun-08 2:13
protectorNelek7-Jun-08 2:13 
GeneralRe: Esc Button use for Close the Dialog Box. Pin
Gary R. Wheeler7-Jun-08 2:18
Gary R. Wheeler7-Jun-08 2:18 
GeneralRe: Esc Button use for Close the Dialog Box. Pin
Nelek7-Jun-08 2:22
protectorNelek7-Jun-08 2:22 
GeneralRe: Esc Button use for Close the Dialog Box. Pin
Rajesh R Subramanian7-Jun-08 6:16
professionalRajesh R Subramanian7-Jun-08 6:16 
AnswerRe: Esc Button use for Close the Dialog Box. Pin
Nelek7-Jun-08 2:11
protectorNelek7-Jun-08 2:11 
GeneralRe: Esc Button use for Close the Dialog Box. Pin
Le@rner7-Jun-08 2:44
Le@rner7-Jun-08 2:44 
GeneralRe: Esc Button use for Close the Dialog Box. Pin
Jijo.Raj7-Jun-08 3:48
Jijo.Raj7-Jun-08 3:48 
GeneralRe: Esc Button use for Close the Dialog Box. Pin
Nelek7-Jun-08 7:05
protectorNelek7-Jun-08 7:05 
AnswerRe: Esc Button use for Close the Dialog Box. Pin
Michael Schubert7-Jun-08 3:38
Michael Schubert7-Jun-08 3:38 
QuestionEncryption/Decryption Pin
H4u327-Jun-08 0:07
H4u327-Jun-08 0:07 
AnswerRe: Encryption/Decryption Pin
Saurabh.Garg7-Jun-08 3:03
Saurabh.Garg7-Jun-08 3:03 
AnswerRe: Encryption/Decryption Pin
Hamid_RT7-Jun-08 21:15
Hamid_RT7-Jun-08 21:15 

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.