Recent content by stellina
-
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!- stellina
- Post #14
- Forum: Engineering and Comp Sci Homework Help
-
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!- stellina
- Post #9
- Forum: Engineering and Comp Sci Homework Help
-
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?- stellina
- Post #5
- Forum: Engineering and Comp Sci Homework Help
-
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...- stellina
- Thread
- C programming Programming
- Replies: 15
- Forum: Engineering and Comp Sci Homework Help
-
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.- stellina
- Post #7
- Forum: Engineering and Comp Sci Homework Help
-
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.- stellina
- Post #4
- Forum: Engineering and Comp Sci Homework Help
-
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?- stellina
- Post #3
- Forum: Engineering and Comp Sci Homework Help
-
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...- stellina
- Thread
- Encryption Program
- Replies: 8
- Forum: Engineering and Comp Sci Homework Help