Search:

Type: Posts; User: MK27

Search: Search took 0.07 seconds.

  1. Replies
    4
    Views
    32,598

    ahh, now that was nice and simple...

    ahh, now that was nice and simple (sprintf)...thanx
  2. Replies
    4
    Views
    32,598

    concatenate int onto char

    How can I convert an integer to a string for inclusion in another string? eg, here's a try with typecasting that doesn't work:


    int main () {
    int x=5;
    char *str=(char*)x;
    ...
Results 1 to 2 of 2