Techwarelabs Community

Techwarelabs Community (https://www.techwarelabs.com/community/index.php)
-   Software - Applications, Programming, and Games (https://www.techwarelabs.com/community/forumdisplay.php?f=13)
-   -   What's your language of choice? (https://www.techwarelabs.com/community/showthread.php?t=982)

Hulaboy 06-10-2001 04:10 AM

What's your language of choice?
 
Just curious...do we have any programmers in the house? What languages do you program in?  Anybody know openGL? I could sure use the help right now...hahaha! Me, I usually do C, C++, Java.  Perhaps this summer I'll tackle Perl and PHP.

Keefe 06-10-2001 12:10 PM

Re: What's your language of choice?
 
I know perl and i am working on tackling PHP.  Hey if you know of, or find any tutorials put the links here!!

Digital_Vixen 06-18-2001 05:21 PM

Re: What's your language of choice?
 
http://www.phpbuilder.com/  ( Word. ) Explore and have fun, very informative about PHP.  ;D

Grinnin Reaper 06-20-2001 07:17 PM

Re: What's your language of choice?
 
I like basic.  The orignal basic.  Like 10 goto 20 command line type stuff myself.  ;D,  Sorry getting reminisant.  Just curios if anyone knows where I could get somemore information on VB and some software to start learning more about it.  Also for someone starting back into this (I knew Basic well but alas it is a lost art form I'm afraid), is there a better starting point to get back into programming.  All this perl and Java stuff seems like quite a jump to me.  By the way Long live DOS 5.0.

Hulaboy 06-20-2001 07:34 PM

Re: What's your language of choice?
 
Hi Savage.  Hehehe...yeah, I also miss those good 'ole days of BASIC.  I learned how to program in BASIC when I used to own a Commodore 128D!  *sigh*  Those were the glory days! I really don't know if there are any free programs for VB.  I know that it is bundled with the Visual Studio Suite and you can probably get it as a stand alone copy either from Micro$oft or some online store.  There are places that you can get it for an educational discount as well. Of course, if you look hard enough I'm sure you'll run into a site that has it for download somewhere...you never heard that from me. Hahaha! I guess there goes that theory of me being anonymous.  

I think a good place to start with an object oriented type of language would either be C++ or Java.  As the program evolution goes, Java came out of C++ and C++ came out of C.  Java is good in a way because it does a lot of automated things for you that you would have had to take care of yourself in C++.  On the other hand, C++ is still pretty much THE language of choice (aside from C) in the industry.  Let me know if you need any help.

Grinnin Reaper 06-20-2001 07:45 PM

Re: What's your language of choice?
 
Thanks, I just stumpled acrossed a link to this site on geek.com curtosey of Digital Vixen I believe and really love it.  Been trying to get back into computers again after a long time away.  One of my last classes was in High School and my instructor refused to teach Windows.  He said it was a passing fad and that crash happy program would fall on its face.  Well at least he was right on one account.  What I woulnd't give to find some good and current distro's of DOS and some good apps know what I mean?  Ah well guess I gotta get with the times and through out the commadore 64.  Yhea it took a long time to load but it was instantly on when ya flipped the switch.  No stinking boot process here.  Gotta love it, gotta move on.

wolford 06-20-2001 10:03 PM

Re: What's your language of choice?
 
Here's another site you might want to try, http://www.devshed.com/
I'm still wet behind the ears, myself. Trying to catch up with the latter part of the 20th century and having a BLAST doing it...

bits-boy 08-16-2001 08:20 AM

Re: What's your language of choice?
 
I'm a programmer (in my own eyes anyways) back in the old days I started with basic, then Asm, then pascal, then Vc++, now I'm a big Vb 6.0 fan. I like vb because its a rapid app. development language, so my customers don't have to wait very long for cool programs. No matter how visual C++ gets, it will never be as quick to develop in (not that I haven't developed large programs in it). OpenGL is just a library for programming graphics, I don't think that you need to use any one programming language to implement it.

Propig 08-16-2001 08:56 AM

Re: What's your language of choice?
 
Depends on what is being developed. VB is great with storing and displaying related records, but doesn't work well for games and stuff. I am still learning C++ and Java is just plain fun (to me anyway).

2Up 08-18-2001 04:10 AM

Re: What's your language of choice?
 
I'd like any help anyone can give particularly with PHP, SQL, even advanced HTML.  Also any tips on using Apache Web Server would be good.  I have the following sites for tutorials etc but any more good ones would be appreciated.

for SQL   http://sqlcourse.com/

for PHP  http://php.resourceindex.com/

For a ton of authoring languages, try  http://www.stars.com/Authoring/Languages/

and same site for PHP
http://www.stars.com/Authoring/Languages/PHP/



shadowsun 09-19-2001 08:16 PM

Re: What's your language of choice?
 
hey, i'm lookn' for the graphics.h c++ head file.
i'm looked for it on the web, but can't find one without errors in it.  if you've good a error free one, please let me know.

thanks alot,
~j~

techman 09-19-2001 10:25 PM

Re: What's your language of choice?
 
you realize thats for borland?

grepAll 09-28-2001 07:14 AM

Re: What's your language of choice?
 
Cee-Plus-Plus, natch'

For versatility, portability, and a well-established code and documentation base, you won't beat it. To learn/improve, I'd recommend the MS VCC IDE... the IDE actually helps you with the syntax, so your' learning curve isn't quite so steep. Once you get the hang of it, you can hop onto Unix and use gcc or what-not. This is a very powerfull language, but the Object-Oriented Paradigm shift puts some people off at first. If you use C++, you should take the time to learn OO Design and UML. A great tool for doing this is a diagramming app like Visio or Rational's Rose. Gee, can you tell that I'm a software engineer? :)

Visual Basic is easy and fast, but I've had some minor trouble with it in the past. Especially when I use Microsoft Access for a data source! If you want to do web apps, however, this is an excellent language. The designers built tons of functionality into VB... for example, I can build a dialog box with a fully functional web browser in just a few lines of code. Sockets are a snap as well.

Perl is also a great language. What typically happens is that you write a short Perl script to do some task, and it eventually develops into a full-blown tool!

daluu 10-21-2001 07:51 PM

Re: What's your language of choice?
 
I'm just an amateur programmer learning C++ and PHP. Both are great languages but I like the web-based capabilities of PHP. Too bad PHP programs/scripts can't be compiled into local executable programs like C++.

Which language is more popular and superior? Perl or PHP? I personally prefer PHP. PHP just seems simpler to learn.

Last, is Visual Basic mostly "visual"? I guess so 'cause of its name huh. After learning HTML, PHP, and now C++ for a while, I feel unaccustomed to a mostly visual programming language. I don't know how or where to start.

daluu 10-23-2001 11:21 AM

Re: What's your language of choice?
 
For any who work with visual development platforms like Visual Basic, you can try Magenta Multimedia Tools, a new visual development platform. And it's free. To find out more go to http://www.magentammt.com

Kickswitch 10-25-2001 03:44 PM

Re: What's your language of choice?
 
I use Chinaman.

Simo 10-30-2001 08:01 AM

Re: What's your language of choice?
 
Delphi....followed closely by English

JohnDoez 11-08-2001 09:16 AM

Re: What's your language of choice?
 
Perl or mod-Perl why ? its amazing, it can stand alone or be used in C / C++

not unlike CoBol which used fortran / pascal

I've put together a module that emulates the Apache request object from CGI.

I stripped the CGI-dependent code from WWW::AdManager, and concentrated on getting the mod_perl-only module working through CGI. The result was Apache::Emulator.

Why would anyone want to do that ?
well it sure better than using unix / apache for setting up a server, and for people with limited Programming abilities, they can set up an apache server and manage it,

seems to me that I always try to get the best outta nearly extinct languages and O/S..

Perl specially mod_perl has not even started to cover its potential as a language..

also my ex employer / Company:
Company I worked  for had over 159 RF data collection devices world-wide.  The complete application is written in PERL, C++, and KORN SHELL scripts running at first on SCO UNIX but currently on HP UX.  There are 425 PERL programs, 5 C++ programs, and 132 KORN SHELL scripts.  The system is a completely home grown warehouse management system.  All menus, data handling, validations, loggings, device control, and system handling is written in PERL.  The KORN SHELL scripts are used for routine housekeeping.  The C++ programs are the "PIPES" into a SYBASE database.  Data and data requests are formatted and then placed into the "PIPES" which then pass the data to the correct SQL script to be handled.

SO, PERL isn't just for the WEB (although I do some CGI scripting as the Webmaster for my company), it can be for any type of application.

and last but not least, I am writing my own language based on Fortan and Pascal.....

1. Language Elements of TALC
1.1 Source Form
TALC source code is written on lines, which are defined as sequnces of characters terminated by a linefeed and/or carriage return character.  There is no limit on the length of
a line.
TALC allows any line to carry a traling comment field, following an exclamation mark (!).  For example,
x1 = (-b+sqrt(b^2-4*a*c))/(2*a)! solve the quadrati equation

just dabling at present but it will be worth while , I hope

Uranium-235 11-19-2001 02:19 AM

Re: What's your language of choice?
 
PHP

lynchmob 12-10-2001 08:25 PM

Re: What's your language of choice?
 
That site was great!  This is why I joined the forum to begin with.  All the heads thinking together really save a lot of time.

Keefe 12-10-2001 08:29 PM

Re: What's your language of choice?
 
I always post the links of cool sites that i find... i also encoureage everyone else to do it.  It builds a great knowledgebase of information!


All times are GMT -5. The time now is 10:54 PM.

Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.