|
-
Nov 4th, 2000, 06:56 PM
#1
Thread Starter
Frenzied Member
I seem to have forgotten this from my class, what the correct syntax?
-
Nov 4th, 2000, 07:10 PM
#2
Frenzied Member
returntype name (type param1, type param2, type param3, ...)
for example
int AddNumbers (int param1, int param2)
{
return param1 + param2;
}
-
Nov 5th, 2000, 10:13 PM
#3
Thread Starter
Frenzied Member
that looks like me code...but yours works...cheers!
-
Nov 6th, 2000, 12:36 AM
#4
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|