General C++ Programming - November 2025

Declaring an initializer class list with classes that are circular dependent
 
I've really tried to make this work without using pointers. I want to create a shared class where two classes "see" each other and share this object. I want...
[4 replies] Last: Yes, if a class contains a reference to something else as a data membe... (by Ganado)
sorting an integer array
 
hello everyone, im new here trying to learn c++, i wrote a code to sort array but the out put always be like this [10, 1, 2, 3, 4, 5, 6, 7, 8, 9] i can't move 1...
[14 replies] Last: I use VS 2022 (not code). If you're getting an error with std::size t... (by seeplus)
  Archived months: [oct2025]

This is an archived page. To post a new message, go to the current page.