FacebookTwitter
Hatrack River Forum   
my profile login | search | faq | forum home

  next oldest topic   next newest topic
» Hatrack River Forum » Active Forums » Books, Films, Food and Culture » Would anyone be interested in some Cousin Hobbes’s on C++?

   
Author Topic: Would anyone be interested in some Cousin Hobbes’s on C++?
Hobbes
Member
Member # 433

 - posted      Profile for Hobbes   Email Hobbes         Edit/Delete Post 
The subject pretty much sums it up. I’ve been thinking about describing how (and why) to use C++. Kind of an intro to programming and the language itself, but if no one wants to read it… well it would be a lot of work and I’d rather someone be interested before I commit to it.

P.S. I’ve been working on a Cousin Hobbes on complexity that I started as supposedly a spur-of-the-moment thing that was supposed to be finished the night I started it (at least a week and a half ago) and then escalated and I still haven’t finished it, so someone should yell at me and tell me to get on the ball.

Hobbes [Smile]

Posts: 10602 | Registered: Oct 1999  |  IP: Logged | Report this post to a Moderator
Richard Berg
Member
Member # 133

 - posted      Profile for Richard Berg   Email Richard Berg         Edit/Delete Post 
As long as it's good. There's tons of C++ advice on the Web and in print, but so much of it is really bad.
Posts: 1839 | Registered: May 1999  |  IP: Logged | Report this post to a Moderator
Frisco
Member
Member # 3765

 - posted      Profile for Frisco           Edit/Delete Post 
Only if you can form all the relevant information into Haikus.

Cousin Hobbes explains
All you'll ever need to know
About C++

etc....

Otherwise, it'll just be more boring drivel.

Posts: 5264 | Registered: Jul 2002  |  IP: Logged | Report this post to a Moderator
Xavier
Member
Member # 405

 - posted      Profile for Xavier   Email Xavier         Edit/Delete Post 
I'm interested in learning C++ Hobbes [Smile] .

I can do something similar for Java or Lisp if anyone wants, but I'm thinking the demand might be low [Smile] .

Java is the easiest language to learn compared to its usefulness.

Right now its the most requested programming language in the country by employers.

But I still want to know C++ [Smile] .

Posts: 5656 | Registered: Oct 1999  |  IP: Logged | Report this post to a Moderator
Hobbes
Member
Member # 433

 - posted      Profile for Hobbes   Email Hobbes         Edit/Delete Post 
Richard, I will try. [Smile]

Frisco, I write Haikus for Annie, everyone else (your fine self included) can suck eggs. [Razz] [Wink]

And Xavier, sweetness, at least one person is comitted. [Smile] Though I have to admit that I found Java far more confusing than C++ (if you include the fact that obviously learning Java after knowing C++ makes it way easier to learn) and much more... well not structured the way I think anyways.

Hobbes [Smile]

Posts: 10602 | Registered: Oct 1999  |  IP: Logged | Report this post to a Moderator
St. Yogi
Member
Member # 5974

 - posted      Profile for St. Yogi   Email St. Yogi         Edit/Delete Post 
I'd be interested. I've always wanted to learn some sort of programming language.
Posts: 739 | Registered: Dec 2003  |  IP: Logged | Report this post to a Moderator
ak
Member
Member # 90

 - posted      Profile for ak   Email ak         Edit/Delete Post 
Yes, I like topics like this very much! I have done C programming, and maintained a C program written with a C++ compiler, but done very little with the object oriented part of it. Now I'm dabbling a bit in Visual Basic. There's a Visual C++ compiler in the same package at work, but I've not played with it at all.

So sure, I'm in favor. I enjoy essays on technical subjects, even those (like Boolean algebra and so on) with which I'm very familiar. It's just fun to think about these things again and go over them in one's mind.

Posts: 2843 | Registered: A Long Time Ago!  |  IP: Logged | Report this post to a Moderator
Derrell
Member
Member # 6062

 - posted      Profile for Derrell   Email Derrell         Edit/Delete Post 
Hobbes is addicted to c ++? [Eek!] Is there a twelve step program for that?
Posts: 4569 | Registered: Dec 2003  |  IP: Logged | Report this post to a Moderator
Hobbes
Member
Member # 433

 - posted      Profile for Hobbes   Email Hobbes         Edit/Delete Post 
*bump*

Hobbes [Smile]

Posts: 10602 | Registered: Oct 1999  |  IP: Logged | Report this post to a Moderator
mr_porteiro_head
Member
Member # 4644

 - posted      Profile for mr_porteiro_head   Email mr_porteiro_head         Edit/Delete Post 
Man, I hate C++. I use it every day, every day. But I certainly don't like it.

The language C (and by extension, C++): a language that combines the speed of assembly language with the ease of use of assembly language. [Big Grin]

Posts: 16551 | Registered: Feb 2003  |  IP: Logged | Report this post to a Moderator
fugu13
Member
Member # 2859

 - posted      Profile for fugu13   Email fugu13         Edit/Delete Post 
Oh, properly used C++ can be remarkably high level. The STL and Boost libraries really make much of the drudgery aspects easy.
Posts: 15770 | Registered: Dec 2001  |  IP: Logged | Report this post to a Moderator
Hobbes
Member
Member # 433

 - posted      Profile for Hobbes   Email Hobbes         Edit/Delete Post 
C++ allows for low level control of the computer (faster and more efficient) and still gives you the ability to use it with the ease of a high level language, either through some of the standred libraries or the add-ons (like the STL library Fugu mentioned).

[EDIT: if this were C++ my compiler would've noted the error of spelling "more" as "mroe" and alerted me before I went public with the code]

Hobbes [Smile]

[ May 18, 2004, 02:04 AM: Message edited by: Hobbes ]

Posts: 10602 | Registered: Oct 1999  |  IP: Logged | Report this post to a Moderator
fugu13
Member
Member # 2859

 - posted      Profile for fugu13   Email fugu13         Edit/Delete Post 
I will dispute that C++ makes its as easy as a true high level language, but it makes it much, much easier than C. In particular, a high level language program is often zero cost portable, whereas a C++ program often needs to make numerous accomodations to architecture.
Posts: 15770 | Registered: Dec 2001  |  IP: Logged | Report this post to a Moderator
Hobbes
Member
Member # 433

 - posted      Profile for Hobbes   Email Hobbes         Edit/Delete Post 
*One last bump*

Fugu, agreed, it isn't, and will never be, a full blowen high-level language, but I have to say that it comes as close as is really possible without having to give up the real power that low-level and mid-level languages give you.

Hobbes [Smile]

Posts: 10602 | Registered: Oct 1999  |  IP: Logged | Report this post to a Moderator
Richard Berg
Member
Member # 133

 - posted      Profile for Richard Berg   Email Richard Berg         Edit/Delete Post 
I hope you have a convincing definition of "power."
Posts: 1839 | Registered: May 1999  |  IP: Logged | Report this post to a Moderator
Farmgirl
Member
Member # 5567

 - posted      Profile for Farmgirl   Email Farmgirl         Edit/Delete Post 
C++ was my most-hated class in college. If you could make me like it, it would be a miracle. It was also the only class I got a "B" in, breaking my 4.0 gpa, which really pissed me off.

I think it had something to do with the instructor, though. He was such a d***head.

Farmgirl

edit: correction

[ May 19, 2004, 11:16 AM: Message edited by: Farmgirl ]

Posts: 9538 | Registered: Aug 2003  |  IP: Logged | Report this post to a Moderator
   

   Close Topic   Feature Topic   Move Topic   Delete Topic next oldest topic   next newest topic
 - Printer-friendly view of this topic
Hop To:


Contact Us | Hatrack River Home Page

Copyright © 2008 Hatrack River Enterprises Inc. All rights reserved.
Reproduction in whole or in part without permission is prohibited.


Powered by Infopop Corporation
UBB.classic™ 6.7.2