Search:

Type: Posts; User: mapleleafblue

Search: Search took 0.01 seconds.

  1. Libraries correctly specified in make file

    All,

    I getting a runtime error with a set of applications.
    exec(): 0509-036 Cannot load program avat5 because of the following errors:
    0509-130 Symbol resolution failed for...
  2. Replies
    4
    Views
    1,663

    Display return value from a function

    I want to print a return value of 1 or 0 or some other number in a c program to the screen.


    if ( readFile() != 0 )
    {

    fprintf(stderr, "Unable to read input...
  3. Replies
    4
    Views
    3,500

    Sorry Adak, I had pretty much forgotten about...

    Sorry Adak,

    I had pretty much forgotten about this thread. Thanks for the advice.

    I used atof to do it in the end. The where clause in the sql doesn't need to be explicit and as long as the...
  4. Replies
    4
    Views
    3,500

    Well I suppose I could be a bit more specific :-...

    Well I suppose I could be a bit more specific :- Here goes ::

    I have a question for you that you might be able to answer.

    I have a string value amount that is read from a file as "00000300000"...
  5. Replies
    4
    Views
    3,500

    conversion of char to decimal

    All,

    I have a problem and am struggling to be honest. I have a program that has a series of char values that are read from a file and stored in a database table. The program is using embedded sql....
  6. Replies
    6
    Views
    17,623

    Convert a Julian Day to gregorian

    I need to write a function in C that will be passed the current julian date for the current year for e.g

    333 is today 28/11/2008 format required 20081128

    60 is the 29/02/2008 format required...
Results 1 to 6 of 6