Search:

Type: Posts; User: sandeep080

Search: Search took 0.01 seconds.

  1. Thanks everyone, i can compile the programs...

    Thanks everyone, i can compile the programs successfully.. i have some starting trouble..
    When i compile and run the problem, the program displays the whole html of the page i request to the...
  2. I'm not sure whether i have setup the path or...

    I'm not sure whether i have setup the path or not.. how do i know?? please help
  3. problems compiling C with libcurl headerfile

    hi,
    I have installed libcurl3 in my ubuntu. But when i try to run the program using the command

    g++ sample.C -l curl

    It gives an error saying "curltest.c:2:23: fatal error: curl/curl.h:...
  4. Replies
    2
    Views
    12,922

    HTTP request using C program

    Hi,
    I'm working on a personal project which involves sending a http (Specifically POST) request using a C program. I'd like to know how to do this in C\C++. I'd be glad if some one can help me...
  5. Replies
    4
    Views
    15,387

    salem, I use both windows xp and ubuntu...

    salem,
    I use both windows xp and ubuntu on my desktop. and i use gnu gcc complier and sometimes use borland.
    The microcontroller I'm using is the classic 8051 from atmel.. If any other...
  6. Replies
    4
    Views
    15,387

    accessing RS232 using C/C++

    Hi,
    I wanted to know how to access hardware (like rs232, mouse, keyboard, usb port) using a C/C++ program. I'm interested in writing a small program to transfer a text file from PC to a...
  7. Replies
    2
    Views
    9,544

    developing a simple media player

    hi,

    I'm thinking of developing a media player(specifically a video player) in windows platform. As i'm totally new to windows programming i have no idea where to start... I checked out the msdn...
  8. Replies
    1
    Views
    4,096

    video processing in C/C++

    hi,

    I basically wanted to know how to write codecs in C/C++ for the .mp4 format. Is it even possible...? Also where can i find what's there in the mp4 file. I mean i need the data-structure of the...
  9. Replies
    10
    Views
    15,534

    ur problem is that ur getting 0 because u have...

    ur problem is that ur getting 0 because u have declared x as an integer.. change it to float because the result which u get is a fraction :):)
  10. Replies
    10
    Views
    15,534

    This is easy

    use this:



    float result;

    result=((float)rand())/RAND_MAX;
  11. Thread: kindly help

    by sandeep080
    Replies
    8
    Views
    1,365

    for that you need to put it this way: Example: ...

    for that you need to put it this way:
    Example:


    h[2][3]= {
    {2,2},
    {2,2},
    {2,2}
    };
  12. Replies
    16
    Views
    3,819

    Thanks everybody.. I'm a novice programmer......

    Thanks everybody..

    I'm a novice programmer... i don't know what's itoa().. if anyone could post in some links about this or just give a brief description i'd be greateful.. :D
  13. Replies
    16
    Views
    3,819

    @Adak.. as per your reccomendation i tried...

    @Adak..

    as per your reccomendation i tried this code(below).. but the program is running into an error state.. and a pop up appears saying, "... has encountered a problem and needs to close. We...
  14. Replies
    4
    Views
    4,804

    @ dino

    ya i know to code a loop..
    i tried this code but its not working.. pls help..


    //file name numbering program
    #include<stdio.h>
    #include<string.h>
    void main()
    {
    int i;
  15. Replies
    16
    Views
    3,819

    Sorry

    *sorry for the double post.. i'm a first time user..

    I need the logic of renaming the text file everytime the loop is executed?? how do you do this??

    thanks
  16. Replies
    4
    Views
    4,804

    Naming files in c

    Hi,

    I'm a student working on a project which requires me to create say 100 text files in C by naming the files in the format name001.txt , name002.txt , ... so on till 100.
    I want a logic to do...
  17. Replies
    16
    Views
    3,819

    Naming files in c

    Hi,

    I'm student working on a project which requires me to create text files using C program. My problem is that i want to create say a 100 text files which has to be named in the following format:...
Results 1 to 17 of 17