Click here to Skip to main content
16,010,334 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to include files in a directory in VC 8.0? Pin
Viorel.9-Aug-06 1:59
Viorel.9-Aug-06 1:59 
AnswerRe: How to include files in a directory in VC 8.0? Pin
Vipin Aravind9-Aug-06 5:43
Vipin Aravind9-Aug-06 5:43 
Question.NET slow graphics? Pin
9ine9-Aug-06 0:49
9ine9-Aug-06 0:49 
QuestionMake buffer zero? Pin
Kiran Pinjala9-Aug-06 0:47
Kiran Pinjala9-Aug-06 0:47 
AnswerRe: Make buffer zero? Pin
Parthi_Appu9-Aug-06 0:50
Parthi_Appu9-Aug-06 0:50 
AnswerRe: Make buffer zero? Pin
Zac Howland9-Aug-06 4:30
Zac Howland9-Aug-06 4:30 
GeneralRe: Make buffer zero? Pin
Vipin Aravind9-Aug-06 5:45
Vipin Aravind9-Aug-06 5:45 
GeneralRe: Make buffer zero? Pin
Zac Howland9-Aug-06 6:03
Zac Howland9-Aug-06 6:03 
I was using it to illustrate the call. sizeof will work on items declared on the stack, but not the heap. So, code like char* pChar = new char[30]; cout << sizeof(pChar) << endl; will output 4 instead of 30.

If you decide to become a software engineer, you are signing up to have a 1/2" piece of silicon tell you exactly how stupid you really are for 8 hours a day, 5 days a week

Zac

Questionoperator new Pin
Sarath C9-Aug-06 0:19
Sarath C9-Aug-06 0:19 
AnswerRe: operator new Pin
Steen Krogsgaard9-Aug-06 0:44
Steen Krogsgaard9-Aug-06 0:44 
GeneralRe: operator new Pin
Sarath C9-Aug-06 1:52
Sarath C9-Aug-06 1:52 
GeneralRe: operator new Pin
Steen Krogsgaard9-Aug-06 3:10
Steen Krogsgaard9-Aug-06 3:10 
GeneralRe: operator new Pin
Sarath C9-Aug-06 3:55
Sarath C9-Aug-06 3:55 
GeneralRe: operator new Pin
Steen Krogsgaard9-Aug-06 4:07
Steen Krogsgaard9-Aug-06 4:07 
AnswerRe: operator new Pin
AbhishekBK9-Aug-06 1:45
AbhishekBK9-Aug-06 1:45 
AnswerRe: operator new Pin
Zac Howland9-Aug-06 4:40
Zac Howland9-Aug-06 4:40 
QuestionDoubt in VS2005 Pin
Member 30398439-Aug-06 0:18
Member 30398439-Aug-06 0:18 
AnswerRe: Doubt in VS2005 Pin
Kevin McFarlane9-Aug-06 0:34
Kevin McFarlane9-Aug-06 0:34 
AnswerRe: Doubt in VS2005 Pin
Hamid_RT9-Aug-06 2:36
Hamid_RT9-Aug-06 2:36 
QuestionMSVCR80.dll problem ....plz help Pin
sach!!9-Aug-06 0:08
sach!!9-Aug-06 0:08 
AnswerRe: MSVCR80.dll problem ....plz help [modified] Pin
AbhishekBK9-Aug-06 1:02
AbhishekBK9-Aug-06 1:02 
GeneralRe: MSVCR80.dll problem ....plz help Pin
sach!!9-Aug-06 1:13
sach!!9-Aug-06 1:13 
AnswerRe: MSVCR80.dll problem ....plz help Pin
Cedric Moonen9-Aug-06 1:18
Cedric Moonen9-Aug-06 1:18 
GeneralRe: MSVCR80.dll problem ....plz help Pin
AbhishekBK9-Aug-06 1:40
AbhishekBK9-Aug-06 1:40 
GeneralRe: MSVCR80.dll problem ....plz help Pin
sach!!9-Aug-06 3:22
sach!!9-Aug-06 3:22 

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.