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 . 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
23 new of 23 - Apr 26
2 new of 2 - Mar 26
3 new of 3 - Mar 22
23 new of 23 - Mar 20
21 new of 21 - Mar 17
9 new of 9 - Mar 15
7 new of 7 - Mar 14
1 new of 1 - Mar 7
1 new of 1 - Feb 23
4 new of 4 - Feb 22
Discussions
View:  Topic list, Topic summary Topics 1 - 10 of 8708  Older »
Description: Discussion about C language standards.
 

mbsrtowcs and EILSEQ 
  Hi, I am reading [link] which redefines the definition of POSIX:2008 additional mbsnrtowcs, but meanwhile it also modifies (a small bit) their version of mbsrtowcs: [...] change: past the last character converted (if any) to: past the last byte processed (if any)... more »
By Antoine Leca  - Apr 26 - 3 new of 3 messages    

Hello everyone, may i ask a question about "copyright"? :) 
  I appeal to somebody (in my country) for translating the ISO-C11 document for my country. it aims at share and not for sale, may i have the copyright of this?
By Roli Roger  - Apr 20 - 2 new of 2 messages    

I wonder if the following violate the Standard 
  there is two declaration in same scope: [1] struct foo { int bar; }; struct foo { int bar; }; or it may be this: [2] struct foo { int bar; }; enum foo { int bar;... more »
By Roli Roger  - Apr 12 - 5 new of 5 messages    

How to understand this? 
  ... No, the following does not violate 6.7.2.3: struct forward; struct forward { char completed; double definition; }; That's because only the second declaration of struct forward defines the content. The first declaration merely establishes that it is a struct.... more »
By James Kuyper  - Apr 10 - 1 new of 1 message    

How to open Multiple File at a time 
  On Mon, 8 Apr 2013 19:42:02 -0700 (PDT), Ch iu <waterv...@gmail.com> wrote: ... This group is for discussion of the C standard. Post your question in comp.lang.learn.c-c++.
By Geoff  - Apr 8 - 1 new of 1 message    

M4V Converter 
  Googler's Matt Cutts G+ [link] *************************** M4V Converter [link] Retrieve Deleted Emails [link] Animate Me [link]... more »
By Derek Dhaval Carne  - Apr 5 - 1 new of 1 message    

difference between pointers 
  ... ... Is there any good reason why (intptr_t)&i isn't required to be the same as (intptr_t)(void *)&i? (Crossposted to comp.std.c.) -- [ T H I S S P A C E I S F O R R E N T ] Troppo poca cultura ci rende ignoranti, troppa ci rende folli. -- fathermckenzie di it.cultura.linguistica.italian o... more »
By army1987  - Apr 2 - 2 new of 2 messages    

Array operand of _Alignof 
  N1570 (C11) 6.3.2.1p3 says: Except when it is the operand of the sizeof operator, the _Alignof operator, or the unary & operator, or is a string literal used to initialize an array, an expression that has type ``array of type'' is converted to an expression with type ``pointer to type'' that... more »
By Keith Thompson  - Mar 28 - 7 new of 7 messages    

while loop problem 
  I am using some examples of some known book ... /* Function main begins program execution */ int main() { int counter; /* number of grade to be entered next */ int grade; /* grade value */ int total; /* sum of grades input by user */ float average; /* average of grades */ /* initialization phase */... more »
By ritchie31  - Mar 28 - 5 new of 5 messages    

multibyte in C locale 
  there is an ongoing discussion on austingroup mailing list if the "C"/"POSIX" locale should be restricted to allow single byte character encodings in POSIX to me that sounds rather restrictive (in particular it forbids an implementation to assume UTF-8 in mbstowcs in the default locale) so i wonder about the intentions of the ISO C committee... more »
By Szabolcs Nagy  - Mar 26 - 13 new of 13 messages    

1 - 10 of 8708   « Newer | Older »

XML