Web Images Videos Maps News Shopping Gmail more »
Recently Visited Groups | Help | Sign in
Google Groups Home
comp . std . c
This is a Usenet group - learn more
Find or start a Google Group about std.
Group info
Language: English
Group categories:
Computers
More group info »
Active older topics
30 new of 30 - Oct 14
34 new of 34 - Oct 6
11 new of 11 - Oct 5
69 new of 69 - Oct 4
3 new of 3 - Oct 2
14 new of 14 - Oct 2
1 new of 1 - Oct 1
20 new of 20 - Sep 29
5 new of 5 - Sep 20
5 new of 5 - Sep 16
Related Groups
The C programming language. (Moderated)
Low activity, Usenet
Discussion about C++ language, library, standards. (Moderated)
Low activity, Usenet
Discussion about C.
High activity, Usenet
Discussions
View:  Topic list, Topic summary Topics 1 - 10 of 8271  Older »
Description: Discussion about C language standards.
 

hot stuff 
  [link]
By gayathri kumar  - Oct 27 - 1 new of 1 message    

Definition of terms 
  Hello all. Today i had a discussion of when diagnostic messages are required to be given. It quickly became clear that syntax rule violations are deemed to give a diagnostic. I find it intuitive that rules in "Syntax" sections are "syntax rules", but the one i discussed with wanted to get a normative guarantee of this.... more »
By Johannes Schaub (litb)  - Oct 26 - 3 new of 3 messages    

authentic gucci shoes and gucci handbags online store,Gucci Mens Shoes Spring - Summer 2009,Cheap Gucci Shoes Wholesale 
  vipshoeshop Co.,Ltd([link]) wholesale nike jordan sneakers big cheap air jordan sneakers for sale.discount china nike dunk sb shoes,nike exclusive jordan sneakers,custom nike air force one sneakers,nike dunk cheap,nike jordan sneakers wholesale,discount supra shoes wholesale new balance shoes puma shoes,cheap adidas... more »
By www.vipshoeshop.com  - Oct 22 - 1 new of 1 message    

cheap wholesale nike max TN shoes,jordan wholesale,air force one,wholesale jordan,nike shox wholesale 
  vipshoeshop Co.,Ltd([link]) wholesale nike jordan sneakers big cheap air jordan sneakers for sale.discount china nike dunk sb shoes,nike exclusive jordan sneakers,custom nike air force one sneakers,nike dunk cheap,nike jordan sneakers wholesale,discount supra shoes wholesale new balance shoes puma shoes,cheap adidas... more »
By www.vipshoeshop.com  - Oct 22 - 1 new of 1 message    

"for" in clause 6.8.5 of the Standard 
  I've checked the three PDFs n1256.pdf (page 147), n1336.pdf (page 149), and n1362.pdf (page 151) and found the same omission on all of them 6.8.5 Iteration statements Syntax 1 iteration-statement: while ( expression ) statement do statement while ( expression ) ;... more »
By Mara Guida  - Oct 21 - 5 new of 5 messages    

Array parameter causes undefined behavior? 
  (This was sent to comp.lang.c++.moderated, but as there is the same restriction in C, i send it to this one too.) What is the reason that the following code causes undefined behavior? // undefined behavior void f(char const paramN[], ...) { va_list ap; va_start(ap, paramN); va_end(ap); ...As far as i can see, that's just a parameter with type "char const*". What's... more »
By Johannes Schaub (litb)  - Oct 20 - 5 new of 5 messages    

sequence point problem 
  The following code has just been posted to comp.std.c++ In the following code, can it be shown by reference to the standard that there is a sequence point between the 'a[++i]' used to call 'f' and the '++i' in f? int i = 0; void f() { ++i; } void (*a[])() = { f, f, f, f, f }; int main() { a[++i](); }... more »
By Francis Glassborow  - Oct 20 - 17 new of 17 messages    

Query regarding Threads API ( pthread_attr_setstacksize ) 
  Hi All , i have a query , using pthread_attr_setstacksize can we change the system stack used by it Or it applicable to user space only pthread_attr_getstacksize (&attr, &stacksize); pthread_attr_setstacksize (&attr, stacksize); Thanks Pallav singh
By Pallav singh  - Oct 13 - 3 new of 3 messages    

why we require void func( void ** ) ? 
  Hi why we require void func( void ** ) ? Thanks Pallav Singh
By Pallav singh  - Oct 10 - 2 new of 2 messages    

What is the purpose of a "non-directive"? 
  The grammar in C99 6.10 includes the following: group-part: if-section control-line text-line # non-directive ... non-directive: pp-tokens new-line ... pp-tokens: preprocessing-token pp-tokens preprocessing-token new-line:... more »
By Keith Thompson  - Oct 5 - 4 new of 4 messages    

1 - 10 of 8271   « Newer | Older »

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