Search:

Type: Posts; User: Learner007

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    1,236

    Is there a better way of doing this ?

    I am getting the input (left arrow or right arrow)
    using the following code:


    int grabinput()
    {
    char c;
    c = getch();

    if ((float) c == 27)
  2. Replies
    11
    Views
    8,734

    So...

    example2 = myfunction();

    so whatever variables written in myfunction will be stored in example2.... ?
    (in the case that both are of the same struct, i mean)

    can you also copy two structs...
  3. Replies
    11
    Views
    8,734

    Returning Multiple Values from a Function

    How can one return multiple values from a function ?

    Is there an example I can see ?

    CHECK OUT www.akilla.tk
    :cool:
  4. Replies
    8
    Views
    3,341

    Here

    I am attaching it to this.

    Can anyone tell me why it doesn't compile with other compilers?
    How do I make it work with all of the compilers?
  5. Replies
    16
    Views
    1,736

    Poll: Which compiler do you suggest ?

    I am thinking of buying a compiler.
    I want to go either for MS Visual C++ or for Borland C++ Builder
    (less than 100 bucks) 'cause I can't pay more than that.

    Which one do you suggest me to buy ?
Results 1 to 5 of 5