13 questions
std::vector<int &> hello;If you try to save references of int together error C2528: 'pointer' : pointer to reference is illegalAn error appears.I'm not good at using a pointer, so I'm going ...
When you know the minimum and maximum values, you want to store all the integers in between in an array, including these.#include <iostream>#include <vector>int main() { std::vector<int...
I wanted to use a queue with a Problem structure variable as a type, so I declared a variable, but there was an error, so I'm uploading a question.For example, if you have a structureProblem{};I want ...
« | - 2 - |
© 2024 OneMinuteCode. All rights reserved.