Search:

Type: Posts; User: fireuk

Search: Search took 0.00 seconds.

  1. Thread: number format

    by fireuk
    Replies
    4
    Views
    1,272

    well that is what i tried but i couldn't get my...

    well that is what i tried but i couldn't get my head around the function so i was wondering if anyone had some sample code?
  2. Thread: number format

    by fireuk
    Replies
    4
    Views
    1,272

    number format

    Does anyone have a simple c++ function that will format a number i.e. 1000 = 1,000 / 5000000 = 5,000,000 etc... ? I am new to c++ so if I need to include anything or add header files please let me...
  3. Replies
    3
    Views
    1,165

    Thanks a lot, that really helps :)

    Thanks a lot, that really helps :)
  4. Replies
    3
    Views
    1,165

    simple string problem

    Ok I am new to C++ and I have this problem:


    details = dateStr + "," + staffid + "," + totalitems + "," + totalprice + "," + payment_method + "," + amount_paid + "\n";

    error C2110: cannot add...
Results 1 to 4 of 4