Im a beginner at C++ and i want to use dynamic memory allocation technique instead of static (as in array) for example i want to make 1D array int a[100]; how should i do the same with pointer ? what basically im confused about is that , i have looked over some tutorial on internet and they did it like Im a beginner at C++ and i want to use dynamic