Can you use functions like sprintf in c#
C#
4
Posts
3
Posters
0
Views
1
Watching
-
Can you use functions like sprintf in c#?? If so, what namespace would you need to use them?? Because you can't do #include Or can you???!!!!????
-
Can you use functions like sprintf in c#?? If so, what namespace would you need to use them?? Because you can't do #include Or can you???!!!!????
-
Can you use functions like sprintf in c#?? If so, what namespace would you need to use them?? Because you can't do #include Or can you???!!!!????
-
There is a nice section in the C Runtime Lib docs on MSDN that shows you exactly how the functions maps. Sorry no link. leppie::AllocCPArticle("Zee blog");
Thanks