by admin
Welcome -- read before posting!
|
|
[2 replies] Last: How To Answer Questions in a Helpful Way Be gentle. Problem-relat... (by admin)
|
by Zolaboony
Console Closing Down (1,2,3,4,5,6,7)
|
|
[120 replies] Last: It displayed "Hello world" after you pressed Enter. int c is a ... (by Duthomhas)
|
by newbieg
Span Vs Vector
|
|
[1 reply] : 1) A span isn't a replacement for a vector in general. A vector store... (by jonnin)
|
by rozick1
is this ok as a less than operator for a map?
|
|
[3 replies] Last: struct MyType { std::size_t layerPos = 0 ; std::size_t posInL... (by JLBorges)
|
by Bengbers
Reading unkown number of bytes from a non-blocking socket
|
|
[19 replies] Last: @kbw With copy-paste I was able to fit the custom readSocket function ... (by Bengbers)
|
by elon dusk
keep getting error
|
|
[12 replies] Last: > violating a suggested guideline It is a rule; not a mere guideline ... (by JLBorges)
|
by Ch1156
Should smart pointers be preferred over new and delete keywords?
|
|
[2 replies] Last: At least do the basics. An hour or two of your time will help a lot w... (by jonnin)
|
by Mif
length of the array of pointers, using strlen in C
|
|
[16 replies] Last: Sure, but strlen expresses intent better. (by Ganado)
|
by anup30
print the content of your program's source file to console, without user inputting the file name or giving it in source.
|
|
[11 replies] Last: If it had ^^ instead of ^^^ teeth I would a vampire but I hope JLBorge... (by malibor)
|
by Dakiller
Why is cin not working after loop?
|
|
[3 replies] Last: Thanks seeplus for the help with this! I really like the idea of using... (by Dakiller)
|
by Peter87
Be careful when storing the result of std::clamp as a reference
|
|
[12 replies] Last: Some structs are PODs. (by Peter87)
|
by Jonathan100
Stack frame error
|
|
[15 replies] Last: Hi folks. I have an update about the issue. in sitalDevice_Initialize... (by Jonathan100)
|
by ElusiveTau
Was std::set suppose to model mathematical sets?
|
|
[5 replies] Last: It depends on your perspective, I suppose. in short to the above, no... (by jonnin)
|
by mathman54
Looking for guidance on writing desktop apps
|
|
[11 replies] Last: > I also do not have a problem with learning C# and .net. >> I would ... (by JLBorges)
|
by bydrachen
Finding Vector(includes objects) Element's Index by Element
|
|
[2 replies] Last: Perhaps this: #include <vector> #include <algorithm> #include <iost... (by seeplus)
|
by Shervan360
Size of Union and Struct
|
|
[14 replies] Last: Worth noting that standard C++ has alignas for controlling alignment... (by mbozzi)
|
by PhysicsIsFun
Inheritance and virtual functions
|
|
[9 replies] Last: Thank you guys! (by PhysicsIsFun)
|
by robjs111
Returning wrong value
|
|
[8 replies] Last: For typical values, std::ptrdiff_t can be used as signed std::size_... (by JLBorges)
|
by Ch1156
How to output a map from a class with operator overloading (1,2,3,4)
|
|
[77 replies] Last: Yow, that there is one mouthful. (by George P)
|
by Shervan360
How Can I Initialize this Dynamic array?
|
|
[3 replies] Last: If you are wanting to have a dynamic array why bother with pointers, e... (by George P)
|