Posts by Teusz • 45 points
2 posts
-
3
votes3
answers8393
viewsQ: Zeroing position of a vector to ensure there is no dirt
How do I reset the position of an integer type vector, for example, to ensure that there is no "dirt" when allocating the position in memory in C++? Some language function or an algorithm.…
-
1
votes3
answers1740
viewsQ: Add a char to each iteration for c++
How I make for each loop of one to add a char to a word, eg: have the word "char" and inside a go to each loop I want a letter "h" to be added after the "h" of the "char" and in case it would look…