Search:

Type: Posts; User: sanju

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    848

    including a file help needed!!!!

    dis.c

    #include<stdio.h>
    #define DEBUG 1



    int main()
    {
    #if DEBUG
  2. Replies
    1
    Views
    1,465

    help !!concept of class templates

    I have tried using a class template concept

    but it does not seem to work ,
    throws 2 error statements on compilation

    i am new to the concept of class templates

    what is the error in my...
  3. Replies
    1
    Views
    4,240

    command in unix for checking memory leaks

    hi friends,

    i have developed a project in c . but there seems to be some memory leaks.
    i s there any command in unix where i can check the memory leak.
    i have used a cc compiler in unix.
    ...
  4. Replies
    1
    Views
    1,043

    shell programming

    hi friends,

    can anyone suggest to me some good websites
    and forums for studying shell scripting from the
    basics
    to the advanced topics.

    thanks for the help
    sanju
  5. Replies
    2
    Views
    846

    i got the message

    hi friends,

    i would look into the problem in my stack program.

    cool idea to flowchart my program . really good idea,
    actually i just wanted to know whether there is any logical
    error, anyway...
  6. Replies
    1
    Views
    2,590

    stack implementation problem-help needed

    hi friends,

    i have a problem in implementing a stack data structure.

    this is a simple array + struc implementation
    i would be greatful if anyone could give me guidance

    actually if...
  7. Replies
    7
    Views
    1,853

    dont get disheartened

    hi man,

    dont ever get disheartened studying c . it's not easy initially
    but

    study slowly without getting disheartened look out for the concepts.

    also do log in to this site and observe...
  8. Replies
    1
    Views
    1,702

    using various data types in c language

    hi friends,



    i am working in hp-unix with c compiler.

    actually i want to learn the use of various data types in c language,

    specifically signed , unsigned .
  9. Replies
    1
    Views
    2,105

    basic doubt in pointer concept

    dear sir
    i am having a simple doubt in pointer concept.

    i am reading in 3 names using a string pointer,

    and printing them ,,

    it works out perfectly fine..

    but i get a "warning message"
  10. Thread: C exam papers

    by sanju
    Replies
    3
    Views
    4,256

    hi jojo !!! very good book

    hi jojo,

    there is an excellent book called "test your c skills" written
    by
    yeshwant kanetkar.


    it is a really good book and u get it for around 200 rupees,
    roughly 4 $.
  11. Replies
    4
    Views
    4,888

    thanks any way

    respected sir
    thanks any way for the guidance,

    i think i am able to figure out the problem.
    bye

    sanju
  12. Replies
    4
    Views
    4,888

    binary tree problem - help needed

    respected sir,

    i would be greatful if anyone could help me with my non recursive
    binary tree problem.actually i had already got some help from u.thanks for that.


    the problem is...
  13. Replies
    3
    Views
    1,577

    binary tree solution-- help needed

    respected sir,

    this is a non recursive solution for a binary tree.but the code
    seems to have some problem,
    even after debugging i am not able to find out the problem.
    the problem is

    while...
  14. Replies
    0
    Views
    876

    thanks to salem(moderator)--timely help

    dear sir,
    i am very very greatful to you for

    having helpmed me with my non

    recursive code for my binary tree program.

    i t really help anyone if some one could help u in...
  15. Thread: input files in C

    by sanju
    Replies
    4
    Views
    2,786

    dont worry!!!

    hi folk,

    use the second option and here is the code for , only
    if u did
    not know
    about it.....


    int main(int argc,char **argv)
    {
  16. Replies
    72
    Views
    8,292

    cool idea!!!!

    hi folk,

    congragulations!!! on this novel idea.

    i would like to join your forum. i am just about a average
    c programmer.

    my mail-id is [email protected]

    bye for now
  17. Replies
    1
    Views
    4,183

    hash table data structure implementation

    respected sir,

    can anyone give me links or example
    code
    of a hash table data structure implementation in

    c language.
    i have been trying very hard to learn the implementation
    for this.
Results 1 to 17 of 19