Click here to Skip to main content
15,889,116 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: how to store a value Pin
RChin1-Dec-04 22:37
RChin1-Dec-04 22:37 
QuestionWill SP5 work ? Pin
Ritu Kwatra1-Dec-04 18:01
Ritu Kwatra1-Dec-04 18:01 
AnswerRe: Will SP5 work ? Pin
RChin1-Dec-04 22:30
RChin1-Dec-04 22:30 
GeneralRe: Will SP5 work ? Pin
Ritu Kwatra1-Dec-04 23:43
Ritu Kwatra1-Dec-04 23:43 
GeneralAbout Clipping algorithms Pin
Rassul Yunussov1-Dec-04 17:01
Rassul Yunussov1-Dec-04 17:01 
GeneralRe: About Clipping algorithms Pin
Ryan Binns1-Dec-04 17:05
Ryan Binns1-Dec-04 17:05 
GeneralRe: About Clipping algorithms Pin
Anonymous1-Dec-04 21:40
Anonymous1-Dec-04 21:40 
QuestionWhat is runtime Pin
Imtiaz Murtaza1-Dec-04 16:46
Imtiaz Murtaza1-Dec-04 16:46 
Friends,
In this era of .NET we frequntly hear the term Common Language Runtime. The term "runtime" was also heard before but not as frequently used these days.

My question is that What is Runtime? Consider the following C++ code:

#include <iostream>

void main(void)
{
std::cout << "Hello World";
}

The C++ compiler will generate the exe which contains the machine code of the above code. So why we need runtime ?

Imtiaz
AnswerRe: What is runtime Pin
Ritu Kwatra1-Dec-04 18:10
Ritu Kwatra1-Dec-04 18:10 
QuestionAll code samples here are safe? Pin
nne-vitamin1-Dec-04 16:28
nne-vitamin1-Dec-04 16:28 
AnswerRe: All code samples here are safe? Pin
Ryan Binns1-Dec-04 17:09
Ryan Binns1-Dec-04 17:09 
GeneralForce a minimum size for an ActiveX control Pin
Ian Bowler1-Dec-04 15:16
Ian Bowler1-Dec-04 15:16 
Generalmultiplicative inverse in finite field Pin
Tiza1-Dec-04 15:16
Tiza1-Dec-04 15:16 
GeneralCreateDirectory w/ permissions Pin
Anonymous1-Dec-04 12:12
Anonymous1-Dec-04 12:12 
GeneralRe: CreateDirectory w/ permissions Pin
Graham Bradshaw1-Dec-04 13:40
Graham Bradshaw1-Dec-04 13:40 
GeneralRe: CreateDirectory w/ permissions Pin
Ravi Bhavnani2-Dec-04 0:15
professionalRavi Bhavnani2-Dec-04 0:15 
GeneralSet tab order of controls in VC++ 7 Pin
Aaron Schaefer1-Dec-04 11:51
Aaron Schaefer1-Dec-04 11:51 
GeneralRe: Set tab order of controls in VC++ 7 Pin
Wes Aday1-Dec-04 13:01
professionalWes Aday1-Dec-04 13:01 
GeneralActiveX question, please help. Pin
Anonymous1-Dec-04 11:38
Anonymous1-Dec-04 11:38 
GeneralRe: ActiveX question, please help. Pin
bryce1-Dec-04 11:48
bryce1-Dec-04 11:48 
GeneralRe: ActiveX question, please help. Pin
Anonymous1-Dec-04 11:54
Anonymous1-Dec-04 11:54 
GeneralRe: ActiveX question, please help. Pin
bryce1-Dec-04 12:00
bryce1-Dec-04 12:00 
GeneralRe: ActiveX question, please help. Pin
Anonymous1-Dec-04 12:41
Anonymous1-Dec-04 12:41 
GeneralRe: ActiveX question, please help. Pin
Anonymous1-Dec-04 13:04
Anonymous1-Dec-04 13:04 
GeneralRe: ActiveX question, please help. Pin
Wes Aday1-Dec-04 13:05
professionalWes Aday1-Dec-04 13:05 

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.