@cyrstem wrote:
hi i been wondering if there is any difference between writing a vector like this :
std::vector<float> myPositions;
orvector<float> myPost
andstd::size_t i = 0; i < myPositions.size(); i++
orint i = 0 < myPositions.size(); i++
i wonder because i saw this recently in some examples and i wonder if there is any reason for doing it like this
Posts: 2
Participants: 2