Recent content by stellina

  1. S

    Learn How to Use File and Argc in C Programming: Step-by-Step Guide

    Hey guys, thanks a lot but I am still stuck because I am using xcode as a compiler and there is a different procedure to create a file. I can't figure it out! Is there anyone using xcode that can guide me step by step? Thanks!
  2. S

    Learn How to Use File and Argc in C Programming: Step-by-Step Guide

    Thank u so much! Just one last question. I'd like to check if the program works but I don't know how to create a file in the command line. Any ideas? Thanks!
  3. S

    Learn How to Use File and Argc in C Programming: Step-by-Step Guide

    Hey guys, thank u all! So here is what I don't understand:will fopen open the file and show its content? then there is no use of printf... About putting fclose in the loop: the problem asks for the contents on the screen to stay displayed. Can anyone explain how does it work?
  4. S

    Learn How to Use File and Argc in C Programming: Step-by-Step Guide

    Hello! I am learning how to use file and argc and I am stuck on this assignment : write a program that sequentially displays on screen the contents of all of the files listed in the command line. Use argc to control a loop. Here is my code, I'll try to enclose it in [ CODE ] [ /CODE ] tags if...
  5. S

    What's Wrong with My Simple Encryption Program in C?

    Hi Grep- thanks a lot for your comments! Sorry about the double posting , is the first time in my life that I use a live forum and I am still figuring out how it works.
  6. S

    What's Wrong with My Simple Encryption Program in C?

    to print the new line I added putchar(c); before the return statement but it doesn't work.
  7. S

    What's Wrong with My Simple Encryption Program in C?

    Thank you so much! things are clearer now. the program runs, however I don't get the encrypted output...any ideas?
  8. S

    What's Wrong with My Simple Encryption Program in C?

    Hi guys! I am writing a program that reads in a single sentence up to the period. The program outputs the modified sentence with all of the spaces removed and replaces each of the vowels with the letter 'Z'. Here is my code but I am stuck and I don't understand what's wrong, can anyone...
Back
Top