by AlexCantor
Compile Errors of Substring Sort Program
|
|
[6 replies] Last: As a first refactor (keeping char* instead of using std::string), poss... (by seeplus)
|
by AlexCantor
C++ Design Pattern
|
|
[2 replies] Last: Thank you AbstractionAnon. Fixed the import & exports correctly. And t... (by AlexCantor)
|
by PhysicsIsFun
Help me with my first OO project
|
|
[7 replies] Last: A suggestion when dealing with a lot of code (a lot is a relative term... (by deleted account xyzzy)
|
by klebermo
Unable to access elements of vector<vector<?>>
|
|
[10 replies] Last: [quote=LtL]Every time you found some unexpected errors or sth., give y... (by Peter87)
|
by klebermo
compiler warning about class with no virtual constructor when there is one
|
|
[17 replies] Last: [see reply to https://cplusplus.com/forum/beginner/285133/ ] (by seeplus)
|
by klebermo
Code compiles without errors or warnings, but execution gives segmentation fault error in some cases
|
|
[10 replies] Last: With this suggested code, I still got the same error, but now with th... (by seeplus)
|
by jzilliam
std::bad_alloc for merge sort
|
|
[2 replies] Last: I've been dealing with this error for quite sometime and cannot figur... (by seeplus)
|
by raefnal
discrete distribution
|
|
[8 replies] Last: Yeah, std::random_device was broken in some old versions of MinGW. Yo... (by Peter87)
|
by Jonathan100
unknown type name error in Vitis
|
|
[11 replies] Last: Thanks guys appreciate 🙏 (by Jonathan100)
|
by bkelly13
First use of template for array type
|
|
[4 replies] Last: I don't know how the VS debugger works but perhaps you where stepping ... (by Peter87)
|
by AlexCantor
Need help in fixing include .h file
|
|
[5 replies] Last: Is GCC version you have used 12.2 released on Aug 19, 2022 ? No. It'... (by Peter87)
|
by bkelly13
Supply a vector input with uint8_t array
|
|
[3 replies] Last: I did not know that I wanted a vector of vectors, but that does work. ... (by bkelly13)
|
by klebermo
class atributes being corrupted after initialization of object
|
|
[9 replies] Last: As a first refactor, consider (NOT tried): #include <algorithm> #in... (by seeplus)
|
by JamieAl
C++ vs MATLAB for loops syntax
|
|
[8 replies] Last: ouch, twice I have looked at that and took it to be some C extension i... (by jonnin)
|
by vanitution
Getting weird output when trying to pull info from file and then display it on screen
|
|
[3 replies] Last: You haven't provided a sample file input so I can't easily test, but c... (by seeplus)
|
by BigNibs
isdigit not working with map
|
|
[9 replies] Last: It's often useful to have a function that displays a prompt and obtain... (by seeplus)
|