Search:

Type: Posts; User: mike11

Search: Search took 0.01 seconds.

  1. Replies
    10
    Views
    1,105

    I didint understand what you meant by this.... ...

    I didint understand what you meant by this....

    :confused:
  2. Replies
    10
    Views
    1,105

    Hi TheBrain, I have another post in the same...

    Hi TheBrain,

    I have another post in the same forum...Maybe everyone will say stick to one thread dude !!....

    Sorry about that ...

    I am trying to do the following..

    Pass a parameter from a...
  3. Replies
    10
    Views
    1,105

    One question Can I use the cString concept to...

    One question

    Can I use the cString concept to pass a string to main ()

    like main(char* str)

    Thanks
  4. Replies
    14
    Views
    2,591

    Daved, Lets say I use a file to store the...

    Daved,

    Lets say I use a file to store the result and have the calling program to read it.....

    But how do I pass a string to the main

    The oracle form will do something like

    cfunc(str);
  5. Replies
    14
    Views
    2,591

    let me see if i can have the result go into a...

    let me see if i can have the result go into a file and discuss if the appl can read it ..

    thanks
  6. Replies
    10
    Views
    1,105

    Hi thanks buddy I changed the main to char*...

    Hi thanks buddy

    I changed the main to char* and it works just super...

    I will have the interface checked and then see what happens
  7. Replies
    14
    Views
    2,591

    This C program will be called from an Oracle Form...

    This C program will be called from an Oracle Form ...Some other person is taking care of it...I dont know much abt it ....
    However,
    That Form will send my C program a string ...And I am supposed...
  8. Replies
    14
    Views
    2,591

    I need the executable... So I guess i will go...

    I need the executable...

    So I guess i will go ahead and put in the main ..

    How do we pass a string param to main ...

    I dont know if arc argv will be good...

    bcos this will be called from...
  9. Replies
    14
    Views
    2,591

    passing params to main()

    Hi,

    How do we pass a param to main() function .

    I have a main function which should accept a string as a param. This param comes from an appl which calls this C code ...

    something like...
  10. Replies
    10
    Views
    1,105

    Return variables question

    Hi ,

    I am a beginner with C/ C++ ....

    I would like to return a string ...something like this ...I am using VC7 to compile this code......I need to do this in exactly this way bcos it is going...
Results 1 to 10 of 10