Regular Expressions and Speed1339 (1/1/2006 1:25:11 PM) comp.programming Are regular expressions faster than your own code? If yes, why? Does the language in which the runtime is written also affect their performance? ... Sathyaish
HTML Twins416 (11/29/2005 1:53:01 PM) comp.lang.javascript I am no JavaScript progammer, and unfortunately am having to babysit an old code base that has a lot of JavaScript in it. I have two questions: (1) Can two HTML controls have the same name? It looks like the ... Sathyaish
lint #2427 (7/11/2005 8:16:18 PM) comp.lang.c I just re-read about lint as a passing reference in a general programming article. I am curious. Where can I download lint from? Is it downloadable for free? I googled but got some link to SLint or Splint but n... Sathyaish
Internal representation of char == unsigned small int?536 (6/27/2005 2:19:55 AM) comp.lang.c When you say char in C, it internally means "an unsigned small integer with 1-byte memory", right? More importantly, the internal representation of char does not mean "int" as in "machine-dependant/register-siz... Sathyaish
Default arguments723 (6/27/2005 2:12:17 AM) comp.lang.c How do you define an argument for a function such that the argument is optional and has a default value assigned to it? I am sorry but I am having memory lapses. ... Sathyaish
Functions with variable arguments525 (6/27/2005 1:56:57 AM) comp.lang.c I knew this but I have forgotten. How do you declare a function that has to accept a variable number of arguments? For instance, the printf() function has a variable number of arguments it can take. I believe... Sathyaish
Calling a constructor from another821 (5/23/2005 2:12:47 AM) comp.lang.c++ How does a constructor of one class call another of the same class? When would this mechanism make sense or be required? PS: Two instances I saw are: (a) While using the Singleton pattern (b) While using the... Sathyaish
Calling a constructor from another225 (5/23/2005 2:09:29 AM) comp.object How does a constructor of one class call another of the same class? When would this mechanism make sense or be required? PS: Two instances I saw are: (a) While using the Singleton pattern (b) While using the... Sathyaish
Types of constructors314 (5/22/2005 7:44:31 PM) comp.object What is a private constructor, and why would a class have one? What are the other kinds of constructors besides: (1) public constructors; and (2) parameterized constructors And I understand that they are not ... Sathyaish
Types of constructors453 (5/22/2005 7:43:34 PM) comp.lang.c++ What is a private constructor, and why would a class have one? What are the other kinds of constructors besides: (1) public constructors; and (2) parameterized constructors And I understand that they are not ... Sathyaish
Sathyaish2's replies:
Items(4) /1
Regular Expressions and Speed1339 (1/1/2006 1:25:11 PM) comp.programming Are regular expressions faster than your own code? If yes, why? Does the language in which the runtime is written also affect their performance? ... Sathyaish2(16)
lint #2427 (7/11/2005 8:16:18 PM) comp.lang.c I just re-read about lint as a passing reference in a general programming article. I am curious. Where can I download lint from? Is it downloadable for free? I googled but got some link to SLint or Splint but n... Sathyaish2(16)
Types of constructors314 (5/22/2005 7:44:31 PM) comp.object What is a private constructor, and why would a class have one? What are the other kinds of constructors besides: (1) public constructors; and (2) parameterized constructors And I understand that they are not ... Sathyaish2(16)
Types of constructors453 (5/22/2005 7:43:34 PM) comp.lang.c++ What is a private constructor, and why would a class have one? What are the other kinds of constructors besides: (1) public constructors; and (2) parameterized constructors And I understand that they are not ... Sathyaish2(16)