0
votes
3answers
57 views
Select MAX(field)+1 FROM … Concurrency issues
Hello Im afraid about concurrency on partner application cause in the last days it was having troubles with CRUDS Operations, especially with inserts. So I ran SQL Profiler and not …
14
votes
8answers
1k views
C++0X Concepts are gone. Which other features should go too?
As you may have heard, the last meeting of the C++ standards committee voted to remove concepts from the next C++ standard. Of course, this will affect other features and would see …
11
votes
11answers
1k views
Should I reject C++ because it’s becoming a juggernaut?
I have tried to keep up with C++ since they introduced 1998 ANSI/ISO C++. I absorbed the new concepts and tried to understand them. I learned about exception handling, templates, a …
8
votes
23answers
1k views
Any ideas for C++1y ?
I know that C++0x is not out the door yet, but what would you like to see in C++1y?
Update: C++0x to be called C++1x :o(
7
votes
9answers
649 views
C++0x will no longer have concepts. Opinions? How will this affect you?
At the July 2009 C++0x meeting in Frankfurt, it was decided to remove concepts from C++0x. Personally, I am disappointed but I'd rather have an implementable C++0x than no C++0x. T …
