Google Mail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
comp . lang . c
This is a Usenet group - learn more
Find or start a Google Group about lang.
Group info
Language: English
Group categories:
Computers > Programming
More group info »
Related Groups
The object-oriented C++ language.
High activity, Usenet
The C programming language. (Moderated)
Low activity, Usenet
Q&A for people programming under Unix.
Medium activity, Usenet
Discussions
View:  Topic list, Topic summary Topics 1 - 10 of 139642  Older »
Description: Discussion about C.
 

Unions vs endian ness 
  Friends I am bit twiddling on a 32 bit integer quantity. Often I need to look at only the low 16 bits. For this I currently AND with a mask. It seems to me that it might simplify the code instead to have an union, union u { int32_t dw; int16_t w; ...But my question is: will this run in to port ability problems if I move... more »
By root  - 23:06 - 1 new of 1 message    

list certain files inside directory 
  Hi There, I would like to list all files in a defined direcory that match a certain pattern. I would like to get the paths from every file that matches "/usr/share/ NovaxTSP/log_record*". I understand that I need to be using opendir() but haven't quite figured out how i can do that. Any suggestion, hints or examples are appreciated!... more »
By cerr  - 22:13 - 4 new of 4 messages    

SuperKISS for 32- and 64-bit RNGs in both C and Fortran. 
  On Nov 3 I posted RNGs: A Super KISS sci.math, comp.lang.c, sci.crypt a KISS (Keep-It-Simple-Stupid) RNG combining, by addition mod 2^32, three simple RNGs: CMWC(Complementary-Multiply-Wi th-Carry)+CNG(Congruential) +XS(Xorshift) with resulting period greater than 10^402575. The extreme period comes from finding a prime p=a*b^r+1 for... more »
By geo  - 21:52 - 2 new of 2 messages    

كارثه امطار جده بالصور 
  كارثه امطار جده بالصور [link] مقطع صوتي مضحك وحصري يتعرض له شاب عبر الهاتف [link] لنبارك لاختنا .. ملكة الليل .. بمناسبة وصولها الألفيه الأولى... more »
By املي  - 19:21 - 1 new of 1 message    

K&R hash table question. 
  Hi, I've encountered some confusing questions while reading k&r ed2. Around page 128, in the book, has introduced an "hash-search algorithm", while they uses hash(s) which is the hashed number of an string, as the array index, this had raised my question: doesn't array indexes have to start from 0 to (i-1), but random assigning index is... more »
By b4283  - 16:29 - 4 new of 4 messages    

Free shipping Cheap Wholesale LV Handbag, Jimmy Choo,Miumiu Real Leather Handbags&purse (www.dotradenow.com.cn) 
  AAA real leather Handbags [link] Cheap Wholesale Balenciaga real leather Handbags <[link] paypal payment> Cheap Wholesale Balenciaga real leather Purse Cheap Wholesale Bally real leather Purse <free shipping paypal payment> Cheap Wholesale BOSS real leather Purse <[link] paypal... more »
By tradenow  - 16:24 - 1 new of 1 message    

cascading stdarg calls 
  Hi, the code below prints a garbage "world" value to <messages>; "Hello " is fine. What can be the problem? static char messages[LARGE_ENOUGH]; int writeText(char* text, char* format, ...) { va_list argumentList; va_start(argumentList, format); vsprintf(text, format, argumentList); va_end(argumentList);... more »
By cornelis van der bent  - 14:34 - 6 new of 6 messages    

Make free 100% free International Calls. 
  Make free calls 100% free International Calls. Send free SMS. [link]
By one4time  - 14:08 - 1 new of 1 message    

Visit group http://groups.google.com/group /write-a-class 
  Please visit the group [link]
By mahavir  - 13:21 - 1 new of 1 message    

a simple question about typedef void* KEYWORK 
  As a C beginner,I want to ask a "silly" question about typedef: IS typedef [something1] [something2] means " someting1 is something2" SUCH AS typedef struct node{ int a; int b; ...show us NODE is struct node {...} ,when we met NODE, we should take is as struct node{...} ,no problem.... more »
By jack  - 12:57 - 5 new of 5 messages    

1 - 10 of 139642   « Newer | Older »

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