Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

I Want to learn c++.

Status
Not open for further replies.

perlkid

Programmer
Mar 9, 2000
35
US
<br>
Hi c-folks,<br>
<br>
I am familiar with perl and I want to start learning c++. I want to learn how to write search engines and web based scripts on NT (of course). Should I be learning c++ Microsoft or what? And I also would appreciate it if someone could point me to some tutorials for the type of c++ I should learn.<br>
<br>
Thanks,<br>
<br>
perlkid -- in a couple years I'll probably have to change my alias to perlc++pythonkid.<br>
<br>

 
Hehe, well in my opinion (no offence to potential Microsoft defenders), I would first get into Standard C++ library/template, theres a book I got that should help for C++ in general or overview, called C++ From the Ground Up Second Edition (sorry i dont have the book at work with me, if i did i'd tell you the ISBN), anyways, this way no matter what compiler you're on , you can be sure that what you do know will work in almost all compilers. For console appz, and so on, I started out being very pro-borland(and yes i know they changed the name). and I like Borland C++ Builder alot, tho at work I write only VC++ 6, writing ActiveX controls for the VB programmers(Belive me it's been getting more and more complicated with the requests they have). I've tried to get into Perl once, only prob was I never really found a suitible site or free webpage hosting to test on, and being at work, i'm surrounded by ASP, ActiveX, and the whole shabang of microsoft technology, its all great and everything, there are the downsides, Now i wouldnt know what you'd use to write a search engine, you could always look into ASP, but I've heard its slugish, and requires IIS, i've always wanted to learn CGI, faster, and is very C++ directive. on my site theres a few books already converted to PDF format, Rather outdated by a few months, but its there <A HREF=" TARGET="_new"> , Its been a while since i even touched that website ever since i started working, i've been too busy with my hardware, modifying,tweaking, so on, purposly doing stupid stuff to my computer to the point i just have reinstall the whole thing(I got it nicely setup now). But if you have sugestions on my own website, of if you want to direct any questions to me, I would be glad to help.<br>
<A HREF="mailto:kb244@kb244.8m.com">kb244@kb244.8m.com</A>(i'm moving in about 2 months, so i'm getting everyone familiar to my redirecting email addy)<br>
<br>
<p>Karl<br><a href=mailto:kb244@bellsouth.net>kb244@bellsouth.net</a><br><a href= </a><br>
 
<br>
Sorry for the delay,<br>
<br>
I've been really busy. Thank you very much for the information and advice. I'll follow it to the word. But I was under the impression that c++ was faster than cgi. I'll go to your site when I get some more time but if you want to email me feel free.<br>
<br>
<A HREF="mailto:perlkid@olbis.com">perlkid@olbis.com</A><br>
<br>
perlkid
 
CGI is not a language, it's an interface- you can write programs for CGI in a number of different languages, but the most popular are Perl and C++, respectively. As far as I know, running C++ for CGI is compiled, while Perl is interpreted (I'm not sure if there are other ways to do it, those are the two I've heard of). Because C++ is compiled rather than interpreted, it runs faster. That's what I assume, in any case.<br>
<br>
CGI often gets confused with Perl, mostly because Perl is used most often for CGI; but it's not the only language available.<br>
<br>
As for me... I do my CGI in perl :eek:) <p>Liam Morley<br><a href=mailto:lmorley@wpi.edu>lmorley@wpi.edu</a><br><a href= imotic ::</a><br>
 
Hmm just like ActiveX isnt a language, its an interface (i write them in VC++ so that VB programmers can use them, and can be vice versa) <p>Karl<br><a href=mailto:kb244@bellsouth.net>kb244@bellsouth.net</a><br><a href= </a><br>Experienced in , or have messed with : VC++, Borland C++ Builder, VB-Dos, VB1 thru VB6, Delphi 3 pro, Borland C++ 3(DOS), Borland C++ 4.5, HTML, ASP(somewhat), QBasic(hehe, yea it was 4.5 too, least i didnt start with COBOL)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top