Extra Long Lines540 (10/7/2012 9:54:46 AM) comp.lang.c++ Does anyone else find it annoying when messages are posted to this
newsgroup with very long lines?
It makes them very difficult to read on some newsreaders. I think that
standard 'netiquette' used to be to... Chris
Factors Inhibiting Reproducability Of Simulation Results325 (9/10/2011 2:26:19 PM) comp.lang.c++ I just managed to get my artificial chemistry simulation producing the same results when I run it twice with the same parameters. Perhaps some members of the group will be interested in the two factors that ... Chris
Boost: Use Of Non-Dynamic Data Structures?128 (11/2/2008 9:03:31 PM) comp.lang.c++ I have recently started using the Boost Graph Library(BGL); overall I am finding it excellent and very powerful. One thing worries me a little. It seems to be standard practice when using BGL to create a dat... Chris
Linking Problem With Autoconf / Automake339 (9/13/2008 4:37:53 PM) comp.unix.programmer I have recently converted my C++ project to use Autoconf / Automake and have hit a strange problem. The program will only link if I include one particular library four times in the myprog_LDADD statement in th... Chris
Override public virtual Functions with private Functions?2327 (5/26/2008 12:56:35 PM) comp.lang.c++ Hello All I have a base class called Action_Request, and a set of classes corresponding to different kinds of Action_Request, each of which inherits from Action_Request. Eg:- class Add_Molecule_Req: public A... Chris
Problem using rand() function723 (10/9/2005 3:52:22 PM) comp.lang.c++ I have a simulation program that calls the rand() function at various points while it executes. For the user interface that displays statistics etc. while the program runs, I use the Lazarus GUI library, which... Chris
Strange problem accessing Virgin.net servers420 (4/15/2005 8:43:03 PM) comp.os.linux.networking Can anyone suggest what might be causing this very strange problem. I have a SuSE 9.2 desktop PC that I connect to the Internet using an ADSL modem / router. Currently my Internet access is all working fine, ... Chris
Chagging fonts for headings1630 (4/2/2005 10:57:56 AM) comp.text.tex I would like my Latex chapter and section headings to be in sans serif, with the rest of my document in Times. So far I've been tinkering with newcommand, but this has not been particularly successful. Is ther... Chris
Lyx Usability135 (3/27/2005 9:25:01 AM) comp.text.tex I have recently started using Latex for an article that I am writing. Overall I am delighted, and wish that I had seen the light earlier. I'm using the Kile front end on my KDE / SUSE 9.2 system, and this suits... Chris
METApost and PDFLatex Problem1425 (3/19/2005 9:35:04 AM) comp.text.tex Can anyone help with this problem getting started with Metapost and pdflatex? I can produce a diagram with Metapost and then convert it to pdf using ps2pdf. I can then incorporate the diagram into a Latex docu... Chris
Is there a class name macro?3344 (9/16/2008 1:22:20 AM) comp.lang.c++ Hi, __PRETTY_FUNCTION__ is a macro that gives function name, etc. I'm wondering if there is a macro to get the class name inside a member function. Thanks, Peng ... pengyu.ut(734)
Segfault on new?624 (9/30/2008 9:49:34 PM) comp.lang.c++ Okay, I have a really simple program that illustrates a problem I'm having. I'm using VC++6.0 (yes, an upgrade is in the works). Anywho, I have this problem: int main (int argc, char * argv[]) { int iNumFun... linkingfire(13)
Boost: Use Of Non-Dynamic Data Structures?128 (11/2/2008 9:03:31 PM) comp.lang.c++ I have recently started using the Boost Graph Library(BGL); overall I am finding it excellent and very powerful. One thing worries me a little. It seems to be standard practice when using BGL to create a dat... use.address(75)
Avoiding Input Failure in C++1322 (12/23/2008 10:33:32 PM) comp.lang.c++ So basically: my book didn't explain it well :-/ ! (It's good book and all, but not on this point :-P) so how can I avoid input failure? ..to those who are confused by my question, i mean how to avoid getting... orgthingy(3)
"#define" vs "const int"5224 (12/30/2008 3:05:09 PM) comp.lang.c++ I'm told that with most optimizing compilers, if you say "const int foo = 4" rather than "#define foo 4", the compiler won't actually allocate any memory for the int. True? ... answer.to.newsgroup1(29)
a simple question #31026 (1/1/2009 2:37:13 AM) comp.lang.c++ Hello every one, I'm new here, and I'm also new to C++, I have just learned a C++ course, and I want to know what you usually do with C++. I will appreciate it if anyone gives me an answer. ... hpsoar(34)
Is this dangrous?1727 (1/15/2009 5:20:39 PM) comp.lang.c++ Hi..just look at below code... union { char* str; int int; //4 bytes! } value; How does this work??? i head that unin allocates max size of an... doublemaster007(85)
is C++ worth it ?10669 (7/27/2012 3:37:57 PM) comp.lang.c++ Is C++ worth it ?
http://lemire.me/blog/archives/2012/07/23/is-cc-worth-it/
"But we are also moving away from low-level programming
and, yet, our software is still getting faster. I believe
that a maj... lmc(186)
Extra Long Lines540 (10/7/2012 9:54:46 AM) comp.lang.c++ Does anyone else find it annoying when messages are posted to this
newsgroup with very long lines?
It makes them very difficult to read on some newsreaders. I think that
standard 'netiquette' used to be to... use.address(75)
Parsing Numeric Data #2331 (11/8/2012 3:42:35 PM) comp.lang.c++ The function below (parseNum) seems convoluted and possibly
faulty...although it seems to work. In the code invocation (far below)
the data is real-world, and I wish to parse only the first 6 numeric
... mrc2323(170)