Description:
The object-oriented C++ language.
|
|
|
===Welcome to comp.lang.c++! Read this first.
|
| |
Welcome to comp.lang.c++! Read this first.
This post is intended to give the new reader an introduction to reading
and posting in this newsgroup. We respectfully request that you read
all the way through this post, as it helps make for a more pleasant
and useful group for everyone.
First of all, please keep in mind that comp.lang.c++ is a group for discussion... more »
|
|
Recommendations about ACCU
|
| |
Since Travis Parks asked a question about C++ careers, I thought I may
as well throw this question in there (albeit a different topic). I
heard of ACCU from this presentation: [link]
How many of you actually paid money to gain membership access and
remained so? If you paid for the membership, what would you say are... more »
|
|
Efficiently Building Strings
|
| |
In most other languages, you have to be careful when building large strings. I never really worried about this in C++. Is there overhead in using the += operator over and over again? I am wondering if the class std::stringstream should be used to reduce overhead, or is it just implemented in terms of a std::string?... more »
|
|
read system call hangs
|
| |
Hi,
I am using "read" system call in my C++ project to read data from sockets. I have also set read timeout (SO_RCVTIMEO) to 5 seconds using "setsockopt", but when I run my application under load run then sometimes this "read" system call hangs, it neither returns data nor it times out.
Any suggestion/help would be appreciated.... more »
|
|
How much overhead for a new templated class?
|
| |
I am writing a containers library in C. The generic list container
adds for a new type:
code: 2495 bytes
data: 488 bytes
for a list container containing around 60 entry points.
This means that you will pay 2983 bytes for each instatiation
of the list template (one of the biggest around)... more »
|
|
|
| |
анкеты проституток волгограда 'проститутки бляди петербурга'
([link])
-- kesqueattaita
------------------------------ ------------------------------ ------------
kesqueattaita's Profile: [link]... more »
|
|
why i get segmentation fault, where is the bug?
|
| |
hi to all,
i am a newbie to C++ and i want some help if you could ...
i try to implement a recursive linera search algorithm for learning
purposes but i get segmentation fault.
here is the code.
the problem appears when ULLI searchKey gets big values like 999999.
for small values like 254 the program works.... more »
|
|
|