Thread: Functions problem

  1. #1
    Registered User
    Join Date
    Nov 2007
    Posts
    10

    Unhappy Functions problem

    Hello. I have 3 functions (main,resid,gevect). resid calls gevect.I want to check an array variable of resid with a for loop in main.

    i call resid in main and printf the specific variable of resid but i have no result. any help? (do i have to call gevect also in main?)
    Last edited by massimo84; 11-30-2007 at 09:21 PM.

  2. #2
    Woof, woof! zacs7's Avatar
    Join Date
    Mar 2007
    Location
    Australia
    Posts
    3,459
    Post your code.

  3. #3
    Deathray Engineer MacGyver's Avatar
    Join Date
    Mar 2007
    Posts
    3,210
    Yeah, seriously. Are we supposed to know why you have "no result"? And for that matter, what does "no result" mean?

    If you want a definite answer, you have to give us something definite to go on.

  4. #4
    Registered User
    Join Date
    Nov 2007
    Posts
    10
    sorry guys for the inconvinience.....i found the solution.thanks

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. problem with functions
    By saliya in forum C Programming
    Replies: 1
    Last Post: 11-05-2007, 10:36 PM
  2. Problem with system(), execl(), etc. functions
    By nickkrym in forum C Programming
    Replies: 5
    Last Post: 05-12-2007, 08:04 AM
  3. Problem: Functions
    By Dmitri in forum C Programming
    Replies: 21
    Last Post: 11-06-2005, 10:40 AM
  4. Problem with pointers and functions
    By Kheila in forum C++ Programming
    Replies: 5
    Last Post: 10-13-2005, 12:40 PM
  5. Problem with functions
    By lizardking3 in forum C++ Programming
    Replies: 4
    Last Post: 09-22-2003, 04:34 PM