Information1332 (8/19/2008 11:55:59 AM) comp.lang.c Does learning syntax , file IO and some string functions in c make u a expert. ... raashidbhatt(53)
remove non-existent element in the std::set433 (8/20/2008 5:29:31 PM) comp.lang.c++ if I provide a key of element that doesn't exist in the set, and I call set.erase(nonInSetKey), does standard guarantee that nothing "BAD" will happen, in fact, nothing at all will happen. Does it make sense t... ironsel2000(708)
Book name for multifileing in c++242 (8/21/2008 7:48:51 AM) comp.lang.c++ Hi, i want to learn about multi-fileing in c++ . Can anyone tell me a good reference book?. I dont have good idea over multifileing (header files, and resource file what they do and how it generate objec... muzammilPeer987(21)
How best to provide a module1036 (8/21/2008 1:03:07 PM) comp.lang.c If distributing a piece of code in C how is it best to provide it? Options seem to be 1. Precompile the module.c file(s) to module.o and provide a header. The using code then has #include "module.h" at th... james.harris.1(384)
Compiler problem762 (9/18/2008 3:48:39 PM) comp.lang.c++ Hi guys, I'm trying to run the compiler for Microsoft Visual Studio 2005 but receive this error when I try to run a simulation: "comp_msvc: Unable to execute compiler (Win32 error code: 2) Check that Visual C... osheikh81(69)
p 161...File access2129 (9/29/2008 3:53:53 AM) comp.lang.c Hi All, There is a line in the discussion of K&R (section 7-5) that says ... (end of 2nd paragraph, about the middle of the page)...in connection with the description of getc and putc...that "Like getchar and... mdeh(568)
Null-terminated strings: the final analysis.15355 (3/7/2009 5:18:18 AM) comp.lang.c Null terminated strings are premature optimization when considered in modern times. Null-terminated strings are baggage and C suffers from holding on to this obsolete implementation. (No question here, just w... tony422(386)