| Computing.Net: Over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to sign up now, it's free! |
What language should i use??
|
Original Message
|
Name: charvelzeppelin
Date: July 25, 2003 at 03:53:20 Pacific
Subject: What language should i use?? OS: winxp CPU/Ram: P3 750
|
Comment: I was just wondering what programming language should i use? I am writing a database program to store different towing companies from different states. The database will allow you to enter new tow companies and search for companies in a particular state. I want this program to be a windows application but have never really had any experience doing this (such as visual c++). ive always just made text based programs in unix with c++ and java. i have a bunch of programming experience and should be able to learn another language without too many problems. what is the best language i should use for making this database into a windows application and how would you approach this program? Thanks for all the help in advance :-)
Report Offensive Message For Removal
|
|
Response Number 1
|
Name: Rolos
Date: July 25, 2003 at 05:09:11 Pacific
|
Reply: (edit)Go with C++. If you're gonna program for Windows, you can do some programming in Visual C++ by creating a Win32 Application (not Console Application) and programming with the Windows API. Here is a good Windows API tutorial site that you can use to get yourself started. - Rolos
Report Offensive Follow Up For Removal
|
|
Response Number 3
|
Name: charvelzeppelin
Date: July 25, 2003 at 05:28:21 Pacific
|
Reply: (edit)ill check that out...thanks. also, is there anyway i can compile these visual c++ files without having visual basic installed? im trying to do this programming at work and dont have the software i need to program here. also, ill take other suggestions :-)
Report Offensive Follow Up For Removal
|
|
Response Number 4
|
Name: Rolos
Date: July 25, 2003 at 09:10:43 Pacific
|
Reply: (edit)There is no need to have Visual Basic installed to compile your program. All you need is a C++ compiler (such as Microsoft Visual C++ 6.0 or Borland) and you're okay. Going the C++ route might be a bit more trivial if you're going to make an application. Using Visual Basic 6.0 might be a little easier. - Rolos
Report Offensive Follow Up For Removal
|
|
Response Number 6
|
Name: chadbh74
Date: July 27, 2003 at 11:52:52 Pacific
|
Reply: (edit)Well, not to undermine your good efforts, but I may have the solution for you already. I wrote a universal database application. It can store any number of companies (records) you need, and any amount of information fields for each company that you require. There is global search, duplicate entry identification, normal and reverse sorting by any data field, Excel-type automatic format printing for output, etc... You can download it for free from the following site if you want to check it out. http://chadbh74.tripod.com/unibase.htm
Report Offensive Follow Up For Removal
|

Post Locked
This post is quite old and has been locked from receiving new replies. Please create a new posting instead.
Go to Programming Forum Home