Beginners - March 2023 (Page 2)

SOCK_RAW or SOCK_STREAM when sending embedded \0x00?
 
Until now, I, I used a SOCK_STREAM for reading and writing to a serverscocket. I used this code for creating the socket: BasexSocket& BasexSocket::CreateSocke...
[17 replies] Last: all these functions are related to a (1) specific index that is known... (by seeplus)
How to eliminate some items in a for loop
 
The code below will output 1.1, 1.2, 1.3, 1.4, 1.5, 2.1, 2.2, 2.3, 2.4, 2.5, 3.1, 3.2, 3.3, 3.4, 3.5, 4.1, 4.2, 4.3, 4.4, 4.5, 5.1, 5.2, 5.3, 5.4, 5.5, ...
[7 replies] Last: @anup30, the point of the exercise was to deal with dueling for loops. (by George P)
March 2023 Pages: 12
  Archived months: [feb2023] [apr2023]

This is an archived page. To post a new message, go to the current page.