Search:

Type: Posts; User: CrazyShellsSlam

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    2,034

    Yes yes this should do it. Thanks:)

    Yes yes this should do it. Thanks:)
  2. Replies
    3
    Views
    2,034

    Monitor Recorder

    *looks at topic title* lol, yea idk what to call it, but I am looking for a program that acts as a video recorder for your monitor basically. i play CS Source, and all that jazz, and We've been...
  3. Replies
    0
    Views
    1,578

    C Shell

    This problem is kind of fitting for my screen name...C Shell...CrazyShells....yeah Im done lol.

    Anyhow Im trying to write a C Shell that prints a prompt, you enter the command into stdin, and it...
  4. Thread: C Help

    by CrazyShellsSlam
    Replies
    69
    Views
    4,910

    Oh alright...sorry guess I missed that. Well I...

    Oh alright...sorry guess I missed that. Well I guess I learned a thing or two about this. As long as it makes me a better programmer I guess. Thanks alot guys.
  5. Thread: C Help

    by CrazyShellsSlam
    Replies
    69
    Views
    4,910

    I honestly don't see it... and I asked a...

    I honestly don't see it...

    and I asked a friend of mine who has some experience with C and he doesnt see it either...



    #include <stdio.h>

    int main(int argc, char *argv[])
    {
  6. Thread: C Help

    by CrazyShellsSlam
    Replies
    69
    Views
    4,910

    Ok I see it!:)

    Ok I see it!:)
  7. Thread: C Help

    by CrazyShellsSlam
    Replies
    69
    Views
    4,910

    Alright well, lets see what happens...

    Alright well, lets see what happens...
  8. Thread: C Help

    by CrazyShellsSlam
    Replies
    69
    Views
    4,910

    Thats interesting. I never honestly thought...

    Thats interesting. I never honestly thought indentations had such a big impact on how the compiler looks at things. Ill go ahead and make the necessary adjustments so they match what u did, and see...
  9. Thread: C Help

    by CrazyShellsSlam
    Replies
    69
    Views
    4,910

    Honestly I dont :( Which is why Im asking. Oh...

    Honestly I dont :(
    Which is why Im asking. Oh and I corrected the "/n" and switched it to "\". But yeah when I remove the entire else statement it works fine. I dont get it:(
  10. Thread: C Help

    by CrazyShellsSlam
    Replies
    69
    Views
    4,910

    *sigh* Alright so after some hardcore reading and...

    *sigh* Alright so after some hardcore reading and asking questions I finally damn got it lol. Now I'm not one to start trouble, but it does the same exact thing as my original program;), haha. I...
  11. Thread: C Help

    by CrazyShellsSlam
    Replies
    69
    Views
    4,910

    Well the assignment also wants us to take a list...

    Well the assignment also wants us to take a list of filenames and print out the first line. So wouldnt u need some kind of loop for that? Because the program asks u for the first file...u supply...
  12. Thread: C Help

    by CrazyShellsSlam
    Replies
    69
    Views
    4,910

    No...the point of the program was to read only...

    No...the point of the program was to read only the first line of the text file. That was the assignment lol.
  13. Thread: C Help

    by CrazyShellsSlam
    Replies
    69
    Views
    4,910

    I'm a bit confused... Are you saying that the...

    I'm a bit confused...
    Are you saying that the code in red is bad code practice? Because if thats the case, then what can I do to improve it?
  14. Thread: C Help

    by CrazyShellsSlam
    Replies
    69
    Views
    4,910

    Alright looks like I have it working. Only a...

    Alright looks like I have it working. Only a couple of tweaks I believe need to be done for example. When I run the program it gives me the message: "The file is open" followed by the first line of...
  15. Thread: C Help

    by CrazyShellsSlam
    Replies
    69
    Views
    4,910

    Alright, thanks

    Alright, thanks
  16. Thread: C Help

    by CrazyShellsSlam
    Replies
    69
    Views
    4,910

    Actually I got it...hehe with the if statement...

    Actually I got it...hehe with the if statement too. Heres the code.



    #include <stdio.h>

    int main(void)

    {
  17. Thread: C Help

    by CrazyShellsSlam
    Replies
    69
    Views
    4,910

    Actually nevermind, your right lol. Alright I...

    Actually nevermind, your right lol. Alright I need to work further on this
  18. Thread: C Help

    by CrazyShellsSlam
    Replies
    69
    Views
    4,910

    Well actually I did something a tad bit different...

    Well actually I did something a tad bit different that a professor from last semester said. if we want to check if something is actually happening, then we can use an "if statement" for instance ...
  19. Thread: C Help

    by CrazyShellsSlam
    Replies
    69
    Views
    4,910

    Alright, thanks. so I guess I have to go back...

    Alright, thanks. so I guess I have to go back and tear the damned thing apart.
  20. Thread: C Help

    by CrazyShellsSlam
    Replies
    69
    Views
    4,910

    Well I have already clarified that fopen works. ...

    Well I have already clarified that fopen works. You see with the present code I have the program compiles, and then runs. It asks me for a filename, and I give it one, and then I think its entering...
  21. Thread: C Help

    by CrazyShellsSlam
    Replies
    69
    Views
    4,910

    LOL Yeah I know. Thank you.

    LOL Yeah I know. Thank you.
  22. Thread: C Help

    by CrazyShellsSlam
    Replies
    69
    Views
    4,910

    Alright seems like I have gotten the program to...

    Alright seems like I have gotten the program to enter the loop, but there is no result. I think because it doesnt know where to exit the loop.



    #include <stdio.h>

    int main(void)

    {
  23. Thread: C Help

    by CrazyShellsSlam
    Replies
    69
    Views
    4,910

    Alright I think I may have gotten somewhere...I...

    Alright I think I may have gotten somewhere...I hope. I tried putting our 2 codes together, and came up with the following below. However I am getting a parse error before fgets, also I am getting...
  24. Thread: C Help

    by CrazyShellsSlam
    Replies
    69
    Views
    4,910

    Well Ive been working on it with a friend from my...

    Well Ive been working on it with a friend from my class, and I want to try something that he started on last night. Yes it probably is something simple, but if we compare codes I think we may get...
  25. Thread: C Help

    by CrazyShellsSlam
    Replies
    69
    Views
    4,910

    No it doesnt.....I get the same error message. ...

    No it doesnt.....I get the same error message.

    *sigh* just cant win these days
Results 1 to 25 of 39
Page 1 of 2 1 2