Search:

Type: Posts; User: Massaker

Search: Search took 0.01 seconds.

  1. Thread: Dumb question

    by Massaker
    Replies
    18
    Views
    3,575

    dragon2309 i found this book helpful for me -...

    dragon2309 i found this book helpful for me - Practical C Programming 3rd edtion


    Im on nonpuz side... SlyMaelstrom you have no right getted mad at someone who was correcting you code... why do...
  2. Thread: Dumb question

    by Massaker
    Replies
    18
    Views
    3,575

    #include int main(void) { char...

    #include <stdio.h>

    int main(void)
    {
    char name[25]; /* where the name is stored */

    printf("Please enter you name: "); /* ask user to input name */
    ...
  3. Replies
    3
    Views
    1,594

    Function Question

    Hi im just wondering if there is a differnce between



    #include <stdio.h>

    int twice(int i);

    int main(void)
    {
  4. Replies
    10
    Views
    1,178

    shouldn't he also have the return 0; at the end...

    shouldn't he also have the return 0; at the end to?

    and im not sure if you know or not, but you can also put your functions before mian.



    #include <stdio.h>

    int playgame (int input)
    {
  5. Thread: Parameters

    by Massaker
    Replies
    1
    Views
    851

    Parameters

    Are they made with in the code or how are they made?

    example

    - telnet somthing.com
    - firefox google.ca
    - rename 1.txt 2.txt
Results 1 to 5 of 5