User profile: bujon

User info
User name:bujon
History
Joined:
Number of posts:6
Latest posts:

funny string to wchar_t conversion
Great, thanks a lot. For now I will try the Dishes solution and if I will ever need other character...

Release Error
It is pure magic for me how run time allocation works and why running MessageBox will prevent progra...

funny string to wchar_t conversion
Thank you guys for answers. 2Dish: [quote]If you don't care about surrogate pairs...[/quote] I don...

Get Count Of An Occurence
What about this? [code] for(i=0; i < length-3; i++) { if( data[i] == 'f' && data[i+1] == 'i' && ...

Release Error
Those bad alloc errors can be pretty complicated. The problem can be in any other part of code with ...

This user does not accept Private Messages