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!
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!
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?
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...
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.
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...