Since 4/2/2012 6:09:36 AM, juanitofoo has written 2 articles and participated in 3 conversations. juanitofoo signature: juanitofoo
juanitofoo's articles:
Items(2) /1
Java performance when reading files7103 (1/2/2006 11:18:40 AM) comp.unix.solaris Hi, I'm not sure if this is the rigth group for posting this question; if so, please tell if there is another mailing list or group that suits to the subject. We are suffering severe performance issues when ac... juanitofoo
gcc 4 signed vs unsigned char1832 (7/26/2005 10:01:57 AM) comp.lang.c Hello, I've just switched to gcc 4 and I came across a bunch of warnings that I can't fix. Example: #include int main() { signed char *p = "Hola"; return 0; } If I compile that file, I get: kk.c: I... juanitofoo
juanitofoo's replies:
Items(1) /1
gcc 4 signed vs unsigned char1832 (7/26/2005 10:01:57 AM) comp.lang.c Hello, I've just switched to gcc 4 and I came across a bunch of warnings that I can't fix. Example: #include int main() { signed char *p = "Hola"; return 0; } If I compile that file, I get: kk.c: I... juanitofoo(5)