<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
<channel>
  <title>Linux Format forums</title>
  <link>http://linuxformat.com/forums/index.php</link>
  <description>Help, discussion, magazine feedback and more</description>
  <language>english</language>
  <copyright>(c) Copyright Tue May 21, 2013 5:27 am by Linux Format forums</copyright>
  <managingEditor>webmaster@linuxformat.com</managingEditor>
  <webMaster>webmaster@linuxformat.com</webMaster>
  <pubDate>Tue May 21, 2013 5:27 am</pubDate>
  <lastBuildDate>Tue May 21, 2013 5:27 am</lastBuildDate>
  <docs>http://backend.userland.com/rss</docs>
  <generator>phpBB2 RSS Syndication Mod by Lucas</generator>
  <ttl>1</ttl>

  <image>
    <title>Linux Format forums</title>
    <url></url>
    <link>http://linuxformat.com/forums/</link>
    <description>Help, discussion, magazine feedback and more</description>
  </image>

                                      <item>
                                        <title>Re: How to start??????</title>
                                        <link>http://linuxformat.com/forums/viewtopic.php?p=7800#7800</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=133'&gt;jjmac&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Thu Sep 01, 2005 1:13 am&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      overflow:&lt;br /&gt;
&amp;gt;&amp;gt;&lt;br /&gt;
As a first program, it doesn't get much simpler than that.&lt;br /&gt;
&amp;gt;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;img src=&quot;images/smiles/icon_smile.gif&quot; alt=&quot;Smile&quot; border=&quot;0&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
jm</description>
                                        <comments>http://linuxformat.com/forums/viewtopic.php?p=7800#7800</comments>
                                        <author>jjmac</author>
                                        <pubDate>Thu Sep 01, 2005 1:13 am</pubDate>
                                        <guid isPermaLink="true">http://linuxformat.com/forums/viewtopic.php?p=7800#7800</guid>
                                      </item>
                                      <item>
                                        <title>Re: How to start??????</title>
                                        <link>http://linuxformat.com/forums/viewtopic.php?p=7608#7608</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=566'&gt;Arion&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Sun Aug 28, 2005 8:29 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      The unfortunate fact, as I'm sure you've noticed, is that you can ask 10 different people what programming language to start with, and you will get 10 different answers.&lt;br /&gt;
&lt;br /&gt;
Personally I would recommend Python, although I'll go through a few of them, highlighting what I think are advantages and disadvantages as a first language.&lt;br /&gt;
&lt;br /&gt;
I hope  you find the following useful. Having tried all the following languages I would recommend Python, for its sliding simplicity(simple for simple stuff, with advanced features when you need them), and good habit generation.(Python insists on indentation).&lt;br /&gt;
&lt;br /&gt;
C/C++:&lt;br /&gt;
Once you know C or C++ anything else will be relatively easy. A lot of languages use C syntax, including Java, Javascript, PHP, and to a certain extent Perl.&lt;br /&gt;
&lt;br /&gt;
C is a very difficult language to master. It requires a lot of learning theory, and you need to learn things about memory management, and memory allocation and all that. There are libraries(prewritten/reusable pieces of code) to help you out with this(such as GLib). C++ uses different libraries, but from an ease of learning point of view, it is C but way more stuff to learn. Very few people know 100% of C++. A very good C++ programmer would know about 90% of the language.&lt;br /&gt;
&lt;br /&gt;
Perl:&lt;br /&gt;
Perl is an excellent language for processing text. It is however the only language that looks the same before and after encryption. This makes it very hard to read existing code, to learn new stuff. In many cases you need to study each character before deciding what it all means. On the upside you don't need to worry about memory management.&lt;br /&gt;
&lt;br /&gt;
Java:&lt;br /&gt;
Java is a bit like C++ without the memory management, plus manditory OOP(Object Orientation). You can write non-OOP with C++(which will be basicly C), but java insists that everything is an object.&lt;br /&gt;
 &lt;br /&gt;
Python:&lt;br /&gt;
Python is a very OO language, perhaps even more so than Java. Everything from a string to a number to a number to a function to er just about everything, is an object. This only becomes clear when you learn more about the language. &lt;br /&gt;
&lt;br /&gt;
Indentation is manditory in Python, where as in C-syntax languages(all languages discussed so far), Indentation is strongly encouraged. Indentation is a good habit to get into, and Pythons insistance is IMO a good thing. With python you use as advanced or as simple of concepts as you like.&lt;br /&gt;
&lt;br /&gt;
PHP:&lt;br /&gt;
PHP is a language designed originally for web development, in which it excells. It has since made its way into GUI and console development, but it doesnīt have the same community support as some of the other languages discussed here. PHP GUI development is restricted to GTK, where as Python has pyGTK, PyQT, wxPython, and a lot more besides.&lt;br /&gt;
&lt;br /&gt;
Javascript&amp;#058;&lt;br /&gt;
Javascript is very like C without the variable types, and memory allocation. It isnīt quite as Object oriented as it is object based. By that I mean you generally don't make your own objects in JS(it's messy IMO), but you use the pre-built ones provided by your enviornment.&lt;br /&gt;
&lt;br /&gt;
The other advantage with Javascript is that you already have all you need to start programming, namely a web browser.</description>
                                        <comments>http://linuxformat.com/forums/viewtopic.php?p=7608#7608</comments>
                                        <author>Arion</author>
                                        <pubDate>Sun Aug 28, 2005 8:29 pm</pubDate>
                                        <guid isPermaLink="true">http://linuxformat.com/forums/viewtopic.php?p=7608#7608</guid>
                                      </item>
                                      <item>
                                        <title>Re: How to start??????</title>
                                        <link>http://linuxformat.com/forums/viewtopic.php?p=7549#7549</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=2827'&gt;overflow&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Sat Aug 27, 2005 10:02 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      More of a drama owing to the number of different types of objects which necessarily introduce  syntic elements that Python doesn't have. Like: 'public', 'abstract' and 'final' for example. These are confusing concepts to somone learning about classes.&lt;br /&gt;
&lt;br /&gt;
Python lends itself really well to someone learning programming. Simple stuff is really simple in Python.&lt;br /&gt;
&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;print &amp;quot;Hello world!&amp;quot;&lt;br /&gt;
&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;&lt;br /&gt;
&lt;br /&gt;
As a first program, it doesn't get much simpler than that.&lt;br /&gt;
&lt;br /&gt;
But this initial simplicity doesn't hinder using the language for large, complex projects. I work at a software company and we use Python for just about everything.&lt;br /&gt;
&lt;br /&gt;
We take on new recruites straight out of university and they learn the language from books with peer help. Generally these people already know Java or C++ but they take to Python and everyone prefers it.&lt;br /&gt;
&lt;br /&gt;
It is a remarkably productive language.</description>
                                        <comments>http://linuxformat.com/forums/viewtopic.php?p=7549#7549</comments>
                                        <author>overflow</author>
                                        <pubDate>Sat Aug 27, 2005 10:02 pm</pubDate>
                                        <guid isPermaLink="true">http://linuxformat.com/forums/viewtopic.php?p=7549#7549</guid>
                                      </item>
                                      <item>
                                        <title>RE: Not Basic! Nooooo!</title>
                                        <link>http://linuxformat.com/forums/viewtopic.php?p=7531#7531</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=133'&gt;jjmac&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Sat Aug 27, 2005 12:31 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      Howdy overflow,&lt;br /&gt;
&lt;br /&gt;
I'm not disagreeing with you [ i think (grin) ] ... but,&lt;br /&gt;
&lt;br /&gt;
I don't think that objects are really that neccessary initially, in order to learn a language. They may well get in the way of getting familiar with the overall mind space associated with a particular language too. The less complext that stage is the better -=- more fun, with the satisfaction of actually getting small units to work.&lt;br /&gt;
&lt;br /&gt;
Different languages have different paradigm associations ... so comparisions become somewhat futile really. As BS has said ... it's a common mistake  that people do, to bring the mind space of one language, often something their more familiar with ... and try to impose it on an other language. Resulting in a disapointment in how the other language performs (for them).&lt;br /&gt;
&lt;br /&gt;
So what ever language is being considered, it needs to be looked at in terms of its' own purpose rather than in terms of some thing else. and in all cases/flavours ... why make it over complexed. Better to have fun with it than try to grasp all of its aspects to soon. What ever understanding that may be there, hidden away in the more esoteric areas of a particular language ... forget it ... it will reveal it self eventually depending on how long the person has been involved with it. Much easier that way i recone.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
When you say &quot;more of a drama&quot; ... in what way do you mean ?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
jm</description>
                                        <comments>http://linuxformat.com/forums/viewtopic.php?p=7531#7531</comments>
                                        <author>jjmac</author>
                                        <pubDate>Sat Aug 27, 2005 12:31 pm</pubDate>
                                        <guid isPermaLink="true">http://linuxformat.com/forums/viewtopic.php?p=7531#7531</guid>
                                      </item>
                                      <item>
                                        <title>Not Basic! Nooooo!</title>
                                        <link>http://linuxformat.com/forums/viewtopic.php?p=7340#7340</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=2827'&gt;overflow&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Wed Aug 24, 2005 12:21 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      Avoid Basic in all its flavours. It is a ghastly language. You will have to unlearn all sorts of bad stuff when you progress to a proper language.&lt;br /&gt;
&lt;br /&gt;
Start with Python. It is a very clean, uncomplicated language with some very nice features and a clear object model that is easy to understand. &lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.python.org&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;http://www.python.org&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
There is also a very helpful newsgroup at comp.lang.python.&lt;br /&gt;
&lt;br /&gt;
Getting the hang of objects, both using other people's objects and writing your own is a vital step in learning programming and Python will help you understand that. You can then explore other languages like C++ and Java, which make objects more of a drama.</description>
                                        <comments>http://linuxformat.com/forums/viewtopic.php?p=7340#7340</comments>
                                        <author>overflow</author>
                                        <pubDate>Wed Aug 24, 2005 12:21 pm</pubDate>
                                        <guid isPermaLink="true">http://linuxformat.com/forums/viewtopic.php?p=7340#7340</guid>
                                      </item>
                                      <item>
                                        <title>Re: How to start??????</title>
                                        <link>http://linuxformat.com/forums/viewtopic.php?p=7251#7251</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=1895'&gt;A-Wing&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Mon Aug 22, 2005 8:24 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      GCC4 pretty much fixes all the leakyness as you call it.  With the correct libraries or good programming they don't happen anyway.&lt;br /&gt;
I haven't seen a C program that can accidently delete your hard drive, don't see how it can happen unless you are doing low level disk access which you shouldn't be doing anyway.</description>
                                        <comments>http://linuxformat.com/forums/viewtopic.php?p=7251#7251</comments>
                                        <author>A-Wing</author>
                                        <pubDate>Mon Aug 22, 2005 8:24 pm</pubDate>
                                        <guid isPermaLink="true">http://linuxformat.com/forums/viewtopic.php?p=7251#7251</guid>
                                      </item>
                                      <item>
                                        <title>Re: How to start??????</title>
                                        <link>http://linuxformat.com/forums/viewtopic.php?p=7249#7249</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=849'&gt;1slipperyfish&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Mon Aug 22, 2005 8:13 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      i have never learned c as i have always been lead to believe that it is a very leaky language(security wise) and with java you can't accidently write something that will start to ?systematically? delete your hard drive &lt;img src=&quot;images/smiles/icon_rolleyes.gif&quot; alt=&quot;Rolling Eyes&quot; border=&quot;0&quot; /&gt; &lt;br /&gt;
it could happen  &lt;img src=&quot;images/smiles/icon_biggrin.gif&quot; alt=&quot;Very Happy&quot; border=&quot;0&quot; /&gt; &lt;br /&gt;
paul</description>
                                        <comments>http://linuxformat.com/forums/viewtopic.php?p=7249#7249</comments>
                                        <author>1slipperyfish</author>
                                        <pubDate>Mon Aug 22, 2005 8:13 pm</pubDate>
                                        <guid isPermaLink="true">http://linuxformat.com/forums/viewtopic.php?p=7249#7249</guid>
                                      </item>
                                      <item>
                                        <title>Re: How to start??????</title>
                                        <link>http://linuxformat.com/forums/viewtopic.php?p=7217#7217</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=133'&gt;jjmac&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Mon Aug 22, 2005 2:33 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      Howdy 1sf,&lt;br /&gt;
&lt;br /&gt;
I mentioned it hides its' pointers, not that it dosen't have them ... all passes in java are by reference not value. It's just that your not allowed to do arithmetric on them, and &quot;dot&quot; syntax is used rather than -&amp;gt;. References are pointers basically really. And there are proprietry gabbage collecter available. But if all your objects/types have handles ... there not really needed with care. A lot of the leaking in C/C++ was really occuring in the libraries rather than directly in the apps too. But even libc has come forward on that issue.&lt;br /&gt;
&lt;br /&gt;
I know what you mean though, when you mentioned &quot;a lot of bad code&quot;, like, is there what &lt;img src=&quot;images/smiles/icon_smile.gif&quot; alt=&quot;Smile&quot; border=&quot;0&quot; /&gt;. One thing that drives me crazy is when a &quot;non-object&quot; creation is found in src. Such as a function pass where a parameter is replaced with just a &quot;new blah&quot; statement. Rather than a declaration, call to new, then passing the handle. How can it be deleted other wise &lt;img src=&quot;images/smiles/icon_rolleyes.gif&quot; alt=&quot;Rolling Eyes&quot; border=&quot;0&quot; /&gt; Heaps of that goes on unfortunately. But thats a habbit issue.&lt;br /&gt;
&lt;br /&gt;
A lot of the code out there is old ... in context with older standards ... but things move quickly, so i would think that in whatever is being learn't ... the info refered to should be in terms of the current language standard. Though i bet the X coders probably wouldn't agree there, lol &lt;img src=&quot;images/smiles/icon_rolleyes.gif&quot; alt=&quot;Rolling Eyes&quot; border=&quot;0&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
&amp;gt;&amp;gt;&lt;br /&gt;
i just meant that if you're a beginer java is a lot easier to learn ...&lt;br /&gt;
&amp;gt;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Can't agree there. It all depends on what learning facilities are available to a person and how the person relates to the sources their learning from. Java is great though, i quite like it. But i think i realised that the main reasons were that i had access to free Java IDEs (PCPlus) and the language aspects i liked were the C/C++ ones anyway. Syntax flexability.&lt;br /&gt;
&lt;br /&gt;
And what about &quot;BASIC&quot;. Iv'e had some great times with basic. It handles strings just so well (grin). And does good math too, with a few tricks applied sometimes.&lt;br /&gt;
&lt;br /&gt;
Even LT (tux) said once that C++ was no good, in that he tryed it for the kernel once but it was to cumbersome ... so C was the choice. But that was back in the mid nineties, and at the time the comment was true. ++ has gone through a lot of ratification since. I think we are all still in yesterday (grin). &lt;br /&gt;
&lt;br /&gt;
&amp;gt;&amp;gt;&lt;br /&gt;
 a lot of the tutorials on the internet where actually more c than ++ in their syntax&lt;br /&gt;
&amp;gt;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
There the same, except that well written C, complying with modern C standards, will be C++ by default.&lt;br /&gt;
&lt;br /&gt;
It's like ... say you declare an int in a function ... then you create a conditional statement ... say &quot;if (blah) { }&quot;&lt;br /&gt;
&lt;br /&gt;
Then you declare another int, same name, within that conditional. In old C, that would be an error, due to the double declaration within the function, but in ++ it wouldn't. It would just hide the outer int for the duration of the conditional.&lt;br /&gt;
&lt;br /&gt;
That provides a more flexable structure ... &lt;br /&gt;
&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;&lt;br /&gt;
&lt;br /&gt;
int blah_func&amp;#40;&amp;#41;&lt;br /&gt;
&amp;#123;&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;int i;&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;i = 7;&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;if &amp;#40;blah&amp;#41; &amp;#123;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;int i;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;i = 8;&lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;whatever ....&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;#125;&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp; return i;&lt;br /&gt;
&amp;#125;&lt;br /&gt;
&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;&lt;br /&gt;
&lt;br /&gt;
You have two &quot;int i&quot;'s in ++, as the inner will hide the outer. In C you would likely get an error or a warning.&lt;br /&gt;
&lt;br /&gt;
Though it's all 6 of one and half a dozen of the other really &lt;img src=&quot;images/smiles/icon_smile.gif&quot; alt=&quot;Smile&quot; border=&quot;0&quot; /&gt; i guess. I always like McGrawHill books whenever i come across them. They seem to generally have a fairly good reading style about them &lt;img src=&quot;images/smiles/icon_smile.gif&quot; alt=&quot;Smile&quot; border=&quot;0&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
&amp;gt;&amp;gt;&lt;br /&gt;
 i have quite a fast box so i've never really noticed a difference ...&lt;br /&gt;
&amp;gt;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
(grin) it helps &lt;img src=&quot;images/smiles/icon_smile.gif&quot; alt=&quot;Smile&quot; border=&quot;0&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
jm</description>
                                        <comments>http://linuxformat.com/forums/viewtopic.php?p=7217#7217</comments>
                                        <author>jjmac</author>
                                        <pubDate>Mon Aug 22, 2005 2:33 pm</pubDate>
                                        <guid isPermaLink="true">http://linuxformat.com/forums/viewtopic.php?p=7217#7217</guid>
                                      </item>
                                      <item>
                                        <title>Re: How to start??????</title>
                                        <link>http://linuxformat.com/forums/viewtopic.php?p=7175#7175</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=849'&gt;1slipperyfish&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Sun Aug 21, 2005 8:24 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      i just meant that if you're a beginer java is a lot easier to learn as you say, no  pointers, automatic garbage collection, i have quite a fast box so i've never really noticed a difference in speed, and when i was learning c++ a lot of the tutorials on the internet where actually more c than ++ in their syntax( i presume this was an earlier version of ++/ late version of c to get coders to change languages)  &lt;br /&gt;
also with a good grounding in java the transition to c and all it's variants will be a lot easier(well i thought so anyway &lt;img src=&quot;images/smiles/icon_biggrin.gif&quot; alt=&quot;Very Happy&quot; border=&quot;0&quot; /&gt; )&lt;br /&gt;
paul</description>
                                        <comments>http://linuxformat.com/forums/viewtopic.php?p=7175#7175</comments>
                                        <author>1slipperyfish</author>
                                        <pubDate>Sun Aug 21, 2005 8:24 pm</pubDate>
                                        <guid isPermaLink="true">http://linuxformat.com/forums/viewtopic.php?p=7175#7175</guid>
                                      </item>
                                      <item>
                                        <title>Re: How to start??????</title>
                                        <link>http://linuxformat.com/forums/viewtopic.php?p=7158#7158</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=133'&gt;jjmac&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Sun Aug 21, 2005 11:46 am&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      Howdy 1sf&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
A lot of the C/C++ is ancient ... true. X is a good example there (grin). Java was basically designed to contain the programmer from themselves ... that is, enforce safe habbits in order to get embedded production systems up and running. The net idea came later, so it isn't the &quot;pure&quot; lang that it often promotes it self as. I do like java, but comes accros as a bit restrictive for my tast. And it isn't that fast, unless you have a fast box that is. C++ has come a long way over a short time. One problem that people will have yhough ... is that when they attempt to code in plus, they will either try to impose the concept space of another language on it, and then get disapointed when they find problems there ... or they think they __must__ do the full object thing. As Mr BS says, well written C will be C++ by default. If written to modern specs. Ic'e seen .cc or .cxx files with &quot;printf&quot; functions being used, and that just ain't plus &lt;img src=&quot;images/smiles/icon_smile.gif&quot; alt=&quot;Smile&quot; border=&quot;0&quot; /&gt;.&lt;br /&gt;
&lt;br /&gt;
But i can see what your saying though &lt;img src=&quot;images/smiles/icon_smile.gif&quot; alt=&quot;Smile&quot; border=&quot;0&quot; /&gt;, java was my real first lang aside from basic. At the time there was a lot of documentation around, so it was also very accessable. Mainly due to Sun pushing it forward i guess.  And the first always seems to have a certain hold.&lt;br /&gt;
&lt;br /&gt;
Java is more of a smallTalkish kind of thing really too, that uses C++ style syntax ... and hides all its pointers (grin). And very library based, but so is C++ now anyway. Apparently one can get gabbage collection for plus too &lt;img src=&quot;images/smiles/icon_rolleyes.gif&quot; alt=&quot;Rolling Eyes&quot; border=&quot;0&quot; /&gt; But, of course, i haven't looked there (money).&lt;br /&gt;
&lt;br /&gt;
The older versions -=- well, theres an opportunity to translate fragments up. &lt;img src=&quot;images/smiles/icon_smile.gif&quot; alt=&quot;Smile&quot; border=&quot;0&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
jm</description>
                                        <comments>http://linuxformat.com/forums/viewtopic.php?p=7158#7158</comments>
                                        <author>jjmac</author>
                                        <pubDate>Sun Aug 21, 2005 11:46 am</pubDate>
                                        <guid isPermaLink="true">http://linuxformat.com/forums/viewtopic.php?p=7158#7158</guid>
                                      </item>
                                      <item>
                                        <title>Re: How to start??????</title>
                                        <link>http://linuxformat.com/forums/viewtopic.php?p=7155#7155</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=849'&gt;1slipperyfish&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Sun Aug 21, 2005 10:59 am&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      i think java is the best language to begin with as it's is fairly straight forward, but powerful, that was my first language(sams teach yourself java in 24 hours) i have also had a go a few others jscript, c#, c++, python but none of them compare to java in my opinion &lt;img src=&quot;images/smiles/icon_rolleyes.gif&quot; alt=&quot;Rolling Eyes&quot; border=&quot;0&quot; /&gt; &lt;br /&gt;
if you decide to learn c++ from the internet beware as most offerings are in an older version of c++ and are not compatible with most new compilers &lt;img src=&quot;images/smiles/icon_rolleyes.gif&quot; alt=&quot;Rolling Eyes&quot; border=&quot;0&quot; /&gt; &lt;br /&gt;
&amp;lt;/two penneth&amp;gt;&lt;br /&gt;
paul</description>
                                        <comments>http://linuxformat.com/forums/viewtopic.php?p=7155#7155</comments>
                                        <author>1slipperyfish</author>
                                        <pubDate>Sun Aug 21, 2005 10:59 am</pubDate>
                                        <guid isPermaLink="true">http://linuxformat.com/forums/viewtopic.php?p=7155#7155</guid>
                                      </item>
                                      <item>
                                        <title>Re: How to start??????</title>
                                        <link>http://linuxformat.com/forums/viewtopic.php?p=7154#7154</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=133'&gt;jjmac&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Sun Aug 21, 2005 10:52 am&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      A-Wing wrote:&lt;br /&gt;
&amp;gt;&amp;gt;&lt;br /&gt;
Isn't that like saying why not bypass an italian resturant and go straight to MacDonnalds? &lt;img src=&quot;images/smiles/icon_wink.gif&quot; alt=&quot;Wink&quot; border=&quot;0&quot; /&gt;&lt;br /&gt;
&amp;gt;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
rotfl  hehehehe&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
jm</description>
                                        <comments>http://linuxformat.com/forums/viewtopic.php?p=7154#7154</comments>
                                        <author>jjmac</author>
                                        <pubDate>Sun Aug 21, 2005 10:52 am</pubDate>
                                        <guid isPermaLink="true">http://linuxformat.com/forums/viewtopic.php?p=7154#7154</guid>
                                      </item>
                                      <item>
                                        <title>Re: How to start??????</title>
                                        <link>http://linuxformat.com/forums/viewtopic.php?p=6841#6841</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=1895'&gt;A-Wing&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Tue Aug 16, 2005 6:38 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      Java is also a part interpreted language and is therefore slower and consumes more resources.&lt;br /&gt;
The compiled form is designed to work on all platforms, in practice I find it hardly works on any.</description>
                                        <comments>http://linuxformat.com/forums/viewtopic.php?p=6841#6841</comments>
                                        <author>A-Wing</author>
                                        <pubDate>Tue Aug 16, 2005 6:38 pm</pubDate>
                                        <guid isPermaLink="true">http://linuxformat.com/forums/viewtopic.php?p=6841#6841</guid>
                                      </item>
                                      <item>
                                        <title>Re: How to start??????</title>
                                        <link>http://linuxformat.com/forums/viewtopic.php?p=6839#6839</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=2319'&gt;RD&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Tue Aug 16, 2005 6:06 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      java sucks IMO there are too many versions of the damn thing just move right on to c</description>
                                        <comments>http://linuxformat.com/forums/viewtopic.php?p=6839#6839</comments>
                                        <author>RD</author>
                                        <pubDate>Tue Aug 16, 2005 6:06 pm</pubDate>
                                        <guid isPermaLink="true">http://linuxformat.com/forums/viewtopic.php?p=6839#6839</guid>
                                      </item>
                                      <item>
                                        <title>Re: How to start??????</title>
                                        <link>http://linuxformat.com/forums/viewtopic.php?p=6831#6831</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=162'&gt;Nigel&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Tue Aug 16, 2005 2:57 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      &lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;A-Wing wrote:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;quote&quot;&gt;&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;firefox wrote:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;quote&quot;&gt;why not bypass C++ too and go straight to Java?   &lt;img src=&quot;images/smiles/icon_wink.gif&quot; alt=&quot;Wink&quot; border=&quot;0&quot; /&gt;&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;&lt;br /&gt;
&lt;br /&gt;
Isn't that like saying why not bypass an italian resturant and go straight to MacDonnalds? &lt;img src=&quot;images/smiles/icon_wink.gif&quot; alt=&quot;Wink&quot; border=&quot;0&quot; /&gt;&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;&lt;br /&gt;
&lt;br /&gt;
... having originally bypassed the best curry house in town!  &lt;img src=&quot;images/smiles/icon_lol.gif&quot; alt=&quot;Laughing&quot; border=&quot;0&quot; /&gt;</description>
                                        <comments>http://linuxformat.com/forums/viewtopic.php?p=6831#6831</comments>
                                        <author>Nigel</author>
                                        <pubDate>Tue Aug 16, 2005 2:57 pm</pubDate>
                                        <guid isPermaLink="true">http://linuxformat.com/forums/viewtopic.php?p=6831#6831</guid>
                                      </item></channel></rss>