Search:

Type: Posts; User: abc123

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    3,832

    My worry is all about strncpy not to printf

    But, Anyway thanks for your reponce.
  2. Replies
    6
    Views
    3,832

    Implementation is required

    Hi Salem,

    I would like to know how it was implemented.

    my doubt whether the function is taking care of src buffer null character before the specified no of chars.

    for example consider this...
  3. Replies
    6
    Views
    3,832

    strncpy definition

    Hi,

    Can anyone post the source code for strncpy from linux.

    thanks,
  4. Thread: help with loops

    by abc123
    Replies
    8
    Views
    1,485

    Observe this line in your code //#include...

    Observe this line in your code
    //#include "maze_gen.c"
  5. Replies
    1
    Views
    1,629

    Unable to open USB drive

    Hi,

    When i try to open a USB drive after it was detected a pop-up error was displayed saying that "insert disk .........".

    OS: Windows XP

    Help is more apreciated.
  6. Wrong comparison in "if"

    Sorry about previous suggestion i didn't go through ur code clearly. what i observe is u r trying to assign a value to iundex in if statement. Please opbserve the the bolded statement.
    So to avoid...
  7. Recognize the difference highlighted in your program

    Find the difference in declartion of variables which are highlighted in ur program
  8. The function you used goes wrong

    FYI

    #include <math.h>

    double pow(double x, double y);

    float powf(float x, float y);

    long double powl(long double x, long double y);
  9. The argument in printf statement went wrong

    Remove the '&' in printf statement for the variables
Results 1 to 9 of 9