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

C / C++ / MFC

 
GeneralRe: Using fstream with USB Serial Port Pin
Jochen Arndt14-Jul-18 13:49
professionalJochen Arndt14-Jul-18 13:49 
QuestionWhich do I use ide for learn c ++ Pin
Onur Çil6-Jul-18 3:33
Onur Çil6-Jul-18 3:33 
AnswerRe: Which do I use ide for learn c ++ Pin
Richard MacCutchan6-Jul-18 3:54
mveRichard MacCutchan6-Jul-18 3:54 
AnswerRe: Which do I use ide for learn c ++ Pin
CPallini7-Jul-18 12:06
mveCPallini7-Jul-18 12:06 
GeneralRe: Which do I use ide for learn c ++ Pin
Daniel Pfeffer8-Jul-18 2:49
professionalDaniel Pfeffer8-Jul-18 2:49 
GeneralRe: Which do I use ide for learn c ++ Pin
CPallini8-Jul-18 21:56
mveCPallini8-Jul-18 21:56 
Questionfree pointer to pointer Pin
Diprom3-Jul-18 5:10
Diprom3-Jul-18 5:10 
AnswerRe: free pointer to pointer Pin
Richard MacCutchan3-Jul-18 5:23
mveRichard MacCutchan3-Jul-18 5:23 
You have to set it explicitly, there is no garbage collector or reference counts in C. The two pointers have no connection, so when you free x, pointer p still points to the original block of memory. You must be very careful to manage dynamic memory properly in C, and even in C++.
AnswerRe: free pointer to pointer Pin
CPallini3-Jul-18 11:25
mveCPallini3-Jul-18 11:25 
GeneralRe: free pointer to pointer Pin
Richard MacCutchan3-Jul-18 22:38
mveRichard MacCutchan3-Jul-18 22:38 
GeneralRe: free pointer to pointer Pin
CPallini3-Jul-18 22:41
mveCPallini3-Jul-18 22:41 
GeneralRe: free pointer to pointer Pin
Richard MacCutchan3-Jul-18 22:53
mveRichard MacCutchan3-Jul-18 22:53 
JokeRe: free pointer to pointer Pin
CPallini3-Jul-18 23:00
mveCPallini3-Jul-18 23:00 
GeneralRe: free pointer to pointer Pin
Richard MacCutchan3-Jul-18 23:11
mveRichard MacCutchan3-Jul-18 23:11 
GeneralRe: free pointer to pointer Pin
CPallini3-Jul-18 23:24
mveCPallini3-Jul-18 23:24 
QuestionModifying dll source code for Notepad++ compare plugin Pin
Member 133232572-Jul-18 10:35
Member 133232572-Jul-18 10:35 
AnswerRe: Modifying dll source code for Notepad++ compare plugin Pin
Richard MacCutchan2-Jul-18 22:03
mveRichard MacCutchan2-Jul-18 22:03 
QuestionCustome title bar Pin
john563228-Jun-18 19:44
john563228-Jun-18 19:44 
AnswerRe: Custome title bar Pin
Richard MacCutchan28-Jun-18 21:52
mveRichard MacCutchan28-Jun-18 21:52 
AnswerRe: Custome title bar Pin
Victor Nijegorodov29-Jun-18 2:31
Victor Nijegorodov29-Jun-18 2:31 
AnswerRe: Custome title bar Pin
«_Superman_»1-Jul-18 19:16
professional«_Superman_»1-Jul-18 19:16 
QuestionC++ and Artificial Intelligence Pin
Miles UE28-Jun-18 12:55
Miles UE28-Jun-18 12:55 
AnswerRe: C++ and Artificial Intelligence Pin
Manish K. Agarwal28-Jun-18 22:56
Manish K. Agarwal28-Jun-18 22:56 
GeneralRe: C++ and Artificial Intelligence Pin
_Flaviu28-Jun-18 23:06
_Flaviu28-Jun-18 23:06 
AnswerRe: C++ and Artificial Intelligence Pin
Daniel Pfeffer3-Jul-18 0:21
professionalDaniel Pfeffer3-Jul-18 0:21 

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.