© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
C#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# banner
C#Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871Members
Resources
Recent Announcements

Similar Threads

Was this page helpful?

Similar Threads

Is there a way to ensure a function can't modify a parameter?
C#CC# / help
3y ago
Composing a validation function using functional concepts
C#CC# / help
4y ago
Is there an issue with C# Winforms image resizing function?
C#CC# / help
10mo ago
why is there "string[] args" inside the main function parentheses?
C#CC# / help
2y ago