Search:

Type: Posts; User: yaraeovento

Search: Search took 0.00 seconds.

  1. Thank you so much for both answers!

    Thank you so much for both answers!
  2. Beginner's question: how to cin after system()

    Hello!

    Imagine I want to have my program run a shell script and I want to use its return in my program. Could you please tell me how to read it back into my program?

    Thank you!

    Also, best...
  3. And for other begginers looking at this thread,...

    And for other begginers looking at this thread, check this out:


    echo Harry > hello

    will write "Harry" to the file hello (and that is when the hello file ceases to be the compiled program and...
  4. Thank you so much. Funny, I was sure I had tested...

    Thank you so much. Funny, I was sure I had tested both > and | . Will read more on those operators, thank you!
  5. Beginner's question: How to redirect shell's standard output into program's stream?

    Hi, this is a beginners question, I appreciate you taking the time to help me out.

    The motivation:
    I want to take the standard output of a shell command (in Red Hat, using tcsh, in my case) and...
  6. Many many thanks for you help. I understand now....

    Many many thanks for you help. I understand now.

    All the best!
  7. Beginner's question: const operator++() ?

    Hi, another beginner's question...

    I am reading Sams Teach Yourself C++ by Jesse Liberty and Rogers Cadenhead.

    This is an example from their book:



    #include <iostream>
  8. I see, sorry. I knew it must have been something...

    I see, sorry. I knew it must have been something stupid. Many thanks for taking the time and providing a reply so fast.
  9. beginner's question: simple class usage compiler error.

    I apologize for posting such a simple question, but after several tries, I am still confused.

    Full disclosure: this is an exercise from "Sams Teach Yourself C++ in 24 Hours" by Jesse Liberty and...
  10. Thank you so much, Cat. Thanks for taking the...

    Thank you so much, Cat. Thanks for taking the time to be so clear! I appreciate it.
  11. Understanding strings and arrays. Specific questions included.

    Hi,

    this is a beginners question, I apologize. I would greatly appreciate your help in my studies. Thank you!

    To help illustrate my misunderstanding, I created an example. After it, I would...
Results 1 to 11 of 11