 |
|
07-08-2010, 12:42 PM
|
#1 (permalink)
|
|
Passionate
Join Date: Mar 2010
Location: India
Posts: 239
|
Help in Choosing a Programming Language
I am a student of std.7 and learning GW-BASIC in school...BASIC can't give me good results as I want and other languages will start from std.9
I can't wait for that long[sick of BASIC].I am trying to choose some other good programming languages.[i know this ques is silly]
Desktop Application Programming and Web app making is my main purpose.I don't wanna learn many languages one by one and then choose...I just wanna stick to 1 or 2...
Which one should I choose since I am not an expert programmer?It should also have an option to import sprites etc from graphics tools[will use IDE's of those languages][GUI included]
- Visual c++[or just c++]
- Visual c#
- java
- or any other
I also wanna make databases.So Which database scripting language should I use? Or other than all above,should I use Adobe products for all my things since they have a high integration within all programs[all adobe products.]Some other things to ask :-
- Is interpreter better or compiler?
- what is distributed application programming?
- Explain me visual studio.net briefly...
I will ask other things later...help me plz
Last edited by jayantr7; 07-08-2010 at 01:36 PM.
|
|
|
|
Advertisements. Register and be a member of the community to get rid of them.
|
|
Advertisement
|
|
07-08-2010, 03:56 PM
|
#2 (permalink)
|
|
Passionate
Join Date: Mar 2010
Location: India
Posts: 239
|
Re: Help in Choosing a Programming Language
I don't want to learn 10's of programming languages and then decide.Please help me in here.Is Visual Basic also good?
How are these? : Python,Ruby,Perl,F#??
Please answer with some meaningful answers.I want this help as I can't decide!!   
|
|
|
07-08-2010, 07:57 PM
|
#3 (permalink)
|
|
Passionate
Join Date: Mar 2010
Location: India
Posts: 239
|
Re: Help in Choosing a Programming Language
hey frndz,please help me in this topic.... i want one programming language with the capability to integrating with a database language.....at least in total 2 or 3 languages[including DB,programming lang.,scripting lang. etc]....
|
|
|
08-08-2010, 12:24 AM
|
#4 (permalink)
|
|
Wire muncher!
Join Date: Nov 2003
Posts: 6,173
|
Re: Help in Choosing a Programming Language
Python, Ruby, Perl are very high level languages. IMO you should start with C to gain knowledge about sequential programming, then goto C++ to learn object oriented programming.
These two programming languages are like a base in their respective categories. Once you know these languages you will know the concepts of programming. After that all that you need to do is learn the "syntax" of a language like Java, etc. Python, Perl, Ruby are more of scripting languages than programming languages, that can be easily learnt if you have a strong base.
Also, I'd advise you to use GCC or Intel's compiler for learning C/C++ even though you may use Visual Studio for debugging. Reason being VC++ is not entirely standards compliant. And once you get used to a non-standard compiler it is difficult to "unerase" those practices. While the reverse is certainly not true. So start with a compiler that is standards compliant. Non-standard compiler means the code will not be portable across platforms (for e.g. your code on VC++ may not always build or even run on other platforms like UNIX, Linux etc.).
Another thing I'd like to point out is NEVER EVER start your C/C++ programming with Turbo C or C++! That will ruin your start!!!
__________________
"The true measure of a man is how he treats someone who can do him absolutely no good."
http://phoenix-ani.blogspot.com
|
|
|
08-08-2010, 08:31 AM
|
#5 (permalink)
|
|
Sami Hyypiä, LFC legend
Join Date: Jun 2007
Location: Нью-Дели
Posts: 2,138
|
Re: Help in Choosing a Programming Language
Quote:
Originally Posted by infra_red_dude
Python, Ruby, Perl are very high level languages. IMO you should start with C to gain knowledge about sequential programming, then goto C++ to learn object oriented programming.
|
I disagree. Python is perfect for a new programmer, C and C++ would make the new programmer think about unnecessary details and are often complex for them too. Python also teaches Object Oriented Programming.
In my opinion, start with Python and then go with C.
Quote:
|
These two programming languages are like a base in their respective categories. Once you know these languages you will know the concepts of programming.
|
Python or Perl can also form a strong base for a programmer and that too without head banging with various complexities of C or C++. In fact after learning Python or Perl, the programmer will attain a certain level and will be more suited to move to lower level languages like C or C++.
Quote:
|
After that all that you need to do is learn the "syntax" of a language like Java, etc. Python, Perl, Ruby are more of scripting languages than programming languages, that can be easily learnt if you have a strong base.
|
True. However, Python , Perl, Ruby are not *just* scripting languages. Each of them is a powerful language which will form a strong base in Programming.
Quote:
Also, I'd advise you to use GCC or Intel's compiler for learning C/C++ even though you may use Visual Studio for debugging. Reason being VC++ is not entirely standards compliant. And once you get used to a non-standard compiler it is difficult to "unerase" those practices. While the reverse is certainly not true. So start with a compiler that is standards compliant. Non-standard compiler means the code will not be portable across platforms (for e.g. your code on VC++ may not always build or even run on other platforms like UNIX, Linux etc.).
Another thing I'd like to point out is NEVER EVER start your C/C++ programming with Turbo C or C++! That will ruin your start!!!
|
Agree with that.
|
|
|
08-08-2010, 11:50 AM
|
#6 (permalink)
|
|
Passionate
Join Date: Mar 2010
Location: India
Posts: 239
|
Re: Help in Choosing a Programming Language
Quote:
Originally Posted by infra_red_dude
Another thing I'd like to point out is NEVER EVER start your C/C++ programming with Turbo C or C++! That will ruin your start!!!
|
Thanks for helping you both.I started to learn c++ with turbo c++ and that too got me dead.
Should I use Visual Basic as it's easy and RAD too.Or should I use a non-standard compiler first?
List of Hello World Programs in 200 Programming Languages
This page too helped me in deciding.Can I make or maintain a database in these languages or do i have to make one in SQL IDE's.What about Java?Is it just for WEB OR Also for Desktop App Programming?Which language should I use for Web app programming?
I am confused between Perl and python.I'll learn C first but should I learn it from any book or just from internet??
|
|
|
08-08-2010, 04:26 PM
|
#7 (permalink)
|
|
Alpha Geek
Join Date: Jan 2007
Location: In your hearts
Posts: 828
|
Re: Help in Choosing a Programming Language
hhmm.... friend, when i was in sixth standard i was nearly in same position as u r now. I started with Visual Basic 6.0, then goes to Visual Basic 2008,then 2010 then finally Python (and now learning C in my college). u should go for Visual Basic 6.0. This language is easy, clean interface. Although it is event driven programming language and not Object Oriented but it will be a good start. First Learn Visual Basic 6.0 then go to other editions of same language, then come to Python, finally C and C++. at the end go to Sun Java. Follow this procedure and learn every language then u will be a good programmer. Also all u need is to learn how to think, whats the approach for creating a program, this is nearly same for every language, anything that changes is the syntax of language.
|
|
|
08-08-2010, 06:06 PM
|
#8 (permalink)
|
|
XLr8
Join Date: Sep 2008
Posts: 637
|
Re: Help in Choosing a Programming Language
IMO u r confused only because u have heard multiple languages at once. i am telling u what i think being the best:
1> start using GNU for C++ programming. refer online documentation as well as a book that covers multiple topics (EXCLUDING yashwant kanetkar).
2> build ur programming approach by creating algorithms of ur own. think of a problem (Eg. finding meaningful words from jumbled up words) and bring up solution of ur own or refer a site if u r having problems.
do this if u want to choose computers as ur carreer option.
3> C++ has the potential to outrun EVERY prog lang in the WORLD in every aspect. be it database, security, comunication etc. and this no exgerration. I have done it and strongly believe in it.
4> if u know the syntax for C++ then other prg lang will come to u easily.
i wrote such a long post (sry 4 that) 4 you. also make sure that every thing in this post is not a matter of months. it is a long process and time is of utmost importance. after such process u will feel that u have ur own style of programming and better at sorting out problems in ur head rather than studying it in a book. and that is a GOOD FEELING.
u have plenty of time and other studies. make it a hobby of yours to think and find problems and the solutions.
and best of luck and as others say happy programming...
__________________
Quote:
There are more things in heaven and earth, Horatio,
Than are dreamt of in your philosophy.
|
|
|
|
08-08-2010, 07:35 PM
|
#9 (permalink)
|
|
Passionate
Join Date: Mar 2010
Location: India
Posts: 239
|
Re: Help in Choosing a Programming Language
Quote:
Originally Posted by arpanmukherjee1
IMO u r confused only because u have heard multiple languages at once. i am telling u what i think being the best:
1> start using GNU for C++ programming. refer online documentation as well as a book that covers multiple topics (EXCLUDING yashwant kanetkar).
i wrote such a long post (sry 4 that) 4 you. also make sure that every thing in this post is not a matter of months. it is a long process and time is of utmost importance. after such process u will feel that u have ur own style of programming and better at sorting out problems in ur head rather than studying it in a book. and that is a GOOD FEELING.
u have plenty of time and other studies. make it a hobby of yours to think and find problems and the solutions.
and best of luck and as others say happy programming...
|
But many says that it's a bit difficult to start with c++.And your post is not long for me as i like reading informative posts.Yup,I have a plenty of time in just one manner.I have to learn 3d animation,computing maths,photoshoping,etc.......
I have decided a little but still more suggestions needed.Because I don't then at last want to change after wasting many months....
What language is better for online apps n databases??
And thanks for helping you all.   
|
|
|
08-08-2010, 09:19 PM
|
#10 (permalink)
|
|
Sami Hyypiä, LFC legend
Join Date: Jun 2007
Location: Нью-Дели
Posts: 2,138
|
Re: Help in Choosing a Programming Language
Quote:
Originally Posted by jayant_raj7
What language is better for online apps n databases??
|
PHP is good for web applications due to simplicity and wide support. However I recommend Python for new programmers as it is brilliant combination of ease of use, logical, and powerful. Any language can interact with database anyway.
|
|
|
08-08-2010, 09:45 PM
|
#11 (permalink)
|
|
Right Off the Assembly Line
Join Date: Aug 2010
Posts: 1
|
Re: Help in Choosing a Programming Language
Hi,
you are a student first of best of luck for your studies and exams accoding to your query you want to know that which must be the best programming language so in this field there are certain options to choose such as Java ,C++, software development there are many more but these are the best one which can help you and can provide assistance for your job and other such related fields
Thanks!
_________________-
uk pharmacist
|
|
|
08-08-2010, 11:50 PM
|
#12 (permalink)
|
|
Wire muncher!
Join Date: Nov 2003
Posts: 6,173
|
Re: Help in Choosing a Programming Language
Quote:
Originally Posted by Liverpool_fan
I disagree. Python is perfect for a new programmer, C and C++ would make the new programmer think about unnecessary details and are often complex for them too. Python also teaches Object Oriented Programming.
In my opinion, start with Python and then go with C.
Python or Perl can also form a strong base for a programmer and that too without head banging with various complexities of C or C++. In fact after learning Python or Perl, the programmer will attain a certain level and will be more suited to move to lower level languages like C or C++.
|
I agree with you that Python/Perl are really simpler to learn and program that kind of give the person an abstraction. My point is, if a person starts with an easy to learn language he/she may not like to go back to something has has a steeper learning curve. I've seen that happen. Once you program in Python or Perl, you will find it kind of a waste of time to learn C/C++ that require much more things.
The idea here is to start learning C/C++ and then move to higher level languages. This way one can appreciate the ease and advantages of higher level languages more than one would have, had he/she taken the reverse order.
Also I believe C/C++ is like a baseline. You cannot do without it (rather, the concepts it teaches), be it for normal programming, or Embedded programming. No matter what platform you take you are bound to have a C compiler for that platform. It is like a universal language which every programmer should know.
Quote:
Originally Posted by Liverpool_fan
True. However, Python , Perl, Ruby are not *just* scripting languages. Each of them is a powerful language which will form a strong base in Programming.
|
Again, I agree with you. I was just trying to tell him about compilers and interpreters. The source code for these languages need not be compiled. They are interpreted line by line. However, one can create binaries of the source code.
Quote:
Originally Posted by jayant_raj7
Thanks for helping you both.I started to learn c++ with turbo c++ and that too got me dead.
Should I use Visual Basic as it's easy and RAD too.Or should I use a non-standard compiler first?
List of Hello World Programs in 200 Programming Languages
This page too helped me in deciding.Can I make or maintain a database in these languages or do i have to make one in SQL IDE's.What about Java?Is it just for WEB OR Also for Desktop App Programming?Which language should I use for Web app programming?
I am confused between Perl and python.I'll learn C first but should I learn it from any book or just from internet??
|
My suggestion would be:
1) Learn C first then C++
2) Move to a higher level language like Python (I would recommend that over Perl)
3) Learn PHP, Javascript
Skip Visual Basic....
__________________
"The true measure of a man is how he treats someone who can do him absolutely no good."
http://phoenix-ani.blogspot.com
|
|
|
09-08-2010, 10:01 AM
|
#13 (permalink)
|
|
XLr8
Join Date: Sep 2008
Posts: 637
|
Re: Help in Choosing a Programming Language
Quote:
Originally Posted by infra_red_dude
Skip Visual Basic....
|
^^^^^^^ +1
__________________
Quote:
There are more things in heaven and earth, Horatio,
Than are dreamt of in your philosophy.
|
|
|
|
09-08-2010, 10:07 AM
|
#14 (permalink)
|
|
Wise Old Owl
Join Date: Nov 2006
Location: Pune, Maharashtra, India
Posts: 1,728
|
Re: Help in Choosing a Programming Language
Quote:
Originally Posted by arpanmukherjee1
IMO u r confused only because u have heard multiple languages at once. i am telling u what i think being the best:
1> start using GNU for C++ programming. refer online documentation as well as a book that covers multiple topics (EXCLUDING yashwant kanetkar).
|
+1 Yashwant kanetkar sucks. Lots of non ANSI stuff.
Quote:
Originally Posted by jayant_raj7
But many says that it's a bit difficult to start with c++.And your post is not long for me as i like reading informative posts.Yup,I have a plenty of time in just one manner.I have to learn 3d animation,computing maths,photoshoping,etc.......
I have decided a little but still more suggestions needed.Because I don't then at last want to change after wasting many months....
What language is better for online apps n databases??
And thanks for helping you all.    
|
You must learn C before C++ because much of C++ syntax is same as C. Actually, it is well to be considered an extension of C with some awesome extra features like OOP, etc.
Quote:
Originally Posted by Liverpool_fan
PHP is good for web applications due to simplicity and wide support. However I recommend Python for new programmers as it is brilliant combination of ease of use, logical, and powerful. Any language can interact with database anyway.
|
True. PHP is the industry standard in webapps, although it sucks at performance.
Quote:
Originally Posted by infra_red_dude
I agree with you that Python/Perl are really simpler to learn and program that kind of give the person an abstraction. My point is, if a person starts with an easy to learn language he/she may not like to go back to something has has a steeper learning curve. I've seen that happen. Once you program in Python or Perl, you will find it kind of a waste of time to learn C/C++ that require much more things.
The idea here is to start learning C/C++ and then move to higher level languages. This way one can appreciate the ease and advantages of higher level languages more than one would have, had he/she taken the reverse order.
Also I believe C/C++ is like a baseline. You cannot do without it (rather, the concepts it teaches), be it for normal programming, or Embedded programming. No matter what platform you take you are bound to have a C compiler for that platform. It is like a universal language which every programmer should know.
Skip Visual Basic....
|
Skip VB. It sucks.
I did not learn C before PHP.
My learning sequence was like PHP, SQL, Python, C. Now learning C++ too. It doesn't make much of difference which language you learn first, you just need to have the learning desire.
__________________
KDE on ArchLinux
PHP, MySQL, PostgreSQL, Linux, Apache; Message me to hire (freelancing only)
Explore Technology @ http://www.itech7.com
Cheap and Reliable VPS Hosting @ http://j.mp/arHk5e
|
|
|
09-08-2010, 07:15 PM
|
#15 (permalink)
|
|
Passionate
Join Date: Mar 2010
Location: India
Posts: 239
|
Re: Help in Choosing a Programming Language
Thanks to all of you for helping me.
Why should I skip VB??It's considered to be easy and also very powerful.
OK,I'll start C before C++.
What about Java?I am deciding too right now but will decide my final at the end.Should I use a good well known book for learning these or just any book or just by Internet??    
|
|
|
09-08-2010, 09:40 PM
|
#16 (permalink)
|
|
God of Mistakes...
Join Date: Dec 2005
Location: Pune, Maharashtra
Posts: 1,923
|
Re: Help in Choosing a Programming Language
You should learn Java after C and C++. Not before.
|
|
|
09-08-2010, 09:40 PM
|
#17 (permalink)
|
|
Wise Old Owl
Join Date: Nov 2006
Location: Pune, Maharashtra, India
Posts: 1,728
|
Re: Help in Choosing a Programming Language
VB works only in windows. And its neither as powerful as C. At the core, it sucks, sort of a GUI extension to BASIC.
Given the increasing market of Linux, Mac, you should learn languages which works everywhere.
__________________
KDE on ArchLinux
PHP, MySQL, PostgreSQL, Linux, Apache; Message me to hire (freelancing only)
Explore Technology @ http://www.itech7.com
Cheap and Reliable VPS Hosting @ http://j.mp/arHk5e
|
|
|
10-08-2010, 12:15 AM
|
#18 (permalink)
|
|
Super Moderator
Join Date: May 2008
Location: New Delhi
Posts: 5,548
|
Re: Help in Choosing a Programming Language
^^
Plus VB warps the fundamentals of programming, if learnt as the first language.
__________________
MSI P45 Platinum(BIOS v1.7B)|Q9550[E0]@3.85Ghz@1.320V[453x8.5]MCH@1.184V|ICH@1.55V|DDR_V_Ref_A_B@1.05V|NH-D14|Corsair TWIN2X4096-8500C5(5-5-5-15)@1089Mhz@2.14V
2xHD4890[Xfire]@1000/900[MEM/GPU]|Corsair 650TX|Seagate180GB+80GB+WD1TB|SONY-DVD-R|CM690|2x120mm Scythe Ultra Kaze|DELL S2409W|APC 1100VA|Scythe Kaze Server
Windows 7 Ultimate RTM - 64BIT|Catalyst 10.5 (8.14.10.0753) forced with RadeonPRO|PS3 160GB|Sony 40EX520|AC Ryan POHD Mini|APC 800VA|APC 800VA|D425KT|CM100 Elite|2TB WD|Acer D255
Test your spoiler tags before submitting
|
|
|
10-08-2010, 11:38 AM
|
#19 (permalink)
|
|
XLr8
Join Date: Sep 2008
Posts: 637
|
Re: Help in Choosing a Programming Language
like i said before C++ is the core to all ur programming needs. even 3D game engines and 3D applications eg. 3DS Max are C coded. highly portable if built around the standards, unlike java.
__________________
Quote:
There are more things in heaven and earth, Horatio,
Than are dreamt of in your philosophy.
|
|
|
|
10-08-2010, 12:07 PM
|
#20 (permalink)
|
|
Wise Old Owl
Join Date: Nov 2006
Location: Pune, Maharashtra, India
Posts: 1,728
|
Re: Help in Choosing a Programming Language
Quote:
Originally Posted by asigh
^^
Plus VB warps the fundamentals of programming, if learnt as the first language.
|
As I said above, PHP was the first language I learned. I have programmed in VB too, but my programming concepts are very strong and my programming style conforms to industry standards (as said by many co-programmers)
So it really doesn't matter which programming language you learn first. Whatever you do, do with enough practice which will form basic concepts.
__________________
KDE on ArchLinux
PHP, MySQL, PostgreSQL, Linux, Apache; Message me to hire (freelancing only)
Explore Technology @ http://www.itech7.com
Cheap and Reliable VPS Hosting @ http://j.mp/arHk5e
|
|
|
10-08-2010, 02:09 PM
|
#21 (permalink)
|
|
Wahahaha~!
Join Date: Dec 2006
Location: Pune/there
Posts: 7,676
|
Re: Help in Choosing a Programming Language
|
|
|
10-08-2010, 08:41 PM
|
#22 (permalink)
|
|
Passionate
Join Date: Mar 2010
Location: India
Posts: 239
|
Re: Help in Choosing a Programming Language
As I got responses I choose :-
VB->I will just see it.[If it's good enough]
C + Python -> I will start learning it from now.
C++ ->It's the lord [Of Programming].So I have to learn it of course.
Java ->It will be taught in school.
PHP ->I will see.
And I will try to fully to concentrate on one and try to get that learning desire for a long time.It's something missing?
Clear my other doubts :-
# What's ANSI anyway?
# What about C#?
# What is distributed application programming?
Do I need need something to modify??ANd ThAnKs FoR aLl ThE hElP...  
|
|
|
10-08-2010, 10:00 PM
|
#23 (permalink)
|
|
Sami Hyypiä, LFC legend
Join Date: Jun 2007
Location: Нью-Дели
Posts: 2,138
|
Re: Help in Choosing a Programming Language
Quote:
|
C++ ->It's the lord [Of Programming].So I have to learn it of course.
|
heh @ that
Anyway, while I'll suggest Python, you *can* consider C if you *really* wish. If you want to achieve things faster, go for Python, if you want to begin with a harder language, which does require more effort for initial language but is a one language that has to be learned, then it's C for you. However the probability of learning outdated concepts and flawed practices is also more likely due to poor manuals (make no mistake, it's well documented but I'm talking of poor books and antiquated code available in the net), as well as inexperienced programmers making a wrong choice.
Please don't look for any language beyond C or Python at this point of time. While I am not against any language, Perl, PHP, Ruby, Java, each is good; however these two languages C and Python are really well document. Choice of the two depends on how you wish to start.
For Python, I'll give you some links:
BeginnersGuide - PythonInfo Wiki
Python - Notes (Get 2.6.x one)
For print book, this one is good.
Learning Python, Third Edition - O'Reilly Media
Don't get confused by Python 2.6 and Python 3.x at this point of time. Simply start with 2.6. 2.6 is still widely used and you can ease onto 3.x at later stage easily.
And stay clear of VB. (No I mean Visual Basic NOT vBulletin)
|
|
|
11-08-2010, 01:18 AM
|
#24 (permalink)
|
|
XLr8
Join Date: Sep 2008
Posts: 637
|
Re: Help in Choosing a Programming Language
Quote:
Originally Posted by jayant_raj7
# What's ANSI anyway?
|
have a look at
American National Standards Institute - Wikipedia, the free encyclopedia
Overview
Quote:
Originally Posted by jayant_raj7
# What about C#?
|
what about it ?? what do u want to know its just another prg language. dont use it at this stage. it has LOTS of classes and u will only get confused if ur concepts of OOPs are not clear.
Quote:
Originally Posted by jayant_raj7
# What is distributed application programming?
|
very very advanced concept. u will study it at college level in 4th year of b.tech.
until then have a look at
Distributed computing - Wikipedia, the free encyclopedia
OpenMP.org About OpenMP and OpenMP.org
from ur post i get that u have finally chosen a good path of learnig
Happy Programming !!!!!
__________________
Quote:
There are more things in heaven and earth, Horatio,
Than are dreamt of in your philosophy.
|
Last edited by arpanmukherjee1; 11-08-2010 at 01:24 AM.
|
|
|
12-08-2010, 10:24 AM
|
#25 (permalink)
|
|
Passionate
Join Date: Mar 2010
Location: India
Posts: 239
|
Re: Help in Choosing a Programming Language
Thanks to you all...  
These reply's helped me a lot.That's also one of the reasons why I like Thinkdigit[It's community too] the most in-spite that CHIP is getting more interesting now-a-days...
Quote:
from ur post i get that u have finally chosen a good path of learnig
Happy Programming !!!!!
|
Who is he??I can't remember him. So from now my journey begins.List some very good online tutorials site for C if possible[Not for Python].I will ask some questions in this thread if needed later...
|
|
|
12-08-2010, 08:10 PM
|
#26 (permalink)
|
|
BE FREE
Join Date: Apr 2005
Location: Akash Ganga
Posts: 1,565
|
Re: Help in Choosing a Programming Language
Congratulations - so you finally settled for C, there is some tutorial on wikipedia- see if you can follow it, as its not an easy language as it looks( not dissuading you), however never use Let us C by Kanetkar, you will learn nothing.
Mastering C by venugopal/prasad - tatamcgraw
Apress.Beginning.C.From.Novice.to.Professional.- ivor horton
and there is one Sams teach yourself C , also a good one......
---------- Post added at 08:10 PM ---------- Previous post was at 08:05 PM ----------
Free C Tutorials - freeprogrammingresources.com
C Programming Tutorial
__________________
"To know that we know what we know, and to know that we do not know what we do not know, that is true knowledge." ~ Copernicus
|
|
|
13-08-2010, 12:16 PM
|
#27 (permalink)
|
|
Sami Hyypiä, LFC legend
Join Date: Jun 2007
Location: Нью-Дели
Posts: 2,138
|
Re: Help in Choosing a Programming Language

Anyway, the C book I recommend is "The C Programming Language". Another one, I have heard good reviews is : C Programming, a modern approach. Not sure how good is this one though, since I haven't read it.
|
|
|
13-08-2010, 04:45 PM
|
#28 (permalink)
|
|
Passionate
Join Date: Mar 2010
Location: India
Posts: 239
|
Re: Help in Choosing a Programming Language
OK! Thank to you all :-P:-P
I will buy those books later...
|
|
|
13-08-2010, 06:45 PM
|
#29 (permalink)
|
|
BE FREE
Join Date: Apr 2005
Location: Akash Ganga
Posts: 1,565
|
Re: Help in Choosing a Programming Language
Quote:
Originally Posted by Liverpool_fan

Anyway, the C book I recommend is "The C Programming Language". Another one, I have heard good reviews is : C Programming, a modern approach. Not sure how good is this one though, since I haven't read it.
|
thanks for the recommendation , will check that.
__________________
"To know that we know what we know, and to know that we do not know what we do not know, that is true knowledge." ~ Copernicus
|
|
|
14-08-2010, 12:49 PM
|
#30 (permalink)
|
|
Passionate
Join Date: Mar 2010
Location: India
Posts: 239
|
Re: Help in Choosing a Programming Language
Which Compiler or IDE to use for C and Python?As said above,not to choose Visual basic.Then what?There are tons of apps for that.Which one is the best??
|
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|
|