我想为自己写一个程序 [英] want to write a program for myself

查看:76
本文介绍了我想为自己写一个程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



i我正在开办一家小型企业,向当地提供电脑帮助

区域

i想写我自己的系统,我可以存储客户

信息,并将其链接到订单,然后自动打印发票



谁能告诉我从哪里开始?我应该买一本关于VB或C的书还是

的东西?

或者使用一个众所周知的软件程序真是个好主意

喜欢访问还是什么?

我想学习如何在这个过程中编程,如果可能的话,我会非常感谢建议

谢谢

ben

解决方案

2007-05-07 17:54,ben写道:


hi

i我正在开办一家小型企业,向当地提供电脑帮助

区域

i想写我自己的系统,我可以存储客户

信息,并将其链接到订单,然后自动打印发票



can有谁告诉我从哪里开始?我应该买一本关于VB或C的书还是

的东西?

或者使用一个众所周知的软件程序真是个好主意

喜欢访问还是什么?

我想学习如何在这个过程中编程如果可能的话会

非常感谢建议



嗯,既然你还不知道怎么编程,我会先从

访问开始,或者也许是为这些东西做一些预先制作的系统(那里
应该是一些可用的。)


你当然可以自己创建一个但是在你获得的时候

足够的技能要做到这一点,你可能会想出一些处理这个任务的其他方式。因为对于你的b / b
业务来说这是一个非常重要的系统,所以你不要让它崩溃,因为当你编写它时,你的系统开发人员还不够好


如果你还想学习如何编程,C ++是一门很好的语言,而且/或者
Koenig和Moo的加速C ++是一本普遍推荐的书。 />

-

Erik Wikstr?m


Erik Wikstr?m< Er **** *******@telia.comwrote:


2007-05-07 17:54,ben写道:


>我正在开办一家小型企业,向当地
地区提供计算机帮助
我想写自己的系统,我可以存储客户的信息,以及将此链接到订单,然后自动打印发票。
任何人都可以告诉我从哪里开始?我应该买一本关于VB或C的书还是什么呢?
或者使用一个众所周知的软件程序
如访问还是其他东西真的更好吗?
我''如果可能的话,我想学习如何在这个过程中进行编程,并且会非常感谢建议



嗯,因为你还不知道如何编程我会从

访问开始,或者也许是为这些东西制作一些预先制作的系统(那里有一些可用的b $ b)。


你当然可以自己创造一个,但是当你获得了这个时候,你可能会想出足够的技巧来获得一些其他的方式

处理此任务。因为对于你的b / b
业务来说这是一个非常重要的系统,所以你不要让它崩溃,因为当你编写它时,你的系统开发人员还不够好


如果您还想学习如何编程,C ++是一门优秀的语言,并且通过Koenig和Moo加速C ++是一本通常被推荐的书。



我还要补充一点,你应该使用某种RDBMS

(关系数据库管理系统)来存储订单和其他

信息(Access是一种类型的RDBMS,虽然还有其他一些免费的
,比如MySQL或Firebird)。


在这个新闻组中集成数据库是偏离主题的,但如果你是学习C ++的
,那么Firebird的IBPP包装器旨在提供一个好的C
很好的C ++接口。 http://www.ibpp.org/


-

Marcus Kwok

用''net''替换''invalid''回复


< BLOCKQUOTE>"本" < be **** @ o2.co.ukwrote in message

news:11 ********************** @ e65g2000hsc .googlegr oups.com ...


hi

i我正在开办一家小型企业,向当地提供电脑帮助

区域

i想写我自己的系统,我可以存储客户

信息,并将其链接到订单,然后打印发票

自动。

谁能告诉我从哪里开始?我应该买一本关于VB或C的书还是

的东西?

或者使用一个众所周知的软件程序真是个好主意

喜欢访问还是什么?

我想学习如何在这个过程中编程,如果可能的话,我会非常感谢建议

谢谢



我很久以前在dbase III中写了一个零售店pos系统然后

将它转换为限幅器。如果这是一个问题的成本,你可以低成本下载

简单的(免费下载谷歌零售软件

和第一个链接有一个你可以下载并尝试它只是


hi
i am starting a small business offering computer help to the local
area
i would like to write my own system where i can store customer
information, and link this to orders, then print invoices
automatically.
can anyone tell me where to start? should i get a book on VB or C or
something?
or is it really a better idea to use a well known software program
like access or something?
i''d like to learn how to program in the process if possible and would
really appreciate advice
thanks
ben

解决方案

On 2007-05-07 17:54, ben wrote:

hi
i am starting a small business offering computer help to the local
area
i would like to write my own system where i can store customer
information, and link this to orders, then print invoices
automatically.
can anyone tell me where to start? should i get a book on VB or C or
something?
or is it really a better idea to use a well known software program
like access or something?
i''d like to learn how to program in the process if possible and would
really appreciate advice

Well, since you don''t already know how to program I would start with
access or perhaps some pre-made system for these kinds of things (there
ought to be some available).

You could of course create one yourself but by the time you''ve gained
enough skill to do it you''ll probably come up with some other way of
handling this task. Since it''s quite an important system for your
business you don''t want it to crash because you were not good enough a
system developer when you wrote it

If you still want to learn how to program, C++ is a good language and
Accelerated C++ by Koenig and Moo is a generally recommended book.

--
Erik Wikstr?m


Erik Wikstr?m <Er***********@telia.comwrote:

On 2007-05-07 17:54, ben wrote:

>i am starting a small business offering computer help to the local
area
i would like to write my own system where i can store customer
information, and link this to orders, then print invoices
automatically.
can anyone tell me where to start? should i get a book on VB or C or
something?
or is it really a better idea to use a well known software program
like access or something?
i''d like to learn how to program in the process if possible and would
really appreciate advice


Well, since you don''t already know how to program I would start with
access or perhaps some pre-made system for these kinds of things (there
ought to be some available).

You could of course create one yourself but by the time you''ve gained
enough skill to do it you''ll probably come up with some other way of
handling this task. Since it''s quite an important system for your
business you don''t want it to crash because you were not good enough a
system developer when you wrote it

If you still want to learn how to program, C++ is a good language and
Accelerated C++ by Koenig and Moo is a generally recommended book.

I would also add that you should probably use some sort of RDBMS
(Relational Database Management System) to store the orders and other
information (Access is one type of RDBMS, though there are other ones
that are free, such as MySQL or Firebird).

Integrating the database is off-topic in this newsgroup, but if you''re
learning C++, the IBPP wrapper for Firebird is designed to provide a
nice C++ interface. http://www.ibpp.org/

--
Marcus Kwok
Replace ''invalid'' with ''net'' to reply


"ben" <be****@o2.co.ukwrote in message
news:11**********************@e65g2000hsc.googlegr oups.com...

hi
i am starting a small business offering computer help to the local
area
i would like to write my own system where i can store customer
information, and link this to orders, then print invoices
automatically.
can anyone tell me where to start? should i get a book on VB or C or
something?
or is it really a better idea to use a well known software program
like access or something?
i''d like to learn how to program in the process if possible and would
really appreciate advice
thanks

I wrote a retail store pos system a long time ago in dbase III then
converted it to clipper. If it''s cost that''s an issue, you can download
simple ones for a low cost (did a google for retail software free download
and first link had one you could download and try and it''s only


这篇关于我想为自己写一个程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆