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 bkrike 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: judgex
  • Content: Threads
  • Order by date
  1. judgex

    Need to extract name of C variable from C declaration.

    Hi everyone, I only want the name of the declared variable. Everything else is not important to me: char x[50]; //ANS:x int y; //ANS:y char z; //ANS:z int (*f)(double); //ANS:y union un u; //ANS:u struct x y; //ANS:y...

Part and Inventory Search

Back
Top