What is wrong with this code
C / C++ / MFC
3
Posts
2
Posters
0
Views
1
Watching
-
Hi all, I created a template to convert any type, with defined "<<" to string. But it hanges under .NET after some hunderd executions. Can anybody see a problem in it? Thanks in advance, Boni #include template string tostring(T i) { stringstream _tmp; _tmp<
-
Hi all, I created a template to convert any type, with defined "<<" to string. But it hanges under .NET after some hunderd executions. Can anybody see a problem in it? Thanks in advance, Boni #include template string tostring(T i) { stringstream _tmp; _tmp<
-
dec means decimal, see stl ref