Search:

Type: Posts; User: Karmachrome

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    1,576

    thanks!

    thanks!
  2. Replies
    2
    Views
    1,576

    Help interpreting error message:

    Hello,
    I was wondering if anyone could tell me what this error message means and how to remedy it. Never seen it before!

    LIBC.lib(wwincrt0.obj) : error LNK2001: unresolved external symbol...
  3. Replies
    4
    Views
    1,184

    Thanks for the info - I didn't want to use fgets...

    Thanks for the info - I didn't want to use fgets because the books I have don't deal in it too much unfortunately. Anyhow - thanks again!

    Edit:

    OMG - IT WORKS PERFECTLY!!
  4. Replies
    4
    Views
    1,184

    Warning! Newbie Qestion : fscanf!

    Is it morning already?
    I've been struggling with this bit all night: when I execute this code, this file is read but it reads (or prints?) in a continuous string. What small, rediculous bit am I...
  5. Replies
    6
    Views
    1,364

    this is in the header file: #ifndef...

    this is in the header file:




    #ifndef GRADES_H
    #define GRADES_H

    typedef struct {
  6. Replies
    6
    Views
    1,364

    oops -sorry ignore the DEBUG garbage and "old...

    oops -sorry ignore the DEBUG garbage and "old style declarations" comments...

    When I run the program, the calcAssignment function works fine but when it proceeds into the calcExam function it...
  7. Replies
    6
    Views
    1,364

    Noob: Structure problem

    Hello there-
    If anyone can tell me the problem that's occuring with this code, it would be greatly appreciated. :confused:

    Header:


    #ifndef GRADES_H
    #define GRADES_H

    typedef struct {
  8. Replies
    3
    Views
    5,755

    Wonderful - thank you so much, I wasn't even...

    Wonderful - thank you so much, I wasn't even looking at the friggin' header...
  9. Replies
    3
    Views
    5,755

    Pointers: Warning C4028

    Good morning!
    Though my l'il program seems to be working just fine, I get this warning when compiling from the command line:

    "Warning C4028:formal parameter 1 different from declaration"
    Header...
  10. Replies
    3
    Views
    1,023

    Many thanks to you both...I guess it wasn't...

    Many thanks to you both...I guess it wasn't anywhere near the tip of my nose...
  11. Replies
    3
    Views
    1,023

    Function question for brain-fried newb

    Hello ne-er do wells,

    I could use a hand with this assignment I've got. I had it all good to go until the professor requested I try rewriting it using functions. Ok no sweat...what I can't...
  12. Replies
    4
    Views
    1,015

    Thank you both. This is what I had in the...

    Thank you both.
    This is what I had in the meantime - I think I'm on the right track.



    do
    {
    printf ("\nPlease enter assignments scores, one at a time. Press Enter key when done:");...
  13. Replies
    4
    Views
    1,015

    Array question

    Hello there-

    I'm drawing a blank here with this problem: create an array of grades based on user input, add up the scores and return a letter grade. Anyhoo...what I can't seem to figure out is...
  14. Replies
    8
    Views
    2,019

    The function was working fine before I inserted...

    The function was working fine before I inserted the isprint in there...
  15. Replies
    8
    Views
    2,019

    I haven't been at this too long - especially not...

    I haven't been at this too long - especially not long enough to extract any meaning from the errors I'm getting.
  16. Replies
    8
    Views
    2,019

    What am I not understanding here? I'm assuming...

    What am I not understanding here?
    I'm assuming that c is a varible -in my case 'counter'




    void ascii (void)

    {
  17. Replies
    8
    Views
    2,019

    Hello- Well, what I'm trying to do is print out...

    Hello-
    Well, what I'm trying to do is print out a formatted ASCII character table. I need it to print a space when a nonprintable character comes up. From the examples I've seen, the isprint would...
  18. Replies
    8
    Views
    2,019

    Help with isprint function

    Hello-
    I haven't been able to find a good example to help with this:

    How would I apply the isprint function to this so that it prints a space character for every non-printable ASCII character? ...
Results 1 to 18 of 19