Forum: C++ Dec 18th, 2004 |
| Replies: 7 Views: 4,574 its a pointer no need to init the number of chars, saves a lot of work. |
Forum: C++ Sep 23rd, 2004 |
| Replies: 6 Views: 3,801 How do we create datatypes in C++. Eg. creating datatype called "myowndatatype" with sizeof(myowndatatype) = 3 |