Discussions - comp.lang.c++ | Google Groups
Google Groups Home
Help | Sign in
comp . lang . c++
This is a Usenet group - learn more
Find or start a Google Group about c++.
Group info
Subscribers: 18179
Activity: High activity
Language: English
Group categories:
Computers > Programming
More group info »
Active older topics
Related Groups
Technical discussion of the C++ language. (Moderated)
Medium activity, Usenet
Discussion about C.
High activity, Usenet
Discussion about C++ language, library, standards. (Moderated)
Low activity, Usenet
Discussions
View:  Topic list, Topic summary Topics 1 - 10 of 228143  Older »
Description: The object-oriented C++ language.
 

Needed features in upcoming standards 
  Greetings, I am a long-time C programmer (close to 30 years) with very little C++ experience. I don't keep up with the standards process but there are two features that I've long thought needed. It might be that C++ already has these features or that the upcoming standards for C or C++ have these features. I suppose I'm just asking and if they are not... more »
By Blake McBride  - 12:13pm - 10 new of 10 messages    

Inheritance question 
  class A { public: char String[20]; ...class B : public A { public: char String[20]; ...class C : public B { public: char String[20]; ...void Test() { A a,*ap; B b; C c; strcpy(a.String,"Adios"); strcpy(b.String,"ByeBye"); strcpy(c.String,"Ciao"); printf("%sn",a.String); // prints 'Adios' -> OK... more »
By MUTOOLS  - 7:28am - 3 new of 3 messages    

C++ hard question 
  If I can not be anywhere I like then I will not be anywhere I am put in Enjoy!
By imuaple...@gmail.com  - 4:47am - 2 new of 2 messages    

Thuy Nga Paris by night Hung and Ha 
  This is a story about a Chinese Vietnamese living in the US with his wife named Hoang Linh and a woman named Ha living in Japan who already has a son: a moving external triangle everyone is very moved to read about. Tran Hung's second wife's name is Ha. She mainly works as his private secretary whenever he arrives in Japan for 'business'. She is his... more »
By imuaple...@gmail.com  - 4:16am - 1 new of 1 message    

Explicit template instantiaion and linkage errors 
  I am getting linkage errors building a class with method templates. The class looks like this: class A { public: A(); ~A(); template <typename T> long foo(T& val, string& key) const ; private: class B { /* Heavy object that manages internals of A */ }; ...The implemntation of template function foo<T>, uses class A::B - Class... more »
By (2b|!2b)==?  - 12:04am - 7 new of 7 messages    

An addition to C++ FAQs 
  Hello, I searched the C++ FAQs but did not find any question related to finding on-line reference to C++ Std. Library. Searching the archives of this group told me of these links: [link] [link] [link]... more »
By arnuld  - Jan 5 - 5 new of 5 messages    

What is the definition of Object in C++ ? 
  What is the definition of object in C++? Does the standards define it ?
By Reetesh Mukul  - Jan 5 - 15 new of 15 messages    

template help 
  My goal is to make maps where the key is a string name and the value is a pair of data, one being a value, and one being a bool telling me whether that value has been initialized to something meaningful. How do I change these existing maps to take the AttributeValue struct in the private section with T being a specific data type?... more »
By Christopher  - Jan 5 - 6 new of 6 messages    

accuracy when comparing doubles 
  I am writing image processing code for a university project. When I work with numbers (doubles), is it safe to assume that; a) simple arithmetic is accurate to 15 decimal places, always b) boolean comparisons will be accurate with doubles (up to 15 decimal places) ? If not, I'll have to scrap all of my c++ (!!) or use GMP.. and both... more »
By vk  - Jan 5 - 17 new of 17 messages    

OO wrapper for SQL where clause like Roguewave 
  Roguewave makes a well known C++ wrapper for SQL. For example to ...// C++ code int videoID = 1234; std::string lastName = "Miller"; RWDBTable purchases = myDbase.table("purchase"); RWDBDeleter deleter = purchases.deleter(); deleter.where(purchases["video ID"] == videoID && purchases["last_name"] ==lastName);... more »
By Shane  - Jan 5 - 7 new of 7 messages    

1 - 10 of 228143   « Newer | Older »

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