Search:

Type: Posts; User: umeshjaviya

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    2,504

    Hello Friends, Thank you very much for your...

    Hello Friends,

    Thank you very much for your kind help......
    The correctly working code is given below......
    What I understand that .... user define functions can communicate with main function...
  2. Replies
    4
    Views
    2,619

    something like no_of_rows; no_of_column; ...

    something like


    no_of_rows;
    no_of_column;

    int_tmp = no_of_column;

    for(i=1; i<=no_of_row;i++)
    {
  3. Replies
    3
    Views
    2,504

    problem with pointer passing to function

    I am a new guy in C. But I have read stuffs about Malloc, Realloc, how to pass pointers to the function and FAQ guidline as well...

    If I am writing this code in single program, it works...
  4. Replies
    11
    Views
    3,663

    I also thinking same way..... Cause I tried...

    I also thinking same way.....

    Cause I tried the same program with out any change on Linux with gcc command ( I dont details about compiler)

    I am using microsoft VC++...so have to work with it...
  5. Replies
    11
    Views
    3,663

    My main program file name is 3d_new.cpp which has...

    My main program file name is 3d_new.cpp which has the main() function as follow.



    #include "stdafx.h"
    #include<stdio.h>
    #include<stdlib.h>
    #include<fcntl.h>
    #include<io.h>...
  6. Replies
    11
    Views
    3,663

    Thank you very much fro reply.... I am a new...

    Thank you very much fro reply....

    I am a new guy in C programing..... I dont do C programing for my engineering calculations.....

    So, Initially I written 10000 lines code to check my solution,...
  7. Replies
    11
    Views
    3,663

    how to split long programe in small files

    Hello friends,

    I am writing a C code...

    Now it become very long about 10000 lines...and have so many globle variables...cause these all variables are used in all user defined functions.....
    ...
Results 1 to 7 of 7