Search:

Type: Posts; User: cakewalkr7

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    1,094

    stripping text from a word doc

    I have to pull the text out of a word doc. I know a small bit of C, but I'm not sure I know enough to do this. Regardless, I have a C++ dll that another guy here at work wrote from my VB version and...
  2. Replies
    1
    Views
    1,231

    stripping text from a word doc

    I have to pull the text out of a word doc. I know a small bit of C, but I'm not sure I know enough to do this. Regardless, I have a C dll that another guy here at work wrote from my VB version and...
  3. Replies
    1
    Views
    917

    compiler error

    I am new to C++ and C and I have to compile this DLL for a project at work. When I go to compile it I get this error.

    Build : warning : failed to (or don't know how to) build...
  4. Replies
    1
    Views
    905

    exercise problems

    In my C How To Program book, I've worked through a number of the exercises but there are 2 that I just can't seem to figure out. One exercise has a portion where I'm supposed to take a digit like...
  5. Replies
    4
    Views
    1,946

    Nevermind

    I figured out what the problem was. I was using the %f format specifier in the scanf function call when I was assigning a value to a double. I learned later in the next chapter that I have to use...
  6. Replies
    4
    Views
    1,946

    I tried to modify it but it didn't change the results

    I made your recommended modifications, but it didn't change the output. I also started working on the 3rd type and it's also not outputting correct data, so now I'm really stumped. Here's my...
  7. Replies
    4
    Views
    1,946

    new to c. problem with exercise.

    I just started working with C and I'm reading C How to program. I really enjoy this book over all other programming books that I've read simply because this book has numerous exercises at the end of...
Results 1 to 7 of 7