Search:

Type: Posts; User: JuzMe

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    1,009

    Variable like concat variable

    I have this code as follows




    EXEC SQL FETCH getContractParamInfo2 INTO :db_sh_param_type,:db_sh_param_value, :db_createDate ,:db_createEndDate, :db_sncode, :db_spcode;

    fetchStatus2 =...
  2. Replies
    11
    Views
    2,258

    Here is my code void...

    Here is my code


    void bghCalculatedValues::getBillDisplayParam(
    bghVantiveDescription &newVantiveDesc,
    bghVecContractParameters &vecContractParam,
    bghContract& contract)
    {
    #ifdef...
  3. Replies
    11
    Views
    2,258

    Sorry what u meant is it as follows? int...

    Sorry what u meant is it as follows?


    int iConParam = 0;

    for ( iConParam = 0; iConParam < vecContractParam.length() ; ++iConParam )
    {
    ...
    ...
    ..
  4. Replies
    11
    Views
    2,258

    Is a C code and vecContractParam is the records...

    Is a C code and vecContractParam is the records of my vector
  5. Replies
    11
    Views
    2,258

    So how am I suppose to do that?

    So how am I suppose to do that?
  6. Replies
    11
    Views
    2,258

    For loop question

    Ok! I have this code as follows:




    int iConParam = 0;

    for ( iConParam = 0; iConParam < vecContractParam.length() ; ++iConParam )
    {
    ...
  7. Thank you. It works

    Thank you. It works
  8. Hi Vart, Thanks for your help. But I need...

    Hi Vart,

    Thanks for your help.

    But I need your help further.

    For this string:

    String: 'I+am+really+tired+mememe-is-now-at-home'
  9. I am really sorry..... I am really desperate for...

    I am really sorry..... I am really desperate for help... Can anyone guide me what I should really do? I don't even know how to begin.
  10. Actually, it is not say I do not want to learn....

    Actually, it is not say I do not want to learn. But I am stuck and rushing to meet the dateline so I do not have time to look for these books.... Is ok.... I will look at other places.
  11. Ok, do you have any reference that I can refer to?

    Ok, do you have any reference that I can refer to?
  12. Sorry but how do I actually code that? I am...

    Sorry but how do I actually code that? I am really new to this C programming and so I am not so sure about it.
  13. Seperate string into 2

    Hi,

    If I have this string 'Hello+Julie+I-was-here', how do I get this expecting result with C programming?

    'Hello+Julie'

    'I-was-here'

    Another example,
Results 1 to 13 of 13