Search:

Type: Posts; User: papudi

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    1,170

    Serial communications problem.

    Hi,

    I am trying to read data from my SUN workstation's ttya port.
    I have,

    {
    int *fd;
    int n, i=0, j=0;
    char message[64, buffer[64], c;
  2. Replies
    8
    Views
    1,280

    Since you(Spectrum48k) already have a software...

    Since you(Spectrum48k) already have a software background by working in CAD/CAM, the path you want to take is okay. Lot of stuff in colleges is gonna be for people fresh into the s/w field.

    What...
  3. Thread: pls help

    by papudi
    Replies
    5
    Views
    1,307

    try, if(s1[num]==*s2)

    try,

    if(s1[num]==*s2)
  4. Replies
    3
    Views
    913

    use array of structures

    you are gonna need a array of structures (size=10) to hold information about all students.
    You would then iterate 10 times in a for loop to take input and then again iterate 10 times to print output.
  5. Replies
    11
    Views
    1,209

    Thanks for pointing me to this valuble resource...

    Thanks for pointing me to this valuble resource "Google", I would have been totally lost without it!!!

    You are not obliged to write to anyone's post. We all come here looking for some answers. If...
  6. Replies
    11
    Views
    1,209

    Well, I do not have code yet...neither am I...

    Well, I do not have code yet...neither am I looking for code on this discussion board.

    Its more like some pointers, so that I can proceed in the right direction. Some, descriptive information,...
  7. Replies
    11
    Views
    1,209

    OS is VxWorks. This code is a multi-tasking...

    OS is VxWorks.
    This code is a multi-tasking based. Its just one executable program, but number of tasks within it.
  8. Replies
    11
    Views
    1,209

    Basically, I have two tasks...one task fills the...

    Basically, I have two tasks...one task fills the file with log statements.

    The other task get a request to upload this file to a different module. So, this task, has to read the existing file,...
  9. Replies
    11
    Views
    1,209

    File operations?

    Hi,

    I had this questions, based on the following scenario,
    I have a file open for "append+" (say FILE* fp1). I re-open this file(say FILE* fp2) for "read-only", copy the contents out of the file...
Results 1 to 9 of 9