Click here to Skip to main content
15,868,016 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: strpbrk() in Microsoft's VCLib is *slow* Pin
honey the codewitch29-Jan-21 12:26
mvahoney the codewitch29-Jan-21 12:26 
GeneralRe: strpbrk() in Microsoft's VCLib is *slow* Pin
k505429-Jan-21 6:06
mvek505429-Jan-21 6:06 
GeneralRe: strpbrk() in Microsoft's VCLib is *slow* Pin
honey the codewitch29-Jan-21 6:30
mvahoney the codewitch29-Jan-21 6:30 
GeneralRe: strpbrk() in Microsoft's VCLib is *slow* Pin
k505429-Jan-21 6:46
mvek505429-Jan-21 6:46 
GeneralRe: strpbrk() in Microsoft's VCLib is *slow* Pin
honey the codewitch29-Jan-21 6:59
mvahoney the codewitch29-Jan-21 6:59 
GeneralRe: strpbrk() in Microsoft's VCLib is *slow* Pin
Stuart Dootson29-Jan-21 6:49
professionalStuart Dootson29-Jan-21 6:49 
GeneralRe: strpbrk() in Microsoft's VCLib is *slow* Pin
Sander Rossel29-Jan-21 9:24
professionalSander Rossel29-Jan-21 9:24 
GeneralRe: strpbrk() in Microsoft's VCLib is *slow* Pin
honey the codewitch29-Jan-21 9:42
mvahoney the codewitch29-Jan-21 9:42 
const char * strpbrk ( const char * str1, const char * str2 );
char * strpbrk ( char * str1, const char * str2 );
Locate characters in string
Returns a pointer to the first occurrence in str1 of any of the characters that are part of str2, or a null pointer if there are no matches.

The search does not include the terminating null-characters of either strings, but ends there.

"string pointer break" seems closest. The person that named it was probably drunk at the time.
Real programmers use butterflies

GeneralRe: strpbrk() in Microsoft's VCLib is *slow* Pin
Sander Rossel29-Jan-21 11:19
professionalSander Rossel29-Jan-21 11:19 
GeneralRe: strpbrk() in Microsoft's VCLib is *slow* Pin
honey the codewitch29-Jan-21 11:30
mvahoney the codewitch29-Jan-21 11:30 
GeneralRe: strpbrk() in Microsoft's VCLib is *slow* Pin
k505429-Jan-21 10:15
mvek505429-Jan-21 10:15 
GeneralRe: strpbrk() in Microsoft's VCLib is *slow* Pin
Sander Rossel29-Jan-21 11:19
professionalSander Rossel29-Jan-21 11:19 
GeneralRe: strpbrk() in Microsoft's VCLib is *slow* Pin
k505430-Jan-21 3:50
mvek505430-Jan-21 3:50 
GeneralRe: strpbrk() in Microsoft's VCLib is *slow* Pin
trønderen29-Jan-21 12:30
trønderen29-Jan-21 12:30 
GeneralRe: strpbrk() in Microsoft's VCLib is *slow* Pin
honey the codewitch29-Jan-21 13:38
mvahoney the codewitch29-Jan-21 13:38 
RantMicrosoft's Clownish Developer Prompt Pin
honey the codewitch29-Jan-21 1:17
mvahoney the codewitch29-Jan-21 1:17 
GeneralRe: Microsoft's Clownish Developer Prompt Pin
OriginalGriff29-Jan-21 1:20
mveOriginalGriff29-Jan-21 1:20 
GeneralRe: Microsoft's Clownish Developer Prompt Pin
honey the codewitch29-Jan-21 1:35
mvahoney the codewitch29-Jan-21 1:35 
GeneralRe: Microsoft's Clownish Developer Prompt Pin
Randor 29-Jan-21 1:50
professional Randor 29-Jan-21 1:50 
GeneralRe: Microsoft's Clownish Developer Prompt Pin
honey the codewitch29-Jan-21 2:18
mvahoney the codewitch29-Jan-21 2:18 
GeneralRe: Microsoft's Clownish Developer Prompt Pin
Randor 29-Jan-21 2:27
professional Randor 29-Jan-21 2:27 
GeneralRe: Microsoft's Clownish Developer Prompt Pin
honey the codewitch29-Jan-21 2:38
mvahoney the codewitch29-Jan-21 2:38 
GeneralRe: Microsoft's Clownish Developer Prompt Pin
Randor 29-Jan-21 2:51
professional Randor 29-Jan-21 2:51 
GeneralRe: Microsoft's Clownish Developer Prompt Pin
honey the codewitch29-Jan-21 3:01
mvahoney the codewitch29-Jan-21 3:01 
GeneralRe: Microsoft's Clownish Developer Prompt Pin
Randor 29-Jan-21 3:25
professional Randor 29-Jan-21 3:25 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.