by kigar64551
Any experts on Git sub-modules here? [Lounge]
|
|
[5 replies] Last: But the repository does not have a .gitmodules file. And that might b... (by malibor)
|
by shekharsahoo
Need Help to find the error [General C++ Programming]
|
|
[3 replies] Last: Now I understand, the problem. Yes thanks to both of you for the clari... (by shekharsahoo)
|
by Ch1156
SFML Help (Math calculation help) (1,2) [Beginners]
|
|
[25 replies] Last: [quote=Ch1156]im gonna start much smaller first Good idea.
[quote=Ch... (by Peter87)
|
by JUANDENT
where can I find trim() in std C++? [General C++ Programming]
|
|
[4 replies] Last: Using ranges, then possibly something like this which will trim white-... (by seeplus)
|
by JUANDENT
is this object dangling? [General C++ Programming]
|
|
[1 reply] : it's OK and it is destroyed when assert returns. (by malibor)
|
by LukeProducts
Neuronal Network not working properly.. [General C++ Programming]
|
|
[4 replies] Last: You implementation is missing a "Neuron" class, "Layer" class, "Synaps... (by malibor)
|
by JUANDENT
parsing a formatted string [General C++ Programming]
|
|
[5 replies] Last: There is sscanf() which works with null-terminated strings. See (3) of... (by seeplus)
|
by JUANDENT
how can a function name be an lvalue? [General C++ Programming]
|
|
[8 replies] Last: [quote=seeplus]In my mind (and the language lawyers will probably squa... (by Peter87)
|
by seeker62
; missing before cout [Beginners]
|
|
[7 replies] Last: If you don't already know of it, have a look at: https://www.learncpp.... (by seeplus)
|
by nvthielen
new window form a Win32 API in the program [Beginners]
|
|
[3 replies] Last: hInstance2 is defined on L4 and is un-initialised. This is used on L7 ... (by seeplus)
|