Search:

Type: Posts; User: rohit83.ken

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    3,214

    how shall i install that library

    how shall i install that library
    shall I use yum or add/remove software in fedora 7
  2. Replies
    3
    Views
    3,214

    cant include libipq.h header file

    I have a C file of the following .When I execute this in Fedora 7 version 2.6.21-1.3194.fc7 and
    arch =i686 I get following errors

    [root@kwi-11156f06184 Desktop]# cc test.c
    test.c:3:20: error:...
  3. producing c/c++ code from flowcharts,pseudo code , algorithims

    hello frnds

    is there any way or any software available to produce c/c++ code from the flowcharts or, pseudocodes or ,algorithims

    can any one provide the links or any information

    prethanks...
  4. Replies
    2
    Views
    1,375

    program not working

    this is a program to remove comments

    can anyone help me or give some hints


    //Program to print a file by removing Comments
    #include<stdio.h>
    void main()
    {
    FILE *fp;
  5. Replies
    3
    Views
    2,221

    removing comments of type '//' and '/*'

    help me in writing the code that takes a c or c++ file and deletes the comments and prints the output to other file

    totally 3 files r involved
    one removes the comments
    other is the program...
  6. Replies
    2
    Views
    1,355

    removing comments of type '//' and '/*'

    i want to write a program that takes a file having comments and removes

    the comments and prints the c source code file into the other file

    please provide code or link
    prethanks to the helper
Results 1 to 6 of 7