Search:

Type: Posts; User: vandalay

Search: Search took 0.01 seconds.

  1. Replies
    9
    Views
    855

    Will do. Thanks for the help.

    Will do. Thanks for the help.
  2. Replies
    9
    Views
    855

    It looks like it compiled ok. Do I then just...

    It looks like it compiled ok. Do I then just type in main to run the program or do I need to do something else?
  3. Replies
    9
    Views
    855

    I'll give it a try, thanks. Do I need to do...

    I'll give it a try, thanks. Do I need to do anything with the header file?
  4. Replies
    9
    Views
    855

    I've included the #include lines. I'm not sure...

    I've included the #include lines. I'm not sure about the project part.
  5. Replies
    9
    Views
    855

    Stupid Linking question

    This should win the stupid question of the day, but here goes.

    I am using the Borland BCC5.5 compiler. Now that I started working with classes, I need to link the .cpp and .h files but cant quite...
  6. Thread: Field width

    by vandalay
    Replies
    3
    Views
    4,500

    That makes sense to me, but I wont know the...

    That makes sense to me, but I wont know the string length until it is inputted. How could I handle that?
  7. Thread: Field width

    by vandalay
    Replies
    3
    Views
    4,500

    Field width

    I'm trying to print an entered string using twice the length as the field width. I can get the program to tell how long the length of the string is, but cant figure out the print twice the field...
  8. Replies
    18
    Views
    4,579

    Sorry about that. I have to input a character...

    Sorry about that. I have to input a character from the keyboard and test it against the functions in the character handling library. I have all of the functions working, except the ones requiring a...
  9. Replies
    18
    Views
    4,579

    Thanks Kermit. I tried your suggestion and still...

    Thanks Kermit. I tried your suggestion and still only get the \ of \n or \t to test against isspace. Any other recommendations?
  10. Replies
    18
    Views
    4,579

    Thats the part of the program I'm having trouble...

    Thats the part of the program I'm having trouble with. I'm unable to enter a string such as \n or \t to test to see if its a whitespace character. I'm only able to enter a single character. When \n...
  11. Replies
    18
    Views
    4,579

    I havent quite worked my way up to that yet. Any...

    I havent quite worked my way up to that yet. Any suggestions using arrays or pointers?
  12. Replies
    18
    Views
    4,579

    Any ideas on how I can get the program to take...

    Any ideas on how I can get the program to take whitespace characters and test them as well? I'm able to enter and check single characters, but it needs to check short strings also.
  13. Replies
    18
    Views
    4,579

    Thanks for the help.

    Thanks for the help.
  14. Replies
    18
    Views
    4,579

    Character handling help

    I've been workin on the following program and could use a little help. The program should input a character from the keyboard and using isdigit, return wheter the character is a digit or not. The...
Results 1 to 14 of 14