hello! i'm trying to sort a list of objects using hash_multiset. i was wondering if anybody worked with hash_multiset and if they had any problems sorting more...
hi, anyone got any sites for me to learn more about multithreading programming? cos i got a normal program need to change to a multithread program and i am not...
hi, i wrote a program... but there is errors encountered... but i cant seem to solve... any kind souls can help me woth the program... thanx... #include...
Could any one help me to get the hard disk serial number(not hard drive) using c/c++. Plz........... [OS? Compiler? System platform? Some basic information...
plz tell me how can i define many commands using command line arguments in a single c program. ... Get the freedom to save as many mails as you wish. Click...
Hi Folks I know this question in completely out of scope of this group. But plz help me if u know..I am at the moment involoved in developing applications in ...
... What do you want to know? In particular when it comes to sorting algorithms, there are quite a few different points to consider. There is the size of data;...
Guys, Can anyone give some suggestion for the usage of the sleep and delay command in the c program . I used it and got the error as "undefined symbol sleep"...
... Hi, you are mixing up several completely different things: 1) you are asking about sleep() and delay() functions in a C program. Not about the "sleep" and...
I have created a new website http://www.doubleblackdesign.com with which I am trying to capture and advocate software design and engineering best-practices....
I have this piece of code that rounds numbers generated from Microsoft Perfmon log files which look like the following. I want it to skip any line that starts...
... <snip> ... // Here's the place for the check for lines to skip! ... First I would recommend you cling either to pure C style or use C++; using C++ comments...
... This code likely does not cause the buffer overflow. Please show the complete code (at least including definitions of "r" and "c"), otherwise we can't help...
... I'm pretty sure this is a typical typo when re-typing code into an email (or on the Yahoo! groups web site) instead of performing a copy-and-paste...
Nico, Thank you so much for your help. I appreciate it. I inserted the line of code. I got the ignore the line part but how do I throw away this line and ...
... Hi Richard, here the trick with the trailing '\n' character becomes useful: Whenever you read a line of text using fgets(), the buffer may or may not...