Summary: Simple/stupid question but I cant seem to find the answer on google. I have a variable I want to print with printf. The variable is : long long int va...
Summary: 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, ...
Summary: i am working on an ERP project using following combination a) crystal reports-6 b) visual basic-6 c) SQL server-7 we have an NT server and Windows-9x ...
Summary: Michael - my apologies, I made a few changes to the macro and it now works fine!! My only remaining problem is that it always starts from number "1", ...
Summary: i am working on an ERP project using following combination a) crystal reports-6 b) visual basic-6 c) SQL server-7 we have an NT server and Windows-9x ...
Summary: 65,535 is used because 65,535 is the maximum value that can be stored in an integer (16 bits). To have a larger value you would need a long integer (...
Summary: Although I don't know how a CRC-16 check is done offhand, I can help you with getting an ASCII string converted to binary. The real secret is that you...
Summary: This is a uncompressed video file which is basically a very large file full of 1 byte numbers. I dont think I am running out of memory as the applicat...
Summary: Hi Not sure about your errors it may be something to do with being a unix platform, but as this was created with a pc and the file system will be di...
Summary: I'm trying to create a function to convert a decimal time (distance / time) to time format HH:MM:SS I think I got the bulk of it down, but I'm having ...
Summary: Hello all, I have a problem trying to compile a C program and, as a newbie to C, I am confused! This program comes from a tutorial, "A quick introduc...
Summary: This is part of an assignment for my C unit in programming. I am at my witts end! Can you help? Problem: I have a data structure that contains a nest...
Summary: I need help with following ksh script - it is only partially working - any comments appreciated! Code below: #!/bin/ksh # # Name: Cheryl.ksh # # Menu ...
Summary: Hi, thanks for the explanation. I think im getting the idea with the "EnableDelayedExpansion" now. And come to think about it, it could have solved s...
Summary: for starters you can instantiate the array like this: int my_array[7][7]; and you can access each element or the array like this to set the array: my_...
Summary: Try modifing the 'int x' range. Replace it with 'unsigned long int x'. It may be gcc uses a different 'int' width range than devcpp. Let me know if it...
Summary: OS: Windows 2000 I'm using a program that accepts the command line argument -file_name and opens the file specified in the argument immediately follow...
Summary: It's way past my bedtime, so I can't help much other than to say that these two loops need to be combined: //this is responsible for the "n :" part fo...
Summary: Hi Goosh: It's been a long time, but I played with the code. Bear in mind, this is not what you started with, but what I modified to make it work. G...
Summary: Whenever I try to run the following program, it crashes. I don't know what's wrong with it. Please help. #include #include typedef char prediction[5...
Summary: Hi all I've been learning sql/oracle from a book, so bear with me if this sounds easy. I defined an attribute as CLOB and I'm trying to store raw tex...
Summary: Try setting the left and top properties on the printer. This always works for me. In larger applications I have used a blank white form with no border...