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...
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...
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
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.