Search:

Type: Posts; User: Mr.Bit

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    2,007

    you are right, im sorry to leave you confused!

    you are right, im sorry to leave you confused!
  2. Replies
    4
    Views
    2,007

    this is the cross checking method. i need to...

    this is the cross checking method. i need to compare the value of a terminal counter with an operator counter(my application).
  3. Replies
    4
    Views
    2,007

    flow control algo

    hello,
    i do need to implement a counter to control the financial flow of funds.
    i need some help to find a good algo.i have double code in my algo which i want to get rid of.

    this is my algo
    ...
  4. Replies
    9
    Views
    1,741

    yes, you are correct.i need the exact same value...

    yes, you are correct.i need the exact same value in this char, even if its '00'.

    im not sure if i fully understand, however i will try it and post the result later on. i need to go home now, its...
  5. Replies
    9
    Views
    1,741

    ok, thanks laserlight. i see this isnt as trivial...

    ok, thanks laserlight. i see this isnt as trivial as i thought. looks like i need to get rid of the oneline idea, cause i do not have any other option then 1 single char.
  6. Replies
    9
    Views
    1,741

    hmm, does that mean i can use some printf family...

    hmm, does that mean i can use some printf family functionallity to store the data in a char. ok i will try it and post the result later on.

    thx Brad, you are absolutely right. but i do not use a...
  7. Replies
    9
    Views
    1,741

    thx, i thought there is no difference between...

    thx, i thought there is no difference between them.i need to read this again.

    ok it does not work if we have a zero at the first position of the last 2 bytes.

    lets say we have this:
    ...
  8. Replies
    9
    Views
    1,741

    hello, i also have some conversion problems. ...

    hello, i also have some conversion problems.

    input:

    char InBuff[8] = "12345678";


    output:

    char OutBuff[6] should be '123456' first 6 digits
  9. Replies
    3
    Views
    10,776

    my boss leaved me confused, now this make sense...

    my boss leaved me confused, now this make sense to me.

    thanks mats for helping me out with this.
  10. Replies
    3
    Views
    10,776

    declare and initialize struct members

    hello,

    thats maybe a stupid question but i got stuck on it. is there any way to not only declare but initialize array/pointer members in a struct or union?
  11. Thanks for your help matsp, but this is not the...

    Thanks for your help matsp, but this is not the solution. I just used "C:\*" as an example, cause this is the MSDN example to show any file in a root directory. But i tried many different ways....
  12. windows api functions, not working. requirements?

    hello
    i just startet to learn programming in c.i like c, ithink its a very good language, however i have a situation now.i hope you nerds can help me out..


    i need to code a windows api...
Results 1 to 12 of 12