Search:

Type: Posts; User: taps

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    1,672

    Just see whether this solves your problem

    #!/bin/sh

    date | cut -d ' ' -f 4
    echo $PWD
    echo "Number Of directories"
    ls -l| grep -c ^d
    echo "The list of Files"
    ls -l| grep -v ^d
  2. Replies
    3
    Views
    1,366

    Has anyone used libmpeg3

    I am developing a mp3 player using libmpeg3
    I was able to decode the mp3 format and able to get it into a floating point buffer ..............
    But now i am stuck how do i redirect it to the...
  3. Thread: NTP help

    by taps
    Replies
    1
    Views
    1,129

    NTP help

    I want to know , whether the response from the NTP server is in 64 bit timestamp with respect to localtime or UTC

    Thanx
  4. Replies
    3
    Views
    2,634

    Linux cannot connect to internet

    :confused:

    I have tried everything but still this LINUX machine doesn't connect to the internet.
    I try to connect to my isp through KPP but it gives me error as shown below:

    Nov 8 06:13:35...
  5. Replies
    2
    Views
    961

    How to call C function from C++

    How do we call a C function from a C++ program .

    Thanx in anticipation
  6. Replies
    5
    Views
    2,438

    Thanks tiger

    :)

    chmod -s `which pppd` didn't work

    it says
    sending termination signal 15
    and then says
    Operation timed out , PPPD couldn't start.
  7. Replies
    3
    Views
    1,814

    memory Problems

    Hmmm saw your code

    There is a basic problem in the code.

    ifstream file1("E:\numb.num");

    I think this line shud be changed to

    ifstream file1("E:\\numb.num");
    Also in this code
  8. Replies
    1
    Views
    1,507

    Hi, getenv() function can be used just...

    Hi,

    getenv() function can be used

    just include stdlib.h

    #include<stdlib.h>

    main()
    {
  9. Replies
    5
    Views
    2,438

    Thanks I get the status of the modem saying...

    Thanks

    I get the status of the modem saying CONNECTED but then i get the message that COULDN't start.

    I just get this and nothing else.

    Is it that i have to pass some parameter to it or...
  10. Replies
    5
    Views
    2,438

    Unable to start pppd

    I am able to connect to the ISP but then the daemon pppd is unable to start .

    ANY IDEAS.......

    F1 F1 F1.
  11. Replies
    2
    Views
    879

    Just check BOOKPTR is declared as typedef...

    Just check BOOKPTR is declared as

    typedef struct Book *BOOKPTR;
    Also check whether BHEAD is declared properly???

    Try changing the compiler !!!!! Just give it a try .

    I think everything...
Results 1 to 11 of 11