Search:

Type: Posts; User: wadim

Search: Search took 0.00 seconds.

  1. Thread: Fun Examples

    by wadim
    Replies
    7
    Views
    2,225

    just have a look at www.ioccc.org or...

    just have a look at www.ioccc.org or
    http://www0.us.ioccc.org/years.html#1998_fanf
    if you are searching for amazing code snippets
  2. Replies
    7
    Views
    1,739

    Hi, you deklare readFile writeFile and str as...

    Hi,

    you deklare readFile writeFile and str as char arrays but i think you use the scanf function wrong while reading them.

    instead:

    scanf("%s", &readFile)

    it should be:
Results 1 to 2 of 2