Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript |
c++ - unsigned char
Is it possible/feasible to recompile the RunTime C lib to actually/totally have the char type as unsigned ? (Yes I am in Europe, US-ASCII is not enough, I need 0.255 as char range...) In my progs, it is no problem, but the C lib is another thing, and I need to use it. Jean-Pierre Dumas Jan 27 2002
Hmmm, I lived in Europe for quite a while and it was never a problem... Jan "Jean-Pierre H. Dumas" wrote:Is it possible/feasible to recompile the RunTime C lib to actually/totally have the char type as unsigned ? (Yes I am in Europe, US-ASCII is not enough, I need 0.255 as char range...) In my progs, it is no problem, but the C lib is another thing, and I need to use it. Jean-Pierre Dumas Jan 27 2002
"Jean-Pierre H. Dumas" <dumas.jeanpierre free.fr> wrote in message news:1103_1012144228 jeanpierre...Is it possible/feasible to recompile the RunTime C lib to actually/totally have the char type as unsigned ? Jan 27 2002
|