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 c++.
Group info
Language: English
Group categories:
Computers > Programming
More group info »
Discussions
View:  Topic list, Topic summary Topics 1 - 10 of 239633  Older »
Description: The object-oriented C++ language.
 

std::move and vc10: bug or misunderstanding? 
  Consider the following boost test case: ... class A { public: void value(std::string s) { s_ = s; } std::string s_; ... class B { public: void f() { for (size_t i = 0; i < 10; ++i) { buffer_ = "Hello world"; a.value(std::move(buffer_));... more »
By Daniel  - May 23 - 2 new of 2 messages    

Bjarne Stroustrup's comments on C++11 - the new ISO C++ standard 
  Bjarne Stroustrup's comments on C++11 - the new ISO C++ standard: [link] I need to study this extensively. He has put in a lot of time and thought here. Lynn
By Lynn McGuire  - May 22 - 4 new of 4 messages    

How to write good C++ code 
  I'm looking for a book that teaches how to write GOOD code. Any suggestions? A.
By Andrea Mondelli  - May 21 - 7 new of 7 messages    

How to pass user input from gtk to a function ? 
  i want to pass a user input from gtk input box to a function ... i made code below but i had segmentation errors ...so after looking it up i discovred that the line -> "g_signal_connect(but,"clicked ",G_CALLBACK(encode(tx1,tx2)), NULL);" doesnt make a sense so can you help me do it . this is program source =>... more »
By MrNEtBomber  - May 20 - 5 new of 5 messages    

C++ Interview Questions with Solutions: Including C++11 by Dr Lin Quan 
  [link] [link] This book contains more than 200 C++ questions most frequently asked in technical interviews @top-notch software companies like Google, Microsoft, Amazon and Facebook. Detailed solutions are provided for all of these, including C++11.... more »
By leejia...@gmail.com  - May 20 - 4 new of 4 messages    

String building 
  I have this class: class failure : public ::std::exception { ::std::string whatStr; public: explicit failure (::std::string what_) : whatStr(::std::move(what_)) {} ~failure () throw() {} char const* what () const throw() { return whatStr.c_str(); } template <class T>... more »
By woodbria...@gmail.com  - May 19 - 15 new of 15 messages    

Shared value for a member in all instances of a class? 
  Hi again, I've some classes with members that need to have a pointer to a GUI control. However, the same member will have the same pointer in all instances of the class. I mean, member 'm_Temperature' from class 'CTown' will have the same value for its GUI control pointer in all instances of the class 'CTown'.... more »
By ardi  - May 19 - 3 new of 3 messages    

Parsing response coming from server 
  I am getting below response from server - Main stream options: EncType1=H.264 Resolution1=704*576 KeyInterval1=50 FrameRate1=25 BitflowType1=VBR NormalBitrate1=2048 Now I need to parse the parameter and its value, I have list of parameter in client, I just need the value of the parameter.... more »
By sumit...@gmail.com  - May 18 - 13 new of 13 messages    

address of array at index 
  hello group, i use the function std::inner_product(&arya[0], &arya[4], &aryb[0], 0.0f) with the c-style and/or c++11-style array. does the compiler set the addresses at compile time or is there a runtime overhead to get the addresses of array indices? thanks & cheers, chris
By Chris Forone  - May 18 - 4 new of 4 messages    

Find & hire affordable efreelancers, web designers, 
  Find & hire affordable efreelancers, web designers, engineers. Post freelance jobs, projects join Today at [link]
By vinod.it...@gmail.com  - May 17 - 1 new of 1 message    

1 - 10 of 239633   « Newer | Older »

XML