| |
| |
| |
|
Page: 1 2 3 4
Comments:
<0> is a pointer something you declare? <1> don't use NULL. <0> right, pointers should be initialized to 0, not NULL, since NULL is compiler dependant
<2> so sould I initialise in in the ctor initlist? <1> init anywhere before you intend to use it <2> ok, thanks <1> ... preferably at declaration. <2> oh, didn't know I could do that <1> ... <2> meaning myCl**** m_pmcl*** = 0;? <1> yes.
<2> i wasn't aware you could intialise a cl*** member while declaring it <1> for a cl*** member? <2> yes <2> the ptr is a cl*** member <1> no, you can't <2> ok, i though so <1> so set it to 0 in the ctor <2> great, thanks again
Return to
#c++ or Go to some related
logs:
#india #worldchat #linux #photoshop #india #linux yutoob 5424 1808 #c++ #india
|
|