Search:

Type: Posts; User: srindom

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    1,486

    You just access them as you wrote: a = z1[0] b...

    You just access them as you wrote:
    a = z1[0]
    b = z1[1]
    c = z2[0]
    d = z2[1]
  2. Replies
    9
    Views
    2,372

    Too slow !

    Too slow !
  3. #5 I dont think you want to store numbers in a...

    #5
    I dont think you want to store numbers in a char array
  4. You could have a char array containing the names...

    You could have a char array containing the names and save them in the same order and it should be rather easy to print the names.
  5. Replies
    5
    Views
    1,744

    It is possible to create GUIs for your program...

    It is possible to create GUIs for your program but I would not recommend it, considering your experience and knowledge
  6. Replies
    7
    Views
    2,877

    Well, gtk+ also works with C

    Well, gtk+ also works with C
  7. Replies
    10
    Views
    78,659

    maybe you can use this link,...

    maybe you can use this link, http://www.cppreference.com/stdstring/atof.html. It seems like atof is not working the way you want it to.
  8. Replies
    8
    Views
    2,607

    Do you know about scanf() and printf() ?

    Do you know about scanf() and printf() ?
Results 1 to 8 of 8