by Bengbers
Reading unkown number of bytes from a non-blocking socket (1,2)
|
|
[20 replies] Last: You can pass in the timeout as a parameter. You should be able to modi... (by kbw)
|
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 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 deleted account xyzzy)
|
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 deleted account xyzzy)
|
by rozick1
can i declare an iterator outside of the container class?
|
|
[1 reply] : > I find the container class becomes somewhat cluttered > as the decl... (by JLBorges)
|
by StMick
Cannot access vector[0] index
|
|
[5 replies] Last: Consider (when v is sorted ascending): #include <vector> #include <... (by seeplus)
|
by Jonathan100
code unexplained behavior (1,2)
|
|
[23 replies] Last: [quote=Peter87]Well, we do see that there are sitalMaximum_DEVICES num... (by lastchance)
|