Search:

Type: Posts; User: Dave_Sinkula

Page 1 of 20 1 2 3 4

Search: Search took 0.07 seconds; generated 54 minute(s) ago.

  1. Replies
    40
    Views
    12,408

    Thank you to everyone for all of the kind words...

    Thank you to everyone for all of the kind words and thoughts and prayers.

    Even before I was diagnosed with Stage IV melanoma, I had begun to shy away from posting here on Cprog. This is partly due...
  2. Replies
    8
    Views
    11,916

    Something like this? #include ...

    Something like this?

    #include <stdio.h>

    void swapbytes(void *object, size_t size)
    {
    unsigned char *start, *end;
    for ( start = object, end = start + size - 1; start < end; ++start,...
  3. Replies
    10
    Views
    2,934

    Question 6.20...

    Question 6.20
    Question 6.16
  4. Replies
    9
    Views
    9,089

    Many ints will also be floats. I would choose to...

    Many ints will also be floats. I would choose to use strtol and strtof to attempt conversion of the text. If either is successful, you know what you got. If neither is successful, odds are it was...
  5. Replies
    25
    Views
    11,233

    Segue Out of the Thread

    People who don't regularly tune in or attempt to digest a whole show from a sound bite begin to stick out like a sore thumb...
    ...because you just said the same thing that Rush did.


    And this of...
  6. Replies
    25
    Views
    11,233

    Dwelling on minutia doesn't sell you point...

    Dwelling on minutia doesn't sell you point either. I gave links if anyone cared to investigate. The site I quoted was one that I read regularly and have a "feel" for. Much the same as if you...
  7. Replies
    25
    Views
    11,233

    In the days following 9/11 or Katrina, I found...

    In the days following 9/11 or Katrina, I found news items that showed that some charities were not exactly using donations to go to the victims (cursory search).

    Now this is sad on its own, but...
  8. Replies
    25
    Views
    11,233

    Not quite what was said, but I'm not surprised...

    Not quite what was said, but I'm not surprised that is the presentation.

    Obama Leaps into Action on Haiti


    Danny Glover had an interesting response too.
  9. Replies
    6
    Views
    10,326

    I believe a number of the K&R exercises like this...

    I believe a number of the K&R exercises like this expect a file to be piped to the stdin.

    @Anarchy: spoiler alert, but there's not a whole lotta code there.
  10. Replies
    12
    Views
    27,574

    Here is an old thread on the topic that I'd found...

    Here is an old thread on the topic that I'd found interesting (especially page 2):
    http://cboard.cprogramming.com/c-programming/77564-line-counting.html
  11. Replies
    76
    Views
    26,948

    Interesting: iowahawk: Fables of the...

    Interesting:
    iowahawk: Fables of the Reconstruction
    I haven't tried it yet myself.
  12. Replies
    76
    Views
    26,948

    Met Office to re-examine 160 years of climate...

    Met Office to re-examine 160 years of climate data - Times Online
    Emphasis mine, though somehwat borrowed from an evil blog that provided a "quality controlled and homogenised" snippet with the...
  13. Replies
    76
    Views
    26,948

    Dead links? All of them worked for me. The...

    Dead links? All of them worked for me.

    The opinion is what I was after, on a blog that is not a blog to be a blog, but a blog from a software guy since at least on of the links did discuss the...
  14. Replies
    76
    Views
    26,948

    Might that not be akin to believing tobacco...

    Might that not be akin to believing tobacco companies' views on tobacco?

    Warming blog RealClimate run by far left PR firm
    ClimateGate Development: CEI Notifies NASA of Intention to Sue - Chris...
  15. Replies
    76
    Views
    26,948

    Apologies if I've missed some things already...

    Apologies if I've missed some things already discussed -- I have a terrible skimming habit.
    Nuclear?

    Well, the "hockey stick" was certainly an "embellishment".

    Here are some items that have...
  16. Replies
    4
    Views
    7,855

    101 (number) - Wikipedia, the free encyclopedia...

    101 (number) - Wikipedia, the free encyclopedia
  17. Replies
    6
    Views
    6,945

    Out of curiousity, what language is the above?...

    Out of curiousity, what language is the above?
    Scrabble letter distributions - Wikipedia, the free encyclopedia
  18. Replies
    6
    Views
    5,160

    Question 17.3 (http://c-faq.com/style/strcmp.html)

    Question 17.3
  19. Thread: time_t

    by Dave_Sinkula
    Replies
    21
    Views
    5,343

    Fwiw

    Fwiw
  20. Replies
    8
    Views
    9,485

    A brief skimming reminded me of this:...

    A brief skimming reminded me of this:
    http://cboard.cprogramming.com/c-programming/61578-4-dimensional-array-contiguous-allocation.html#post438210
  21. Replies
    13
    Views
    7,034

    Incompatibilities Between ISO C and ISO C++...

    Incompatibilities Between ISO C and ISO C++
  22. Replies
    64
    Views
    21,929

    ...:p

    ...:p
  23. Replies
    24
    Views
    7,672

    Poll: Cprogramming.com - C/C++ Programming Code...

    Cprogramming.com - C/C++ Programming Code Snippets ?
  24. Replies
    16
    Views
    18,467

    Poll: The moments pass. Then I get right back on the...

    The moments pass. Then I get right back on the horse.
  25. Replies
    16
    Views
    18,467

    Poll: Exactly. I start and quit several times a day.

    Exactly. I start and quit several times a day.
Results 1 to 25 of 483
Page 1 of 20 1 2 3 4