Search:

Type: Posts; User: subhash

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    1,203

    doubt about multiple communication

    Hi,
    I am developing a program to control two devices
    1)through RS232 interface
    2)through USB port

    I had a doubt can i call a function to pass values to RS232 connected device and keeping the...
  2. Replies
    1
    Views
    2,094

    creating jpeg image

    Hi,
    I wanted to know which libraries should be used to create a jpeg image from an 2d array which has all the pixel values in it.

    I am using g++ compiler in UBUNTU OS....

    Can anyone please...
  3. Replies
    8
    Views
    2,337

    Even after trying the code written in the first...

    Even after trying the code written in the first reply if u get the run time error...try initialising the min and max variables and recompile the code....
  4. Replies
    8
    Views
    2,337

    As far as i can see...there are two closing...

    As far as i can see...there are two closing braces missing in calculate_min

    float calculate_min (float x, float y, float z)
    {
    float min_number;
    {//remove this if u wanna retain them add a }...
  5. Replies
    1
    Views
    726

    code help for file program

    Hi,
    I am new to this forum and C++ programming. I wanted some help for coding a program so as to access some data from a file.

    I want to write a function lets say fn1() which will scan a line...
  6. Replies
    5
    Views
    937

    I am using Ubuntu lucid lynx 10.04 and using a...

    I am using Ubuntu lucid lynx 10.04 and using a g++ compiler...

    This is not the actual code but the actual code is similar
  7. Replies
    5
    Views
    937

    segmentation fault

    Hi,
    I am new to this forum.I am having a bit of problem while coding a program. I am facing a segmentation fault.


    int main()
    {
    //calls
    fn();
    printf("Can i be seen!!");
    }
Results 1 to 7 of 7