declarations of functions

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Nkhosinathie
    New Member
    • May 2007
    • 91

    declarations of functions

    i'm writing a program containing two void functions namely getInput(string & arrays names, int &marks) and display results(string[],int[])

    my problem is we haven't started with string arrays so may anyone give me a clue how to start then i'll continue.
  • ilikepython
    Recognized Expert Contributor
    • Feb 2007
    • 844

    #2
    Originally posted by Nkhosinathie
    i'm writing a program containing two void functions namely getInput(string & arrays names, int &marks) and display results(string[],int[])

    my problem is we haven't started with string arrays so may anyone give me a clue how to start then i'll continue.
    Start with what? What are you trying to do?

    Comment

    Working...