Well, there are not really new at all. But still many beginners like me are totally unaware of them.
1. you can define an array with a variable length, e.g.
int i = 5; int a[i] = {0};
2. const is also a keyword in C.
Advertisement
Well, there are not really new at all. But still many beginners like me are totally unaware of them.
1. you can define an array with a variable length, e.g.
int i = 5; int a[i] = {0};
2. const is also a keyword in C.
March 25, 2010 at 7:48 pm |
all computer stuff~ complicated~