Add to Favorites
Hosting Discussion
 

forgot password?


Reply


Old
  Post #16 (permalink)   08-31-2003, 07:45 AM
HD Wizard
 
Join Date: Aug 2003
Posts: 1,003

Status: gooooogle is offline
C++ is an updated version of C. Because it has more programming libraries it compiles bigger. ++ in C means increment. So thats how it got its name C++.
 
 
 


Old
  Post #17 (permalink)   08-31-2003, 07:53 AM
HD Wizard
 
Join Date: Jul 2003
Posts: 2,100

Status: BlackStorm is offline
I was thinking C++ was just a newer version of C but wasnt sure.
Thanks for the info I wondered that a few times before
 
 
 


Old
  Post #18 (permalink)   08-31-2003, 09:34 AM
HD Wizard
 
Join Date: Aug 2003
Posts: 1,003

Status: gooooogle is offline
The creator of C++ also removed certain capabilities from C. C gave the programmer complete access to a computers hardware. In C++ they removed most of the dangerous parts and made it more powerful.
 
 
 


Old
  Post #19 (permalink)   08-31-2003, 09:42 AM
HD Wizard
 
Join Date: Jul 2003
Posts: 2,100

Status: BlackStorm is offline
That seems a lot more powerful that what I have been looking into, I have to learn VB this year anyway but I think I might learn c++ after that.
 
 
 


Old
  Post #20 (permalink)   08-31-2003, 12:46 PM
HD Wizard
 
Join Date: Aug 2003
Posts: 1,003

Status: gooooogle is offline
C/C++ is also portable code. It can be recompiled for other operating systems with little or no reprogramming needed.
 
 
 


Old
  Post #21 (permalink)   08-31-2003, 12:54 PM
HD Wizard
 
Join Date: Jul 2003
Posts: 2,100

Status: BlackStorm is offline
Yeah Delphi, what i code in now, is also portable for linux very easily which is very good.
More and more people seem to be using linux over windows now.
You need to know a little more about computers in general to use linux though, windows is a lot more user friendly.
If i ever get the time i will be splitting a hard disk to install linux fully and will have windows and linux on the one disk.
 
 
 


Old
  Post #22 (permalink)   09-01-2003, 10:01 AM
HD Wizard
 
Join Date: Aug 2003
Posts: 1,003

Status: gooooogle is offline
Am I right in saying the linux compiler is called Kylix?
 
 
 


Old
  Post #23 (permalink)   09-01-2003, 10:23 AM
HD Wizard
 
Join Date: Jul 2003
Posts: 2,100

Status: BlackStorm is offline
Yes it is
I havent used that but you can port the code from the windows version of Delphi.
Considering splitting my hard disk in the next few weeks to put linux on so I can try out a few of the programs, including kylix
 
 
 


Old
  Post #24 (permalink)   09-01-2003, 12:01 PM
HD Wizard
 
Join Date: Aug 2003
Posts: 1,003

Status: gooooogle is offline
Any idea which copy of Linux you will be running?
 
 
 


Old
  Post #25 (permalink)   09-02-2003, 12:35 PM
HD Newbie
 
Join Date: Aug 2003
Posts: 33

Status: imported_Jimbo is offline
We have suSe Linux which isn't bad, I've always wanted to try Mandrake to see what that is like too.

Getting back to the original question, I know HTML and that's about it. I'm crap at grasping new concepts so I just stick to what I'm good at.

PS: If you know what I'm good at please say so 'cus I have no bloody idea lmao.

Jim
 
 
 


Old
  Post #26 (permalink)   09-08-2003, 12:01 PM
HD Wizard
 
Join Date: Aug 2003
Posts: 1,003

Status: gooooogle is offline
I'm thinking about learning PHP/MySQL.
 
 
 


Old
  Post #27 (permalink)   10-14-2003, 05:51 AM
HD Newbie
 
Join Date: Sep 2003
Posts: 38

Status: XSecure is offline
I know a bit of html, java some visual basic, and lately i've been learning php
 
 
 


Old
  Post #28 (permalink)   10-14-2003, 07:16 AM
HD Guru
 
Join Date: Oct 2003
Location: Michigan, USA
Posts: 553

Status: Vovex Technology is offline
Helpful sites:

http://www.devshed.com
http://php.resourceindex.com
http://cgi.resourceindex.com
http://www.php.net

I have been doing web development on my free time for about 7 years now. I only just started it as a profession about 2 years ago.

I started off Learning the basics of HTML. By saying learning I mean like good ole notepad and my head. No GUI designers like Dreamweaver, Homesite etc. After I got that down... I allowed myself to use Dreamweaver. I think its important to understand the code before you start using it. Which is why I learn everything the hard way... writing it out.

After HTML I decided to tackle javascript, shtml, flash (Still not good at these... but know enough to get a few things done).

More recently I have been working with Visual Basic 6.0 and PHP. Mainly because I am working on developing my own software for the business. That way I have what I want... not what someone else made I and get stuck using. So far I've made an online calculator for quoting people new computers or web hosting. Ive also made an accessibile database of my clients. So when I receive a support call I can get their information from wherever I am.

Right now Im working on a lot of mysql / Php work. I also have a large VB Project on my hands as well.

Its fun to learn a little about each language.... its amazing how good some people are at them. I would consider myself an average user. Nothing close to where I want to be.... but time and studying will fix that.
__________________
Jonathan
 
 
 


Old
  Post #29 (permalink)   10-14-2003, 09:00 AM
HD Amateur
 
Join Date: Oct 2003
Posts: 83

Status: imported_Mark is offline
once you know c++ the rest is easy to learn. If you know basic, c++ will be easy to learn. I know a little bit of everything I guess... New up and coming language that will be replacing c++ is java :\
__________________
The Hybrid Network
Quality service at an affordable price
http://Hybridnetwork.com
 
 
 


Old
  Post #30 (permalink)   11-07-2003, 01:55 PM
HD Newbie
 
Join Date: Nov 2003
Posts: 2

Status: fyrestrtr is offline
Thought I'd add my languages :

C/C++ (certified)
Java
PHP
COBOL

C/C++ code isn't "portable". If you have to recompile it, then its not portable Java, which runs in its own VM -- is portable because the "compiled" code can be run without modification.

And as far as Linux goes, I run nothing but Gentoo
 
 
 
Reply
Previous Thread Next Thread


Thread Tools

New Post New Post   Old Post Old Post
Posting Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On