I am ever so sorry !!!
-
Stupid me toughts!? If I write it in swedish. Only people who understand it should answer. (since I am looking for some swedish guy who could help me writing a small program) Its a good job ! But it has to be able to handle the (ÅÄÖ) these are swedish letters and the program must sort it the right way. And the fact that I´m much better explaining in swedish than in english (as you can see here *LOL*) so sorry guys. If I affended you in any whay... after all there is a lot of stuff here that I don´t understand... tommy :(
-
Stupid me toughts!? If I write it in swedish. Only people who understand it should answer. (since I am looking for some swedish guy who could help me writing a small program) Its a good job ! But it has to be able to handle the (ÅÄÖ) these are swedish letters and the program must sort it the right way. And the fact that I´m much better explaining in swedish than in english (as you can see here *LOL*) so sorry guys. If I affended you in any whay... after all there is a lot of stuff here that I don´t understand... tommy :(
go4it wrote: Stupid me toughts!? If I write it in swedish. Gosh, I thought it was some sort of riddle :-( Don't be sad we all make mistakes and most of us here realise that sweeds are vegitables in English. :-) Regardz Colin J Davies
Sonork ID 100.9197:Colin
If you can't dazzle them with your brilliance, baffle 'em with your bullsh*t P J Arends 0 = ( ( x^2 - (x-1)^2 ) + (x-1)^2) * ( (x-1)^2 + ( x^2 - (x-1)^2 ) ) - x^4 x != 0 0 = sqrt( x^2 - (x-1)^2 ) - 5
-
Stupid me toughts!? If I write it in swedish. Only people who understand it should answer. (since I am looking for some swedish guy who could help me writing a small program) Its a good job ! But it has to be able to handle the (ÅÄÖ) these are swedish letters and the program must sort it the right way. And the fact that I´m much better explaining in swedish than in english (as you can see here *LOL*) so sorry guys. If I affended you in any whay... after all there is a lot of stuff here that I don´t understand... tommy :(
We should all be sorry instead for all the damn *wrong* answers we gave. Hope you took those easy. Happy CPing. // Fazlul
Get RadVC today! Play RAD in VC++ http://www.capitolsoft.com
-
Stupid me toughts!? If I write it in swedish. Only people who understand it should answer. (since I am looking for some swedish guy who could help me writing a small program) Its a good job ! But it has to be able to handle the (ÅÄÖ) these are swedish letters and the program must sort it the right way. And the fact that I´m much better explaining in swedish than in english (as you can see here *LOL*) so sorry guys. If I affended you in any whay... after all there is a lot of stuff here that I don´t understand... tommy :(
Sounds like a perfectly reasonable request... I don't know if there are any other Swedish members here, so you may be out of luck there. But you manage to convey your thoughts clearly enough. You're looking for a way to sort text correctly in your native language, right? I believe that if you code the sorting program using wide-character functions, and feed it with text in Unicode format, the sort order will come out correctly. The two-byte Unicode formatting is supposed to accomodate all languages and alphabets, so I assume it is organized in proper alphabetical order for each. I haven't done any internationalized programs, so I don't know how well the tools perform, but I know that the Windows API includes wide character forms of all character functions. You may have to resort to programming using these functions, rather than using MFC or other libraries.