
please wait
by fsonnichsen
passing via object vs passing via return
|
|
Jun 5, 2022 at 12:26am
[12 replies] Last: OK. That makes sense. Thanks fritz (by fsonnichsen)
|
by tonic
c++ Source for select()
|
|
Jun 3, 2022 at 3:50pm
[8 replies] Last: If you want to learn network programming, using the sockets library is... (by kbw)
|
by anonomyss
Variable Diagrams
|
|
Jun 3, 2022 at 11:11am
[1 reply] : Shouldn't it start with: L19 first ? second ? L21 first = 2 second ? ... (by seeplus)
|
by bkelly13
addition modulo 32
|
|
Jun 3, 2022 at 5:31am
[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
|
|
Jun 2, 2022 at 5:50pm
[6 replies] Last: I did it for combinations, to get all possible combinatios, excluding ... (by impetus)
|
by impetus
sorted array, exclude duplicates
|
|
Jun 2, 2022 at 5:48pm
[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.
|
|
Jun 2, 2022 at 4:57pm
[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
|
|
Jun 2, 2022 at 2:30pm
[7 replies] Last: thanks everyone, very helpful (by rozick1)
|
by dob00000
Finding prime nodes in binary search tree
|
|
Jun 2, 2022 at 12:18pm
[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
|
|
Jun 2, 2022 at 11:06am
[15 replies] Last: If buffer is going to be initialized after allocation, then from C++20... (by seeplus)
|
Report Card |
|
Jun 2, 2022 at 10:57am
[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
|
|
Jun 2, 2022 at 12:40am
[3 replies] Last: Thanks JLBorges and seeplus. @seeplus. Your suggestion makes sense an... (by Cyclone)
|
by Jonathan100
use memcpy for pcie burst
|
|
Jun 1, 2022 at 5:35pm
[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
|
|
Jun 1, 2022 at 12:29am
[8 replies] Last: good. just note that its crude, as we said. The biggest thing is tha... (by jonnin)
|