Skip to content

example: add ManyImages sample#32

Merged
hermet merged 1 commit into
mainfrom
hermet/manyimages
Mar 31, 2026
Merged

example: add ManyImages sample#32
hermet merged 1 commit into
mainfrom
hermet/manyimages

added ManyImages

f82dee4
Select commit
Loading
Failed to load commit list.
codefactor.io / CodeFactor failed Mar 31, 2026 in 1s

6 issues found.

Annotations

Check notice on line 53 in src/ManyImages.cpp

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/ManyImages.cpp#L53

Consider using rand_r(...) instead of rand(...) for improved thread safety. (runtime/threadsafe_fn)

Check notice on line 41 in src/ManyImages.cpp

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/ManyImages.cpp#L41

Consider using rand_r(...) instead of rand(...) for improved thread safety. (runtime/threadsafe_fn)

Check notice on line 54 in src/ManyImages.cpp

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/ManyImages.cpp#L54

Consider using rand_r(...) instead of rand(...) for improved thread safety. (runtime/threadsafe_fn)

Check notice on line 52 in src/ManyImages.cpp

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/ManyImages.cpp#L52

Consider using rand_r(...) instead of rand(...) for improved thread safety. (runtime/threadsafe_fn)

Check notice on line 40 in src/ManyImages.cpp

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/ManyImages.cpp#L40

Consider using rand_r(...) instead of rand(...) for improved thread safety. (runtime/threadsafe_fn)

Check notice on line 42 in src/ManyImages.cpp

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/ManyImages.cpp#L42

Consider using rand_r(...) instead of rand(...) for improved thread safety. (runtime/threadsafe_fn)