Need to recompile a Java Applet as an Executable4744 (1/29/2010 7:53:01 AM) comp.lang.c I have a Java Applet which is quite slow. There are a few functions that are called by the Java Applet. I want those functions to be run as fast as possible. One Option is to use Native Support. Does an Appl... softtanks22(33)
Countdown "operator"35147 (1/30/2010 4:27:54 AM) comp.lang.c Let me preface this by saying that I strongly disapprove of it. :-)
I found it on a web page of Javascript hacks, here converted to C:
------------------------ 8
int main (void)
{
int i = 10;
... Beej
Issue with printing a string42141 (2/4/2010 2:50:12 AM) comp.lang.c
The last 2 printf & puts are not working - any fixes pls:
================================
char RandomChar()
{
return (char)((rand() % 78) + 30);
}
int main()
{
char str[81];
int i, ... FW3006(25)
A programming exercise20153 (2/5/2010 4:10:34 AM) comp.lang.c I have an idea for a program, yet I have not yet written and
tested it.
Here is an exercise that might be solved by this program:
Write a C program to read positive int numbers from a
... ram
Looking for external program invocations3331 (2/5/2010 11:08:02 PM) comp.lang.c I have some open source software packages that were written in C by a third party, they make use of external programs. For the purposes of security auditing, and for making appropriate fixes, I need to locate a... markhobley550(897)
A new contract for comp.lang.c1246 (2/6/2010 4:02:45 PM) comp.lang.c WHEREAS this newsgroup is almost useless for its intended purpose, AND NOTING that it is constantly subject to the scourge of bullying, WE PROPOSE THAT all posters follow these rules 1. Don't call other pe... spinoza1111(3250)
The C FAQ11954 (2/6/2010 9:10:14 PM) comp.lang.c This document shows its age. I remember complaining here some years ago about this MSDOS questions but they are still there: 19.17c How can I suppress the dreaded MS-DOS ``Abort, Retry, Ignore?'' message? 19... jacob(2538)
printf the values of a macro1641 (2/9/2010 11:54:01 PM) comp.lang.c I'm having a problem figuring out how to printf the value of BD_ADDR from this macro. What I'm tring to do is get it to display a Bluetooth Address in the format "BD_ADDR = xx:xx:xx:xx:xx:xx" Several people... idontuse1(6)
Transmitting/receiving binary content portably1642 (2/23/2010 12:19:53 AM) comp.lang.c Hi: I know the FAQ recommends using text where possible, but I've always been somewhat intrigued by the idea of writing/reading binary data in a portable way. Rob Pike published a paper about this and other t... clint.olsen(19)
C99 is widely used!3248 (2/24/2010 12:37:38 PM) comp.lang.c One of the most often "arguments" against C99 in this group is that "There is no embedded system support", etc. A typical message is this one of "gwowen": gwowen a �crit : > On Feb 24, 11:05 am, Richard wro... jacob24(973)