Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   C++ (http://www.velocityreviews.com/forums/f39-c.html)
-   -   should I study C or C++ or Java or Visual Basic? (http://www.velocityreviews.com/forums/t458649-should-i-study-c-or-c-or-java-or-visual-basic.html)

grappletech 11-22-2006 08:34 PM

should I study C or C++ or Java or Visual Basic?
 
I took Pascal and BASIC in a couple of beginner programming courses about a
decade ago and did well with them. I am good with pseudocode, algorithms,
and the mathematics of programming. I decided I should perhaps learn a
more powerful language to program my own apps. I got a "Beginning C" book,
but the C programs won't compile in the free compilers I have downloaded.
The syntax is different. I guess I have to buy a programming package, but
money's tight. Any recommendations?

----== Posted via Newsfeeds.Com - Unlimited-Unrestricted-Secure Usenet News==----
http://www.newsfeeds.com The #1 Newsgroup Service in the World! 120,000+ Newsgroups
----= East and West-Coast Server Farms - Total Privacy via Encryption =----

Ondra Holub 11-22-2006 08:39 PM

Re: should I study C or C++ or Java or Visual Basic?
 
grappletech napsal:
> I took Pascal and BASIC in a couple of beginner programming courses about a
> decade ago and did well with them. I am good with pseudocode, algorithms,
> and the mathematics of programming. I decided I should perhaps learn a
> more powerful language to program my own apps. I got a "Beginning C" book,
> but the C programs won't compile in the free compilers I have downloaded.
> The syntax is different. I guess I have to buy a programming package, but
> money's tight. Any recommendations?
>
> ----== Posted via Newsfeeds.Com - Unlimited-Unrestricted-Secure Usenet News==----
> http://www.newsfeeds.com The #1 Newsgroup Service in the World! 120,000+ Newsgroups
> ----= East and West-Coast Server Farms - Total Privacy via Encryption =----


You can get many free compilers for various platforms (for example Gnu
C/C++ is available for almost any platform). You can find many of them
at http://www.thefreecountry.com/compilers/cpp.shtml

Question "C or C++ or Java or Visual Basic?" is not good for C++ forum.
The answer is of course C++. You can ask on java forum and you'll get
answer java, etc. I (personaly) would recommend C++ or java. C is also
good. But definitely not Visual Basic (no flame - it is just my
personal opinion).


Mathias Gaunard 11-22-2006 09:07 PM

Re: should I study C or C++ or Java or Visual Basic?
 
grappletech wrote:
> Any recommendations?


Try a search engine.
Such questions were posted thousands of times already.

Frederick Gotham 11-22-2006 09:21 PM

Re: should I study C or C++ or Java or Visual Basic?
 
grappletech:

> I took Pascal and BASIC in a couple of beginner programming courses
> about a decade ago and did well with them. I am good with pseudocode,
> algorithms, and the mathematics of programming. I decided I should
> perhaps learn a more powerful language to program my own apps. I got a
> "Beginning C" book, but the C programs won't compile in the free
> compilers I have downloaded. The syntax is different. I guess I have
> to buy a programming package, but money's tight. Any recommendations?



C++, it's the Swiss army knife of programming languages.

--

Frederick Gotham

Daniel T. 11-22-2006 09:44 PM

Re: should I study C or C++ or Java or Visual Basic?
 
grappletech <noone@removenowhere.biz> wrote:

> I took Pascal and BASIC in a couple of beginner programming courses about a
> decade ago and did well with them. I am good with pseudocode, algorithms,
> and the mathematics of programming. I decided I should perhaps learn a
> more powerful language to program my own apps. I got a "Beginning C" book,
> but the C programs won't compile in the free compilers I have downloaded.
> The syntax is different. I guess I have to buy a programming package, but
> money's tight. Any recommendations?


Yes. You should also study SmallTalk, Python, and Ruby. As well as
Scheme, Lisp, CLOS, Eiffel, and Ada.

--
To send me email, put "sheltie" in the subject.

pibru@tin.it 11-22-2006 10:15 PM

Re: should I study C or C++ or Java or Visual Basic?
 
[...]
> Yes. You should also study SmallTalk, Python, and Ruby. As well as
> Scheme, Lisp, CLOS, Eiffel, and Ada.

I'd look at ASM :)
>


Alan 11-22-2006 10:25 PM

Re: should I study C or C++ or Java or Visual Basic?
 
DevC++ is a good, free development environment:
http://www.bloodshed.net/devcpp.html, along with Dialog Designer for
wxWidgets: http://wxdsgn.sourceforge.net/.

Alan


Mathias Gaunard 11-22-2006 10:27 PM

Re: should I study C or C++ or Java or Visual Basic?
 
Daniel T. wrote:

> Yes. You should also study SmallTalk, Python, and Ruby. As well as
> Scheme, Lisp, CLOS, Eiffel, and Ada.


There are a lot of languages that could be removed, either because they
are redundant or obsolete.
On the other hand, there is no representative of the ML family.

Richard Heathfield 11-22-2006 10:56 PM

Re: should I study C or C++ or Java or Visual Basic?
 
[Followups set to acclcc++]

grappletech said:

> I got a "Beginning C"
> book, but the C programs won't compile in the free compilers I have
> downloaded.


C is C. Sounds like you got a lousy book, so the solution is to get a better
book. "The C Programming Language", 2nd edition, by Kernighan and Ritchie,
is the definitive guide to C, and worth every penny. (Dennis Ritchie is the
creator of the C language.)

--
Richard Heathfield
"Usenet is a strange place" - dmr 29/7/1999
http://www.cpax.org.uk
email: rjh at the above domain, - www.

Mark P 11-22-2006 11:02 PM

Re: should I study C or C++ or Java or Visual Basic?
 
Alan wrote:
> DevC++ is a good, free development environment:
> http://www.bloodshed.net/devcpp.html, along with Dialog Designer for
> wxWidgets: http://wxdsgn.sourceforge.net/.
>
> Alan
>


Get Code::Blocks instead. AFAIK, Dev-C++ is no longer being developed
and Code::Blocks is its moral successor.

Incidentally, I think Visual Studio Express by Microsoft is even better,
and it's also free.


All times are GMT. The time now is 11:24 AM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57