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 Wanet Telecoms Ltd 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: 87vette
  • Content: Threads
  • Order by date
  1. 87vette

    converting octal numbers to standard output

    I have a program that i have to do for school. i have to convert octal, hex, and binary to its standard output and print out an how many overflows are read from the file I have to read from: example 0b0101 -012 0x05A -123 the output should be something like this Binary 5 octal -10 Decimal...
  2. 87vette

    need help converting c=fgetc to integer

    i am using fgetc to read from a file.also my project uses a double link list here is a sample of my program c=fgetc here is the rest else if (isdigit(c))//this use to delete from the link list { //delete(); //del=atoi(c); //delNum=c; if(del==0) continue...
  3. 87vette

    combo box Max lenghth ??

    Hi I am writing a program and I am using a combo box as one of my controls. I want to set a maxlength that a user can only enter 20 characters per entry. does anyone know how i can go about this since the combo box does not have a MaxLength property? Nail the code

Part and Inventory Search

Back
Top