Click here to Skip to main content
16,016,192 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionMmm n00b question about File I/O Pin
Anthony Mushrow31-Oct-06 5:19
professionalAnthony Mushrow31-Oct-06 5:19 
AnswerRe: Mmm n00b question about File I/O Pin
David Crow31-Oct-06 5:23
David Crow31-Oct-06 5:23 
GeneralRe: Mmm n00b question about File I/O Pin
Anthony Mushrow31-Oct-06 6:31
professionalAnthony Mushrow31-Oct-06 6:31 
AnswerRe: Mmm n00b question about File I/O Pin
toxcct31-Oct-06 5:25
toxcct31-Oct-06 5:25 
QuestionHelp!(something about the pointer) Pin
wanlim081731-Oct-06 5:18
wanlim081731-Oct-06 5:18 
AnswerRe: Help!(something about the pointer) Pin
Anthony Mushrow31-Oct-06 5:22
professionalAnthony Mushrow31-Oct-06 5:22 
AnswerRe: Help!(something about the pointer) [modified] Pin
toxcct31-Oct-06 5:33
toxcct31-Oct-06 5:33 
AnswerRe: Help!(something about the pointer) Pin
David Crow31-Oct-06 5:36
David Crow31-Oct-06 5:36 
wanlim0817 wrote:
...Is there some differences between the int* type and cahr* type?


Of course. One points to an int and the other points to a char.

wanlim0817 wrote:
And why there are some garbage gets when I use "cout<<cp"!< blockquote="">

Did you look to see what << operator was being called?

cout << (const void *) cp;



"Approved Workmen Are Not Ashamed" - 2 Timothy 2:15

"Judge not by the eye but by the heart." - Native American Proverb


Generalconst or not ? Pin
toxcct31-Oct-06 5:41
toxcct31-Oct-06 5:41 
GeneralRe: const or not ? Pin
David Crow31-Oct-06 5:57
David Crow31-Oct-06 5:57 
GeneralRe: const or not ? Pin
toxcct31-Oct-06 5:59
toxcct31-Oct-06 5:59 
QuestionNMAKE error Pin
mmhu31-Oct-06 5:15
mmhu31-Oct-06 5:15 
QuestionRe: NMAKE error Pin
David Crow31-Oct-06 5:40
David Crow31-Oct-06 5:40 
QuestionGet and set file date and time Pin
Wim Engberts31-Oct-06 5:15
Wim Engberts31-Oct-06 5:15 
QuestionRe: Get and set file date and time Pin
David Crow31-Oct-06 5:25
David Crow31-Oct-06 5:25 
AnswerRe: Get and set file date and time Pin
Wim Engberts31-Oct-06 5:27
Wim Engberts31-Oct-06 5:27 
QuestionCan I add a menu item to the popup menu of any CEdit? Pin
ThatsAlok31-Oct-06 4:31
ThatsAlok31-Oct-06 4:31 
AnswerRe: Can I add a menu item to the popup menu of any CEdit? Pin
Hamid_RT31-Oct-06 4:50
Hamid_RT31-Oct-06 4:50 
GeneralRe: Can I add a menu item to the popup menu of any CEdit? Pin
ThatsAlok31-Oct-06 4:56
ThatsAlok31-Oct-06 4:56 
GeneralRe: Can I add a menu item to the popup menu of any CEdit? Pin
Hamid_RT31-Oct-06 5:15
Hamid_RT31-Oct-06 5:15 
GeneralRe: Can I add a menu item to the popup menu of any CEdit? Pin
ThatsAlok31-Oct-06 17:22
ThatsAlok31-Oct-06 17:22 
GeneralRe: Can I add a menu item to the popup menu of any CEdit? Pin
Hamid_RT31-Oct-06 18:15
Hamid_RT31-Oct-06 18:15 
AnswerRe: Can I add a menu item to the popup menu of any CEdit? Pin
James R. Twine31-Oct-06 5:03
James R. Twine31-Oct-06 5:03 
GeneralRe: Can I add a menu item to the popup menu of any CEdit? Pin
ThatsAlok31-Oct-06 5:09
ThatsAlok31-Oct-06 5:09 
QuestionCWinThread reading event messages [modified] Pin
edvintas31-Oct-06 4:07
edvintas31-Oct-06 4:07 

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.