Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
IDL problem with a long variable
Name: astroinge Date: August 25, 2005 at 09:09:38 Pacific OS: Red Hat CPU/Ram: 1 GB
Comment:
I am programming a process in IDL that will alow me to do a loop (for do begin) with a variable that is bigger than 60,000, but since it is too long, I have to declare it long somewhere. The value is extracted from a file and kept in the variable. Anyone wknow how to declare it long?
Summary: hey, im working on a program for computer science and i have a problem with a small part of it: char a[10]; printf("How many people would you like to enter information for?=> "); scanf("%s",&a); Now, ...
Summary: Hi, I'm, hoping that someone can help me out with a problem i'm having. I'm making a program for management of small personal libraries. i recently ran into a bug while loading the program where it h...
Summary: Hi! Im having som problem with a regexp that should match all html tags with some exeptions. I can match all tags with somthing like: (<[^>]*>) or maby even (<.*?>) I can also math a list of tag...