Search found 1 match

by yufu
Tue Mar 17, 2009 7:44 am
Forum: Volume 102 (10200-10299)
Topic: 10267 - Graphical Editor
Replies: 190
Views: 77691

Re: 10267 - Graphical Editor

I hope someone could help me out. I have worked on this problem for amazingly long time. Pardon me to post my code. I thought I have noticed everything other people have mentioned.
#include <stdio.h>
#include <stdlib.h>

void create_table(char *** grids, char * param) {
int m,n,i,j;
if (*grids ...

Go to advanced search