Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > C Programming > problem about C program design.

Reply
Thread Tools

problem about C program design.

 
 
Readon Shaw
Guest
Posts: n/a
 
      09-17-2007
I am planning a program using several types of data model. they
share the same UI & logic. how to design such a program? is there any
reference?

 
Reply With Quote
 
 
 
 
Jack Klein
Guest
Posts: n/a
 
      09-18-2007
On Mon, 17 Sep 2007 09:03:57 -0000, Readon Shaw <>
wrote in comp.lang.c:

> I am planning a program using several types of data model. they
> share the same UI & logic. how to design such a program? is there any
> reference?


I have no idea what you mean by "types of data model". Whatever they
are, C doesn't have them. Perhaps you should ask in a general purpose
group like news:comp.programming. Once you know how to design your
program, if you have difficulties coding it in standard C, post your
problem code here and ask for help.

But wherever you post this question, you had better be a whole lot
more specific. Your question is so vague as to be meaningless.

--
Jack Klein
Home: http://JK-Technology.Com
FAQs for
comp.lang.c http://c-faq.com/
comp.lang.c++ http://www.parashift.com/c++-faq-lite/
alt.comp.lang.learn.c-c++
http://www.club.cc.cmu.edu/~ajo/docs/FAQ-acllc.html
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem with a JAVA program launched in a PHP program sylsau Java 1 04-29-2006 09:53 PM
System program/ Application program ?? Parvsandhu Java 2 07-11-2005 09:08 AM
how to convert a java program to an exe program ola Java 3 02-16-2004 09:42 AM
Calling Java program in another Java program Rey Java 4 12-12-2003 10:18 PM
passing data between Java program and C program--help pipi Java 1 07-21-2003 05:02 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57