User Profile

Collapse

Profile Sidebar

Collapse
thalinx
thalinx
Last Activity: Sep 19 '07, 03:41 AM
Joined: Sep 18 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • thalinx
    replied to Unable to solve compiler errors
    in C
    only 5 but they are kind of "simple" errors and also 2 warnings hope u?'ll help me find out
    See more | Go to post

    Leave a comment:


  • thalinx
    started a topic Unable to solve compiler errors
    in C

    Unable to solve compiler errors

    Hi can ayone help me with this program, cause i dont know how to solve the compiling errors here. thanks
    [CODE=c]# include<stdlib. h>
    # include<conio.h >
    # include<stdio.h >
    # define MAXCADENA 8
    # define MAXREN 3
    # define MAXCOL 4
    int validato(int valor);
    void ini_renmatdin (int *ap_mat);
    void ini_colmatdin (int *);
    void ini_desmatdin (int *);
    int ins_ini_lineald in(int...
    See more | Go to post
    Last edited by Ganon11; Sep 19 '07, 03:16 AM. Reason: Please use the [CODE] tags provided.

  • thalinx
    replied to Syntax error
    in C
    oh thanks this thingss happen =S
    See more | Go to post

    Leave a comment:


  • thalinx
    started a topic Syntax error
    in C

    Syntax error

    Hi can anyone please help i have an error which says declaration syntax error at the main function thanks


    # include<stdlib. h>
    # include<conio.h >
    # include<stdio.h >
    # define MAXREN 3
    # define MAXCOL 4
    void ini_renmatdin (int*);
    void ini_colmatdin (int *)

    void main (void)
    {
    clrscr();
    int *ap_mat;
    int exito;
    int...
    See more | Go to post
No activity results to display
Show More
Working...