Search:

Type: Posts; User: fr33ze

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    1,766

    #include #include int...

    #include <stdio.h>
    #include <conio.h>
    int main() {
    int n;
    scanf("%d", &n);
    printf("%d", n);
    getch();
    return 0;
    }
  2. Replies
    3
    Views
    1,766

    Or ... how does this thing work

    I am new in programming with dev-c++ , and i just don't understand how can i solve my problems. I handle well this program with normal programs, but i have wrote an aplication for connecting to a...
  3. Replies
    3
    Views
    1,766

    Same problem

    <<mod>>
    Split from http://cboard.cprogramming.com/showthread.php?t=85264
    <<mod>>

    I did all the things above, but i have the same error:
    Compiler: Default compiler
    Building Makefile:...
Results 1 to 3 of 3