Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« 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 »
Discussions
View:  Topic list, Topic summary Topics 1 - 10 of 144659  Older »
Description: Discussion about C.
 

NetBSD Crypto Bug: sizeof v. sizeof() 
  This bad code[1] compromised[2] NetBSD's CPRNG implementation: rnd_extract_data(key + r, sizeof(key - r), RND_EXTRACT_ANY); One might argue this bug stemmed from using the sizeof() idiom instead of stylistically treating sizeof as a regular operator. 1: [link]... more »
By will...@wilbur.25thandclement.com  - May 23 - 2 new of 2 messages    

K&N Exercise Problem 
  I've gotten started with the famous book. As of now, I'm stuck on an exercise in Chapter 4. I would really love if someone could provide some hints as to what I'm doing wrong and how can I improve the solution. The problem wants me to add some improvements (add variables) to the Polish calculator.... more »
By Manish Gill  - May 23 - 1 new of 1 message    

strange behaviour of realloc() 
  Hello, As far as I understand realloc() should not modify the old array, however this does not seem to happen: ... int main(void) { int *p, i; size_t size=0; printf("Size of the vector: "); scanf("%d", &size); p = (int *)malloc(size*sizeof(int)); if (p==NULL) {... more »
By diegotorquem...@gmail.com  - May 23 - 4 new of 4 messages    

البرنامج التدريبى : النواحي المالية في إدارات شئون الموظفين - رواتب و مزايا /القاهرة - جمهورية مصر العربية 
  الدار العربية للتنمية الإدارية البرنامج التدريبى النواحي المالية في إدارات شئون الموظفين - رواتب و مزايا بإعتماد : المعهد الأوروبى لمدراء الأعمال EIBM European Institute for Business Managers... more »
By marwa hassan  - May 23 - 1 new of 1 message    

البرنامج التدريبى : أساليب تحسين الرضا الوظيفى وزيادة ولآء العاملين القاهرة – جمهورية مصر العربية من 16 –20 يونيو 2013 
  الدار العربية للتنمية الإدارية البرنامج التدريبى أساليب تحسين الرضا الوظيفى وزيادة ولآء العاملين بإعتماد: المعهد الأوروبى لمدراء الأعمال EIBM European Institute for Business Managers... more »
By marwa hassan  - May 23 - 1 new of 1 message    

ورشة عمل: تكنولوجيا الفهرسة والأرشيف وحفظ وتأمين المعلومات – اسطنبول – تركيا من 18 – 27 اغسطس 2013م 
  تدعوكم الدار العربية للتنمية الإدارية لحضور ورشة عمل تكنولوجيا الفهرسة والأرشيف وحفظ وتأمين المعلومات بإعتماد : معهد المدراء المحترفين IPM Institute of Professional Managers اسطنبول – تركيا للفترة من 18 – 27 اغسطس لعام 2013م... more »
By marwa hassan  - May 22 - 1 new of 1 message    

three problems of C... a little bit long but not complex....... 
  what's the composite type of two sturct/union? such as struct f bar; struct f { int member; ... it will produce a composite type? what's that? ______________________________ ________________________ C11 6.5p7 says that An object shall have its stored value accessed only by an lvalue expression that has one of... more »
By stsn...@126.com  - May 21 - 3 new of 3 messages    

ورشة عمل : إدارة التمكين اسطنبول – تركيا للفترة من 16 – 25 يونية 2013 م 
  تدعوكم الدار العربية للتنمية الإدارية لحضور ورشة عمل (إدارة التمكين) بإعتماد : معهد المدراء المحترفين IPM Institute of Professional Managers اسطنبول – تركيا للفترة من 16 – 25 يونية لعام 2013... more »
By marwa hassan  - May 21 - 1 new of 1 message    

CFP: MuCoCoS Workshop at PACT-2013 (Edinburgh, Scotland, UK) 
  CALL FOR PAPERS: 6th International Workshop on Multi/many-Core Computing Systems (MuCoCoS-2013) September 7, 2013, Edinburgh, Scotland, UK in conjunction with the 22nd Int. Conference on Parallel Architectures and Compilation Techniques (PACT-2013)... more »
By SP  - May 20 - 1 new of 1 message    

Splint warnings about dependent storage returned as implicitly only. 
  I'm trying get my code to pass splint and I'm having difficulty understanding the warnings. I've read up on Splint's memory model ([link]), but my use of memory is very, very different. I'm doing sub-allocation within big malloc'ed regions, with a custom garbage-collector. So I want just the minimum annotations to keep splint happy.... more »
By luser- -droog  - May 20 - 2 new of 2 messages    

1 - 10 of 144659   « Newer | Older »

XML