Google Groups Home
Help | Sign in
comp . std . c++
This is a Usenet group - learn more
Find or start a Google Group about c++.
Active older topics
20 new of 20 - Jan 4
3 new of 3 - Jan 3
65 new of 65 - Dec 22 2007
3 new of 3 - Dec 21 2007
73 new of 73 - Dec 20 2007
16 new of 16 - Dec 18 2007
27 new of 27 - Dec 17 2007
2 new of 2 - Dec 17 2007
3 new of 3 - Dec 16 2007
5 new of 5 - Dec 14 2007
Related Groups
Technical discussion of the C++ language. (Moderated)
Medium activity, Usenet
The object-oriented C++ language.
High activity, Usenet
Discussion about C language standards.
Low activity, Usenet
Discussions
View:  Topic list, Topic summary Topics 1 - 10 of 12099  Older »
Description: Discussion about C++ language, library, standards. (Moderated)
 

Defect Report: integral promotion of enumeration disregards fixed underlying type 
  ============================== ======= MODERATOR'S COMMENT: This is not formally a DR as it applies to a draft rather than an IS. ============================== ======= END OF MODERATOR'S COMMENT Hi Everybody, This is an excerpt of [conv.prom]/2 of N2461: "An rvalue of an unscoped enumeration type (7.2) can be converted to an... more »
By Alberto Ganesh Barbati  - Jan 6 - 1 new of 1 message    

What's wrong with this picture? 
  Below is a copy of reference implementation from "Improved min/max" proposal for upcoming C++0x standard library ([link] JTC1/SC22/WG21/docs/papers/200 7/n2199.html). Anyone else thinks that something must be wrong with a language if this is how min/max has to be implemented? namespace detail... more »
By lont...@gmail.com  - Jan 6 - 18 new of 18 messages    

comp.std.c++ report for Tue Jan 1 00:05:01 EST 2008 
  ...Newsgroups: comp.std.c++ ...This is an automated report about activity of our newsgroup comp.std.c++. It covers period between the previous report and the current one, ending on Tue Jan 1 00:05:01 EST 2008. Reports are normally issued monthly. Approved: 276 messages (of them, 0 automatically)... more »
By fjh+csc-ad...@csse.unimelb.edu.au  - Dec 31 2007 - 1 new of 1 message    

Missing ";" in the for statement Grammar 
  In ISO/IEC 14882:2003, 6.5/1 iteration-statement: while ( condition ) statement do statement while ( expression ) ; for ( for-init-statement _;_ conditionopt ; expressionopt ) statement ^^^ I found out it remained repaired in N2369. --- [ comp.std.c++ is moderated. To submit articles, try just posting with ]... more »
By Barry  - Dec 31 2007 - 3 new of 3 messages    

identifiers as template arguments and compile-time regexps for code generation 
  Hallo, in the last couple of months I have repeatedly stumbled over limitations in the C++ language, some of which I will try to isolate, write about, and share for discussion... (These issues all arose while working on real-life code; the code snippets below are however mostly not complete, and not real C++... more »
By Colin  - Dec 28 2007 - 4 new of 4 messages    

Typos in [atomics]? 
  Hi Everybody, in the latest publicly available draft, paper N2641, in section [atomics.types.generic], the following specialization of the template atomic<> is provided for pointers: template <class T> struct atomic<T*> : atomic_address { T* fetch_add(ptrdiff_t, memory_order = memory_order_seq_cst) volatile;... more »
By Alberto Ganesh Barbati  - Dec 28 2007 - 1 new of 1 message    

Formal proposal: forward declaration of enumerations 
  HI Everybody, after some positive feedback on the subject, I have prepared a formal proposal to add the possibility to forward declare (aka declare but not define) an enumeration when the underlying type is specified. This is obtained by extending the syntax already introduced by paper N2347 (Strongly typed enums). You can find the proposal here:... more »
By Alberto Ganesh Barbati  - Dec 26 2007 - 1 new of 1 message    

Extension methods c++0x 
  Hello. I've been reading c++0x proposals and I'd like to see a proposal for c#-like extension methods. Extension methods let programmers write new methods and use it as if they were class methods from outside the class. I know it's sintactic sugar, but it makes code far more readable. As an example:... more »
By german diago  - Dec 22 2007 - 14 new of 14 messages    

why is operator+=() allowed to be non-member function also ? 
  I am asking this question for learning purpose only. I will not use operator+=() as non-member. Consider the following program: ...using namespace std; class Test { public: Test(int arg = 10); int val; ...Test::Test(int arg) : val(arg) { cout << "one arg ctor called" << endl; ...Test operator+=(Test lhs, Test rhs)... more »
By subramanian100in@yahoo.co m, India  - Dec 22 2007 - 5 new of 5 messages    

std::Range in STL algorithms 
  Hi, Is C++0x going to provide STL algorithm overloads for std::Range concept? &rzej --- [ comp.std.c++ is moderated. To submit articles, try just posting with ] [ your news-reader. If that fails, use mailto:std-...@ncar.ucar.edu ] [ --- Please see the FAQ before posting. --- ]... more »
By restor  - Dec 20 2007 - 1 new of 1 message    

1 - 10 of 12099   « Newer | Older »

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