Search:

Type: Posts; User: RobertNewbie

Search: Search took 0.01 seconds.

  1. And special thanks to DEADPLANET - he simply...

    And special thanks to DEADPLANET - he simply found my error and presented it to me, which was all I was asking for in the first place.
  2. EASY FELLOWs!! I don't mind criticism, but...

    EASY FELLOWs!! I don't mind criticism, but jeez!... this code DOES work perfectly. The code is simply not up to your high standards, put the arrogance away and look in the mirror dude. yes I am...
  3. Well I'll be, I had to go line by line twice...

    Well I'll be, I had to go line by line twice before I finally spotted the error. I know loops are better but I am working within my current skills to get this assignment in. My goal is a basic...
  4. Would appreciate any suggestions for this...

    Would appreciate any suggestions for this problem. The code seems to work fine otherwise.
  5. COOL!! code tags...

    COOL!! code tags...
  6. I have no idea how these code tags are supposed...

    I have no idea how these code tags are supposed to work.. I DID read the 'Before you Post' header. So thanks for your help.

    The input is from keyboard for a 16 digit card number. The expected...
  7. Logical Error - Convert elements of string array to integer

    OK, all you really experienced guys are goin to love this code. I know its simplistic, but hey, I'm just learning and C is a tough nut. Here is a code snippit from a program that will compile. It's...
  8. Perfect! Many thanks !!

    Didn't know about the header file, Thanks!!
  9. System call to pause execution of a program for a few seconds

    I know there has to be a system call to pause (not system("pause") execution of a program for a few seconds. I would like to give the illusion that my program is 'thinking' rather than just spit out...
  10. Replies
    7
    Views
    3,293

    Thanks rcldr! the sleep function will work!!

    Thanks rcldr! the sleep function will work!!
  11. Replies
    7
    Views
    3,293

    Well I'm using Windows, I tried looking it up,...

    Well I'm using Windows, I tried looking it up, but they all want a keypress. I'm using Borlands C compiler. (BCC32).
    This only has to work on this compiler, and Windows OS.
  12. Replies
    7
    Views
    3,293

    Pause function in C

    Hi all, I know there has to be a system call for a pause function. I simply want the program to pause for a few seconds before executing the next line of code. I do NOT want the user to enter a...
  13. Replies
    3
    Views
    885

    Thanks!!

    :oThanks guys, I am now getting much easier to fix garbage! (you did solve my immediate issue!)
  14. Replies
    3
    Views
    885

    Variable Error - please help!!

    Here is the start of my C code. I only post the first few lines cause I finally pinned down the error to this mess.

    I am using bcc32 from the command line, I delete obj and tds files between...
Results 1 to 14 of 14