funny string to wchar_t conversionGreat, thanks a lot. For now I will try the Dishes solution and if I will ever need other character...
Release ErrorIt is pure magic for me how run time allocation works and why running MessageBox will prevent progra...
funny string to wchar_t conversionThank you guys for answers. 2Dish: [quote]If you don't care about surrogate pairs...[/quote] I don...
Get Count Of An OccurenceWhat about this? [code] for(i=0; i < length-3; i++) { if( data[i] == 'f' && data[i+1] == 'i' && ...
Release ErrorThose 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