Click here to Skip to main content
15,891,708 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: RegSetValueEx in Vista Pin
prasad_som16-Jul-07 20:31
prasad_som16-Jul-07 20:31 
GeneralRe: RegSetValueEx in Vista Pin
Yashusid17-Jul-07 0:28
Yashusid17-Jul-07 0:28 
AnswerRe: RegSetValueEx in Vista Pin
prasad_som17-Jul-07 0:40
prasad_som17-Jul-07 0:40 
GeneralRe: RegSetValueEx in Vista Pin
Yashusid17-Jul-07 3:02
Yashusid17-Jul-07 3:02 
QuestionMessage passing to mainwindow from ui thread Pin
neha.agarwal2716-Jul-07 19:29
neha.agarwal2716-Jul-07 19:29 
AnswerRe: Message passing to mainwindow from ui thread Pin
ThatsAlok16-Jul-07 20:33
ThatsAlok16-Jul-07 20:33 
GeneralRe: Message passing to mainwindow from ui thread Pin
neha.agarwal2716-Jul-07 22:28
neha.agarwal2716-Jul-07 22:28 
QuestionPure virtual function in other compilers Pin
vibindia16-Jul-07 18:25
vibindia16-Jul-07 18:25 
Hi

class A
{
public:
virtual void fun()=0
{
cout<<"hai";//code inside in an pure virtual function
}
};

this works in VC++.(code inside an pure virtual function)
Is the same thing work in other compilers of C++Confused | :confused:


VIBIN

"Fool's run away,where angle's fear to tread"

AnswerRe: Pure virtual function in other compilers Pin
C Mahesh16-Jul-07 20:08
C Mahesh16-Jul-07 20:08 
AnswerRe: Pure virtual function in other compilers Pin
vibindia16-Jul-07 20:46
vibindia16-Jul-07 20:46 
GeneralRe: Pure virtual function in other compilers Pin
C Mahesh16-Jul-07 21:01
C Mahesh16-Jul-07 21:01 
AnswerRe: Pure virtual function in other compilers Pin
Cedric Moonen16-Jul-07 21:08
Cedric Moonen16-Jul-07 21:08 
AnswerRe: Pure virtual function in other compilers Pin
David Crow17-Jul-07 3:00
David Crow17-Jul-07 3:00 
AnswerRe: Pure virtual function in other compilers Pin
James R. Twine17-Jul-07 3:41
James R. Twine17-Jul-07 3:41 
Questiondirectory locking Pin
Super Lloyd16-Jul-07 18:17
Super Lloyd16-Jul-07 18:17 
AnswerRe: directory locking Pin
David Crow17-Jul-07 3:03
David Crow17-Jul-07 3:03 
GeneralRe: directory locking Pin
Super Lloyd17-Jul-07 13:49
Super Lloyd17-Jul-07 13:49 
AnswerRe: directory locking Pin
Hamid_RT25-Jul-07 7:26
Hamid_RT25-Jul-07 7:26 
QuestionCompiler limit Pin
dellthinker16-Jul-07 13:24
dellthinker16-Jul-07 13:24 
AnswerRe: Compiler limit Pin
Stephen Hewitt16-Jul-07 14:02
Stephen Hewitt16-Jul-07 14:02 
AnswerRe: Compiler limit Pin
James R. Twine17-Jul-07 1:10
James R. Twine17-Jul-07 1:10 
AnswerRe: Compiler limit Pin
David Crow17-Jul-07 3:05
David Crow17-Jul-07 3:05 
QuestionRe: Compiler limit Pin
Hamid_RT25-Jul-07 7:26
Hamid_RT25-Jul-07 7:26 
QuestionVisual Studio Comment Template Pin
Like2Byte16-Jul-07 9:42
Like2Byte16-Jul-07 9:42 
QuestionChanging the container apps cursor Pin
emmmatty116-Jul-07 8:57
emmmatty116-Jul-07 8:57 

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.