CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: controlsguy

Search: Search took 0.03 seconds.

  1. Re: Linear Interpolation C code for X and Y axis - compile errors

    Thanks for your feedback, Paul.

    If this is the case, how can I replace these operators in my code with the equivalent in C?
  2. Re: Linear Interpolation C code for X and Y axis - compile errors

    Thanks Paul. Will do.

    I can't find any topics on the "<<" I am using. How do these normally work?
  3. Re: Linear Interpolation C code for X and Y axis - compile errors

    Paul, sorry for the confusion - The code needs to be in "C". Thank you for your help.
  4. Linear Interpolation C code for X and Y axis - compile errors

    When trying to compile, I am receiving errors which I am assuming are pretty generic and common:

    lin_interp.c:21: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token...
  5. Re: Linear equation/interpolation - basic compile errors

    Truly sorry about that guys. See below. Thank you for your help.


    // Lin_Interp.c : Defines the entry point for the console application.
    //
    #include "PACRXPlc.h" /* Include file applicable for...
  6. Linear equation/interpolation - basic compile errors

    I am trying to create C++ code that allows a linear equation (interpolator?) to take in a value and produce an output based on a table that is specified.

    The problem I am having is the GE compiler...
Results 1 to 6 of 6





Click Here to Expand Forum to Full Width

Featured