Changeset 1049 for code/branches/core2/src/orxonox/objects
- Timestamp:
- Apr 14, 2008, 12:48:25 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core2/src/orxonox/objects/test3.cc
r1033 r1049 84 84 std::cout << "vector<int>: " << i << ": " << this->vector_int_[i] << std::endl; 85 85 for (unsigned int i = 0; i < this->vector_string_.size(); i++) 86 std::cout << "vector<string>: " << i << ": " << this->vector_string_[i]<< std::endl;86 std::cout << "vector<string>: " << i << ":>" << this->vector_string_[i] << "<" << std::endl; 87 87 for (unsigned int i = 0; i < this->vector_vector3_.size(); i++) 88 88 std::cout << "vector<vector3>: " << i << ": " << this->vector_vector3_[i] << std::endl;
Note: See TracChangeset
for help on using the changeset viewer.