•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the C section within the Software Development category of DaniWeb, a massive community of 456,515 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,766 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our C advertiser: Programming Forums
Views: 1575 | Replies: 3
![]() |
•
•
Join Date: Oct 2007
Posts: 2
Reputation:
Rep Power: 0
Solved Threads: 0
Hello,
I can't seem to find any example code where a 2-dimensional array is returned from the function. This is my code:
any suggestions are much appreciated.
I can't seem to find any example code where a 2-dimensional array is returned from the function. This is my code:
C Syntax (Toggle Plain Text)
char *updateBoard(char board[3][3], int position, char piece){ //board is changed here //want to return new board return board; }
any suggestions are much appreciated.
![]() |
•
•
•
•
•
•
•
•
DaniWeb C Marketplace
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
- two dimensional array (C)
- 2 dimensional array class (C)
- multi dimensional array search xml parser (PHP)
- Need help passing a multi-dimensional array (C++)
- Trying to create a method to convert string letters into a two dimensional array (Java)
- Need Help With two-dimensional array (VB.NET)
- Safe Array (C++)
Other Threads in the C Forum
- Previous Thread: Creating a help menu to accompany a program
- Next Thread: Double-linked list in contiguous memory.



i should have realised that!
Linear Mode