Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Spannerman
  • Content: Threads
  • Order by date
  1. Spannerman

    Format of ITOA

    What is the format for ITOA I am at work and don't have my manual.
  2. Spannerman

    Leading Zeros

    I am trying to print leading zeros.My number is a numeric clock card number that is usually 4 digits.If ,however,the number should be less than 1000 I want to print leading zeros so that my columns on my print out remain level. Anyone help???
  3. Spannerman

    Extended error 183 DETAILS

    I have a function to delete a record from a file.The method I am using takes an input code number and finds the record.I substitute the first letter of the surname found with an asterisk and rewrite to the file.I then read the file and write all records without an asterisk to a temporary file.I...
  4. Spannerman

    Extended Error 183

    What is extended error 183
  5. Spannerman

    Flashing Screen Display

    In my program I set up a flashing colour in order to give error message i.e. #define lightredflash textcolor(140); This works fine on my computer,however, on the computers at work it is displayed on screen as a red character with a fixed white bow around it. Any clues as to why this is????
  6. Spannerman

    Printing In C????

    I used to print my C programs on a Dot Matrix printer at work no problem using if(!biosprint(2,0,0) && 0X90) printf;("Printer Not Ready"); Otherwise do the business. This worked fine.However in my new job I now am trying to use a Hewlett Packard Laserjet 6L.I use the same...
  7. Spannerman

    Thanks MBARANSKI Stack Overflow Solved

    Thank you MBARANSKI. The final advice with the WHILE LOOP sorted me out. And PALBANO the stars were dedicated to people who were taking time out to help not criticise.It's nice to learn. The harder the battle the sweeter the victory.
  8. Spannerman

    Still stuck on RECURSION!!!

    I start my database of 16 options with main() and then rmenu(). In this menu i have 16 options which are 16 functions like "View Stock Records" etc.... Each function runs its course and comes to the final bracket } . How do I then get the menu back up on screen in order for the user...
  9. Spannerman

    Recursion Causing Stack Overflow????

    I am still pondering my problem with Stack Overflow understanding recursion. I have a Database which I call Rstock with a menu with 16 options. I run the program rstock.exe and the very first thing it does is run a function rmenu(). This puts up the menu of 16 different options. At the end of...
  10. Spannerman

    Still suffering from Stack Overflow

    I am not sure recursion is the cause although I do not fully understand.
  11. Spannerman

    MDTKINDIA What is a recursive function?

    Thanks for your reply MDTKINDIA what is a recursive function????
  12. Spannerman

    How Do I Alleviate Stack Overflow?

    I am sorting a maximum of 650 items in a table and then reading a sequential file to pull out the relevant data that goes with the sorted item.Every now and then my system crashes with STACK OVERFLOW!!! I could not master Q-Sort so I am using the good old BUBBLE SORT which I am very familiar...
  13. Spannerman

    Available Memory In Turbo C

    In my Turbo C Compiler I have under options: Available Memory 308K. I run TC from my floppy disk and it is fine BUT SLOW. I copied my entire floppy to my hard drive to speed it up but the new copy of Turbo C now reads Available Memory 48K, so my program will not compile, Out Of Memory.How can I...
  14. Spannerman

    Sorting A Structure By Date

    How do you sort a structure by date? Does anyone have a chunk of ready-made code for C? My structure or file is: Date Code Description...
  15. Spannerman

    Return Codes

    What are the Return Codes in C for the arrow keys?
  16. Spannerman

    Date

    How do you pick up system date in C?

Part and Inventory Search

Back
Top