Web Images Videos Maps News Shopping Gmail more »
Recently Visited Groups | Help | Sign in
Google Groups Home
comp . programming
This is a Usenet group - learn more
Find or start a Google Group about programming.
Group info
Language: English
Group categories:
Computers > Programming
More group info »
Related Groups
Discussion about C.
High activity, Usenet
Theoretical Computer Science.
Low activity, Usenet
The object-oriented C++ language.
High activity, Usenet
Discussions
View:  Topic list, Topic summary Topics 1 - 10 of 61440  Older »
Description: Programming issues that transcend languages and OSs.
 

Message trees can be fast 
  ...BGB, you've mentioned hashing quite a bit lately. And, you've posted quite a few algo's... You either have alot of them or you keep changing in an attempt them to improve them. My brute force tests of near 50 hashing algorithms and variations from various sources on the Internet was that there are two good algorithms... more »
By Rod Pemberton  - 6:16am - 3 new of 3 messages    

Linked list question 
  What's the difference between using some like struct node* current as a temporary variable in the following function... int Length(struct node* head) { struct node* current = head; int count = 0; while (current != NULL) { count++; current = current->next; } return count; ...As opposed to not using one in the same function....... more »
By Chad  - Nov 7 - 6 new of 6 messages    

När världen vill tala, så talar den Unicode Yiddish אײראָפּע: פּראָגראַמװאַ ~ MeAmI 11/07/2009 08:31:27 När världen vill tala, så talar den Unicode ~ MeAmI 11/07/2009 08:30:44 UnicodeIUC10 Languages This page contains text in many languages, adver 
  När världen vill tala, så talar den Unicode Yiddish אײראָפּע: פּראָגראַמװאַ ~ MeAmI 11/07/2009 08:31:27 När världen vill tala, så talar den Unicode ~ MeAmI 11/07/2009 08:30:44 UnicodeIUC10 Languages This page contains text in many languages, advertis ~ MeAmI 11/07/2009 08:30:08... more »
By debaser  - Nov 7 - 1 new of 1 message    

~~~~~~~~~~~~~~~ PROCESS VALIDATION ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~ 
  . ~~~^^^~~~ ============================== ==================== ============================== ==================== ENTER HERE: >>> [link] <<< ============================== ====================... more »
By Patrica Alexander  - Nov 7 - 1 new of 1 message    

How to choose a Data-Structure for a Priority Queue ? 
  I have been asked to make a Priority Queue (PQ) and after making lots of threads on comp.lang.c and writing lots of code I am still confused. The PQ has these requirements: 1) Process approximately 10 million elements, around 1 million at a time. 2) There is no idea how many elements we will be having in the... more »
By arnuld  - Nov 6 - 10 new of 10 messages    

~~~~~~~~~~~~~~~ MUSCOVY DUCK ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~ 
  . ~~~^^^~~~ ============================== ==================== ============================== ==================== ENTER HERE: >>> [link] <<< ============================== ====================... more »
By Cecile Berger  - Nov 5 - 1 new of 1 message    

Pratt-parser 
  Is anyone here familiar with Vaughn Pratt's concept of "Top Down Operator Precedence" (1973) or Pratt-parsers? I'd like to know more about the technique. Unfortunately, the articles below are programming language heavy. Apparently, Pratt-parsers are recursive descent parsers modified by top down operator precedence. It seems that this dramatically reduces the code size.... more »
By Rod Pemberton  - Nov 5 - 14 new of 14 messages    

beyond 'switch limit', IDL's... 
  well, I will start out by acknowledging that the prior thread was not all useless, as I did get a rather useful idea from the thread. in particular, the idea had been suggested of using function pointers in place of a switch-based dispatch. I was able to use this strategy along with my prior strategy along with my prior strategy to essentially eliminate... more »
By BGB / cr88192  - Nov 5 - 3 new of 3 messages    

data structure for network protocol 
  Hello As a students' project, I need to implement a telecommunications protocol. The protocol implies preserving lots of IPv4 addresses along with some additional data in a memory, so my first concern is effective way of storing IP addresses, which can be considered as 32-bit numbers. The second problem... more »
By Mark  - Nov 4 - 11 new of 11 messages    

Displaying pcx to windows? 
  Hello. Like subject says I'm having problem displaying pcx file format image on windows os. I make most of things I opened image. Decoded in memory bytes of image but I now have problem How/wich order in now use function for displaying is there on net some example program in C? Thanks.
By darko  - Nov 4 - 1 new of 1 message    

1 - 10 of 61440   « Newer | Older »

XML      
Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google