by fsonnichsen
passing via object vs passing via return
|
|
[12 replies] Last: OK. That makes sense. Thanks fritz (by fsonnichsen)
|
by tonic
c++ Source for select()
|
|
[8 replies] Last: If you want to learn network programming, using the sockets library is... (by kbw)
|
by anonomyss
Variable Diagrams
|
|
[1 reply] : Shouldn't it start with: L19 first ? second ? L21 first = 2 second ? ... (by seeplus)
|
by bkelly13
addition modulo 32
|
|
[7 replies] Last: > Using those makes the intent absolutely clear and does not change fo... (by JLBorges)
|
by impetus
assign four array items to one int
|
|
[6 replies] Last: I did it for combinations, to get all possible combinatios, excluding ... (by impetus)
|
by impetus
sorted array, exclude duplicates
|
|
[7 replies] Last: Oh! I finally found slight mistake on function entry, but statement f... (by impetus)
|
by Daniel Steel
Loops are causing mayhem in the code.
|
|
[4 replies] Last: The output is a bit "strange," courtesy of the (il)logic of the nested... (by deleted account xyzzy)
|
by rozick1
Interface to access elements without breaking encapsulation
|
|
[7 replies] Last: thanks everyone, very helpful (by rozick1)
|
by dob00000
Finding prime nodes in binary search tree
|
|
[4 replies] Last: finding primes and searching them would be a lot of searches (fast as ... (by jonnin)
|
by Geckoo
Buffer size using a parameter
|
|
[15 replies] Last: If buffer is going to be initialized after allocation, then from C++20... (by seeplus)
|
Report Card |
|
[17 replies] Last: Thanks all , you've all been helpful and I learned a lot (by blackpanther35)
|
by Cyclone
str_buf.length doesn't reach the end of my loop
|
|
[3 replies] Last: Thanks JLBorges and seeplus. @seeplus. Your suggestion makes sense an... (by Cyclone)
|
by Jonathan100
use memcpy for pcie burst
|
|
[1 reply] : this should be done using DMA, not memcpy. Memcpy will work, yes, but... (by jonnin)
|
by PhysicsIsFun
Estimate relative costs of two routines
|
|
[8 replies] Last: good. just note that its crude, as we said. The biggest thing is tha... (by jonnin)
|