© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Search
Star
Feedback
Setup for Free
C
C#
•
2mo ago
•
1 reply
zacoons
Is there a memset function?
other
Is there a function like
memset
memset
in C
/C
+
+
, or does
for (..) { arr[i] = 12; }
for (..) { arr[i] = 12; }
get optimized at compile time
?
C#
Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Recent Announcements
Similar Threads
Was this page helpful?
Yes
No
Similar Threads
Is there a way to ensure a function can't modify a parameter?
C
C# / help
3y ago
Composing a validation function using functional concepts
C
C# / help
4y ago
Is there an issue with C# Winforms image resizing function?
C
C# / help
10mo ago
why is there "string[] args" inside the main function parentheses?
C
C# / help
2y ago