Search:

Type: Posts; User: Invecta

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    2,394

    try to compile your code with this sintax: ...

    try to compile your code with this sintax:


    root@invecta:~# gcc -o test test.c

    if no error message shows, thats mean you successfully to compile that code. To run your result, try to type...
  2. Thread: If Statement

    by Invecta
    Replies
    3
    Views
    1,266

    If Statement

    Whats wrong with my code?


    #include <stdio.h>

    main()
    {
    char x[10];
    printf("Enter [True/False] : ");
    scanf("%s", x);
  3. Replies
    20
    Views
    25,827

    try to change #include to #include...

    try to change #include <iostream> to #include <iostream.h>
Results 1 to 3 of 3