• C++ std::vector minimum capacity
    Hello! I have recently noticed that when you have a non empty std::vector it has a minimum capacity of 32 elements. No matter how big the elements are. So I was wondering if this can be set to a...
  • Std::vector C++ in Keil
    Is std::vector C++ library not supported in Keil or what? When I debug the program, it just doesn't execute the function that manipulates std::vector and returns a vector
  • Std::vector C++ in Keil
    Is std::vector C++ library not supported in Keil or what? When I debug the program, it just doesn't execute the function that manipulates std::vector and returns a vector
  • C++ std::vector minimum capacity
    Hello! I have recently noticed that when you have a non empty std::vector it has a minimum capacity of 32 elements. No matter how big the elements are. So I was wondering if this can be set to a...
  • MAP not finding dynamic library that DDT does find
    Hi, I have been using the DDT remote client for a while on a linux cluster with no issues and now I am trying to use MAP on the same program. With all the same settings, MAP does not find a dynamic...