Search:

Type: Posts; User: shellback

Search: Search took 0.01 seconds.

  1. Nevermind about the macros. That was any easy...

    Nevermind about the macros. That was any easy concept and assignment. Now if I can just get past my Final exam this week, I'll be done with C programming (for a while anyway). Thanks for all your...
  2. We must've posted at the same time. I figured it...

    We must've posted at the same time. I figured it out after reading and rereading your previous replies. I guess it just wasn't sinking in.

    As to my changing the name of ch to text, I'm following...
  3. I've completely rewritten the code, following...

    I've completely rewritten the code, following more to your original example and I've almost got it all working. I've got everything in main(). Except figuring out how to get the linecount right. ...
  4. Replies
    9
    Views
    1,996

    Well so far you are right on with it. I like...

    Well so far you are right on with it. I like the lines connecting the braces. And I can definitely understand the error codes more clearly. I struggled a little with figuring out how to get my...
  5. So // is similar to putting /* and */ around a...

    So // is similar to putting /* and */ around a comment?

    Are you saying that you would put the checking characters, words, and lines all in one function?
    or separate functions with similar code to...
  6. I've been looking at this too long.... I'm...

    I've been looking at this too long.... I'm getting confused again.

    Okay, look up at my original code. I copied the functions for counting characters and words from a program in my textbook. Is...
  7. Replies
    9
    Views
    1,996

    Well I didn't really want to learn to work a new...

    Well I didn't really want to learn to work a new program this late in the game, but I'll give it a shot. Can't hurt. Thanks for the info.
    If anyone else has more input to my problem, let me know.
  8. I'll try to incorporate your code into mine to...

    I'll try to incorporate your code into mine to get the word count and probably the line count to work. Also the way yours reads the file makes the lines lineup the way they do in the file, but my...
  9. Replies
    9
    Views
    1,996

    Okay, So now to make it more confusing or more...

    Okay, So now to make it more confusing or more clear. A new problem occurred. I opened up C-Free and all the menus were in jacked up symbols instead of English. I closed and reopened a few times,...
  10. Replies
    9
    Views
    1,996

    I don't know what the difference between an IDE...

    I don't know what the difference between an IDE and a compiler is. C-Free Standard was recommended by the instructor (this is an online course). It was working fine for the first few programs. ...
  11. Replies
    9
    Views
    1,996

    Compiler program problem

    I am fairly new to C programming and have been using a free compiler recommended by my instructor, called C-Free Standard 4.0.

    I have been experiencing a problem where when I type code for my...
  12. Phenax I need more help, files and counting.

    Phenax, I see that you are online and your help was right on last time.

    I am an inexperienced student. I've read the policy on homework. I've worked this file as far as I can, I'm almost there,...
  13. Phenax, Thank you, thank you, thank you. ...

    Phenax,

    Thank you, thank you, thank you.

    1st for the clarification of the char versus char[] and for the clarification of using timeCard versus timeCard[51]. I missed that in my studies...
  14. Phenax, Now I'm totally confused. Between my...

    Phenax,
    Now I'm totally confused. Between my post and yours, I changed nothing except to save the program, inpreparation to moving on to my next homework problem. and I ran it one more time and...
  15. Help with error: undefined reference to (function I defined)

    Hello,
    I am new to C programming (taking it as a class) and this forum. I have read homework policy. I've done most of the work for my current assignment but I am stuck with a error that won't...
Results 1 to 15 of 15