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!

Recent content by pdkx7

  1. pdkx7

    How to transfer value of a variable between functions

    Hey, Thie may seem like a stupid question, and you may tell me to go learn about pointers but can you guys try and help me out here. I want to transfer the value of a variable from one function to another for example: int main() { int i; i = 10; } int function1() { int...

Part and Inventory Search

Back
Top