Search:

Type: Posts; User: GisiNA

Search: Search took 0.01 seconds.

  1. Thanks to all for the answers!!!!

    Thanks to all for the answers!!!!
  2. Thanks for the reply! But my query is to know...

    Thanks for the reply!
    But my query is to know if there is a possibility of passing a returned value from one program to another program.
    In other words, a main returns a value that is captured by...
  3. Thank you! You're right, I was referring to...

    Thank you!

    You're right, I was referring to placing



    program-1.exe | program-2.exe
    .
    What I see is that the option you gives me is for linux (or Unix-based operating systems). Do you...
  4. Passing return value from one main to other main function?

    I wonder if it is possible to pass a return value from one main function as input value to another main function.

    For example:

    Program that passes a value:


    //program-1.c

    int main(void)
  5. Replies
    8
    Views
    6,856

    I think this discussion not part of the problem I...

    I think this discussion not part of the problem I asked for, so I said good by and thanks again! :-D
  6. Replies
    8
    Views
    6,856

    Sorry, I think I didn't express my idea well...

    Sorry, I think I didn't express my idea well enough. I didn't mean that goto is faster by creating a program.

    What I mean is that a program written with goto instead of while, for or do-while, is...
  7. Replies
    8
    Views
    6,856

    Thank you! You give me the way to find the...

    Thank you! You give me the way to find the solution! It was not much to modify.

    You are right, goto is really not easy to handle.
    But in this case, I need to use goto. goto is much far away...
  8. Replies
    8
    Views
    6,856

    Can't creat as many files as need in a folder

    Hello friends,

    I hope there are some expert in Filestream programming with C.
    First of all, sorry for my english. I'm not native english speaker.

    I'm making some experiment with File streaming...
Results 1 to 8 of 8