Search:

Type: Posts; User: dontknowc

Search: Search took 0.01 seconds.

  1. Run Executible from inside main of other executible?

    HI,
    I was hoping someone could help me with how to link two executables. I have a executable that records data into two files. I then have another executable that parses those files into the...
  2. Replies
    5
    Views
    2,338

    THank you so much. I think that last suggestion...

    THank you so much. I think that last suggestion fixed my problem. That is a huge weight off my shoulders. Thanks again.
  3. Replies
    5
    Views
    2,338

    Would that still give me the format of the struct...

    Would that still give me the format of the struct I created so that I could print out the information separately inside my main program once returned? Where would it be placed? After


    xyz =...
  4. Replies
    5
    Views
    2,338

    Struct/parse returning wrong information

    So I have the following parsing code that sends of a string in msgbuf comprised of binary information:


    parse_binaryxyz(msgbuf,&xyz);
    new_nav_posecef = TRUE;
    (#1)...
  5. Replies
    5
    Views
    7,249

    Okay, so when I fixed the "int main() {" problem...

    Okay, so when I fixed the "int main() {" problem and tried to compile I got many errors of the same type.

    What is undeclared and how to fix?

    gpsinfile’ undeclared (first use in this function)...
  6. Replies
    5
    Views
    7,249

    I read the homework policy and realize this...

    I read the homework policy and realize this sounds like it might be homework, however it is for research and not at all for a grade. I would appreciate all and any help possible or advice about...
  7. Replies
    5
    Views
    7,249

    Brand new to C need favor

    I have never written or learned any C programming however for a project I am working on I need parse a file and was told to do it in c. I found some code that does what I want but reads it from a...
Results 1 to 7 of 7