Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: beradams
  • Content: Threads
  • Order by date
  1. beradams

    Error in Borland

    Just started using Borland C compiler. I am trying to compile a simple program: #include <stdio.h> #include <math.h> main() void timestwo(double y[], double x[]) { y [0]= 2.0 * x[0]; return; } ... I keep receiving the error: "Error 2141 timestwo.c 6: Declaration syntax Error"...

Part and Inventory Search

Back
Top