Best Perl compiler, IDE for Win XP, 32bit875 (3/14/2010 9:07:50 PM) comp.lang.perl.misc I am looking for Perl compiler and possibly an IDE. I have used Active Perl before and was fine with it. I was searching online and there was a recommendation for an IDE too. Then there seems other IDEs too ... 2007
allocating m bytes dynamically24151 (2/4/2010 7:34:15 AM) comp.lang.c
1) If I want to allocate m bytes dynamically would the following do?
2) What is the purpose of the for loop here - assign initial value?
int main(void)
{
int m = 100;
int *ptr = (int *)... 2005
pointer in front of a function ???16149 (2/4/2010 4:25:45 AM) comp.lang.c 1) What is the big deal about * in front of RandStr ? - I guess it
means pointer to function - but what are the benefits?
2) If I call the RandStr in main or another function, would
char str[6];
str = Rand... 2005
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, ... 2005
VXML Resources #2074 (6/18/2009 11:58:28 PM) comp.speech.research Could someone tell about some good resources on VXML online for
learning?
Are there any pdf books online?
Thanks
... 2006
VXML Resources2161 (6/18/2009 11:39:13 PM) comp.speech.users
Could someone tell about some good resources on VXML online for
learning?
Are there any pdf books online?
Thanks
... 2005
allocating m bytes dynamically24151 (2/4/2010 7:34:15 AM) comp.lang.c
1) If I want to allocate m bytes dynamically would the following do?
2) What is the purpose of the for loop here - assign initial value?
int main(void)
{
int m = 100;
int *ptr = (int *)... FW3006(25)
Php form for emailing to you from the web422 (2/18/2008 6:08:33 PM) comp.lang.php Hi I have a web page that would email to me. The actual email address is not on the web. Could someone give me a working form? I can modify to put my email and get the we site running. You may email me to ... FW3006(25)