Click here to Skip to main content
15,925,868 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: reading a line from the text Pin
David Crow28-Mar-08 3:11
David Crow28-Mar-08 3:11 
General#include "math.h" vs #include <cmath> [modified]</cmath> Pin
rp_suman27-Mar-08 21:47
rp_suman27-Mar-08 21:47 
GeneralRe: #include "math.h" vs #include Pin
ThatsAlok27-Mar-08 21:52
ThatsAlok27-Mar-08 21:52 
GeneralRe: #include "math.h" vs #include Pin
BadKarma27-Mar-08 22:08
BadKarma27-Mar-08 22:08 
GeneralRe: #include "math.h" vs #include Pin
ThatsAlok27-Mar-08 23:31
ThatsAlok27-Mar-08 23:31 
GeneralRe: #include "math.h" vs #include "cmath" Pin
rp_suman27-Mar-08 22:44
rp_suman27-Mar-08 22:44 
GeneralRe: #include "math.h" vs #include "cmath" Pin
ThatsAlok27-Mar-08 23:00
ThatsAlok27-Mar-08 23:00 
GeneralRe: #include "math.h" vs #include Pin
Sgg24528-Mar-08 0:33
Sgg24528-Mar-08 0:33 
Hi,
#include "....." is to include the files which are in your current working directory. For eg. if you have created some file which needs to be included in another cpp / c file for using a function or any member the you can use this option.

if u have created a file a.cpp having some generalize function and you want to use this function in every other .cpp program then you can include this source code file in other source code using
#include "a.cpp"


#include <.....> is generally for dev/project Include folders which contains built-in .h files or any other files.
Smile | :)

Regards
SG (sgg245@yahoo.co.in)

Generalswap function of STL container Pin
George_George27-Mar-08 21:23
George_George27-Mar-08 21:23 
JokeRe: swap function of STL container Pin
Nibu babu thomas28-Mar-08 1:06
Nibu babu thomas28-Mar-08 1:06 
GeneralRe: swap function of STL container Pin
George_George28-Mar-08 3:59
George_George28-Mar-08 3:59 
Generalderived class Pin
George_George27-Mar-08 20:40
George_George27-Mar-08 20:40 
GeneralRe: derived class Pin
CPallini28-Mar-08 0:02
mveCPallini28-Mar-08 0:02 
GeneralRe: derived class Pin
George_George28-Mar-08 0:16
George_George28-Mar-08 0:16 
GeneralRe: derived class Pin
CPallini28-Mar-08 0:31
mveCPallini28-Mar-08 0:31 
GeneralRe: derived class Pin
George_George28-Mar-08 0:55
George_George28-Mar-08 0:55 
QuestionAbout ActiveX Controls Pin
savitri27-Mar-08 20:04
savitri27-Mar-08 20:04 
GeneralRe: About ActiveX Controls Pin
_AnsHUMAN_ 27-Mar-08 20:10
_AnsHUMAN_ 27-Mar-08 20:10 
RantRe: About ActiveX Controls Pin
Rajesh R Subramanian28-Mar-08 1:56
professionalRajesh R Subramanian28-Mar-08 1:56 
QuestionDCOM security issue Pin
tony_Udz27-Mar-08 17:50
tony_Udz27-Mar-08 17:50 
GeneralUsers have the same privilege should share same registry in VISTA. Pin
vicky0000027-Mar-08 17:48
vicky0000027-Mar-08 17:48 
GeneralRe: Users have the same privilege should share same registry in VISTA. Pin
Mathias S.29-Mar-08 3:58
Mathias S.29-Mar-08 3:58 
Questionis there a tool to monitor the io data translation? Pin
kcynic27-Mar-08 17:40
kcynic27-Mar-08 17:40 
Questionhow to change one BYTE in CString Pin
hanlei000000000927-Mar-08 16:49
hanlei000000000927-Mar-08 16:49 
AnswerRe: how to change one BYTE in CString Pin
Naveen27-Mar-08 17:02
Naveen27-Mar-08 17:02 

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.