![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Programmer
Join Date: Oct 2005
Posts: 56
Rep Power: 3
![]() |
Hey , i don't seem to understand quite a lot of thigs in C++ . Should i try another easier language or somethink like that first before i try to learn C++ ?
Then what language should it be ? Thanx for help. |
|
|
|
|
|
#2 |
|
Newbie
Join Date: Oct 2005
Posts: 8
Rep Power: 0
![]() |
Perhaps try VB as that is what I learnt with and then progressed to C++. VB is quite easy more of a scripting language really. ALtho I am robably gonna get flamed for saying that.
|
|
|
|
|
|
#3 |
|
Hobbyist Programmer
Join Date: Jun 2005
Location: here
Posts: 107
Rep Power: 0
![]() |
There's quite a bit of C++ to understand.
The answer to your question depends, really, on what you want to do. Are you going to be working mostly with text processing? Then I would suggest you investigate another language. Are you going to be working with a DB heavily? Then I would suggest you move to another language. Not that you CANT do either of those two thing in C++, just that other languages are geared toward thsoe things. I believe that C/C++ is a good starting point if you are just getting started. Certainly not the easiest to pick up, but it better prepares you for learning other languages.
__________________
"...and though our kids are blessed their parents let them shoulder all the blame." - The Quiet Things That No One Ever Knows [BrandNew] |
|
|
|
|
|
#4 |
|
Programmer
Join Date: Oct 2005
Posts: 56
Rep Power: 3
![]() |
I have nothing in mind actually . I just wanted to know whats C++ and learn it . But some of the details in C++ , i cant really understand .
|
|
|
|
|
|
#5 |
|
Programmer
Join Date: Apr 2005
Posts: 77
Rep Power: 4
![]() |
Java is a more simplified language that is good for a building block to c++. Same as C#, but that is pretty much for windows programming, they say there is a way to make it multiplatform but I haven't seen it.
Once you handle C++ you can handle anything. |
|
|
|
|
|
#6 | ||
|
Expert Programmer
Join Date: May 2005
Location: East Lansing, MI
Posts: 663
Rep Power: 4
![]() |
Quote:
Quote:
|
||
|
|
|
|
|
#7 | |
|
Caffeinated Neural Net
Join Date: Jun 2005
Location: Wet west coast of Canada
Posts: 887
Rep Power: 4
![]() |
Quote:
Don't give up if the first book/tutorial (or first few, even) aren't helpful. There are some bad ones out there, and there is also the fact that different people learn in different ways; what is a good resource for someone else might not help you. After you've tried learning some of the basics, if you're still having trouble, feel free to ask questions here. Things you must understand to write programs are the basic data types, how variables are declared and accessed, and how functions are written and called. Once you've learned this stuff, moving on to arrays, pointers, and classes is a logical next step. If you're using a Woindows compiler, make sure you're building your program as a 'console program', and not a regular (ie, GUI) application.
__________________
A man's knowledge is like an expanding sphere, the surface corresponding to the boundary between the known and the unknown. As the sphere grows, so does its surface; the more a man learns, the more he realizes how much he does not know. Hence, the most ignorant man thinks he knows it all. - L. Sprague de Camp |
|
|
|
|
|
|
#8 |
|
Expert Programmer
|
Don't listen to the first post, VB will teach you bad programing habits.
I understand that you are finding C++ hard, basically as it is your first language, you have no knowledge of how programs work and what elements build a program. For example loops, conditional statements, variables etc. I really suggest learning Python, you can download it from http://python.org if you are on Windows, and if you are on linux, you can just type "python" into the terminal. From there i would suggest reading through this tutorial: http://www.python.org/doc/current/tut/ or this one: http://www.honors.montana.edu/~jjc/easytut/easytut/ Then you will understand how programming works, and you will be able to use a very highly respected language. It may seem crap at first when they are tellign you to use the interetor as a calculator though ![]() have fun, ~coldDeath
__________________
Join us at #programmingforums @ irc.freenode.net! My software never has bugs. It just develops random features.
|
|
|
|
|
|
#9 |
|
Programming Guru
![]() Join Date: Aug 2005
Location: England
Posts: 1,499
Rep Power: 4
![]() |
Ditto; Python seems like the best programming language for a beginner to learn. It's easy for beginners, and enforces some good habits (such as indenting). Python will teach you a lot about good software design. C++, on the other hand, teaches you more about how a computer works.
|
|
|
|
|
|
#10 |
|
Programmer
Join Date: Oct 2005
Posts: 56
Rep Power: 3
![]() |
Thanx for all the suggestions ..I think i will go and learn python and then C++ . Thanx all really appreaciate your help . =)
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|