|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
#1 |
|
Member (9 bit)
Join Date: Jan 2002
Location: Quebec, Canada
Posts: 426
|
c or c++?
hi
I would like to know if it's better to start with c or c++? then do you have anything where I can start? I already did some programmation(qbasic, visual basic). and can you tell me what program I need excatly? thanks dim3x |
|
|
|
|
|
#2 |
|
Member (13 bit)
Join Date: Jul 2000
Location: Fullerton, CA
Posts: 7,030
|
Hi Dim3x,
I would recommend starting with C++ or Java, they're both very similar only Java is a bit easier to code and safer for beginners. There are free compilers available for each, I recommend Dev-C++ for C++ and the Java SDK with a good text editor like TextPad for Java. Hope that helps.
__________________
"A witty saying proves nothing." - Voltaire |
|
|
|
|
|
#3 |
|
Member (9 bit)
Join Date: Jan 2002
Location: Quebec, Canada
Posts: 426
|
yeah that is nice thanks. also do you have any documentation that show you some exercices and things to do first.. like a guide "how to" or something like that
thanks |
|
|
|
|
|
#4 |
|
Member (13 bit)
Join Date: Jul 2000
Location: Fullerton, CA
Posts: 7,030
|
|
|
|
|
|
|
#6 |
|
Registered User
Join Date: Nov 2001
Posts: 1,965
|
I agree, start with Java, then move to C/C++, exactly like what I did.
As for Java tutorials, check out the official one: http://java.sun.com/docs/books/tutorial/ |
|
|
|
|
|
#7 |
|
Member (9 bit)
|
well I think you need to think about what you want to do.
Wanna take maximum control over the machine without learning ASM? Do C. Wanna make something huge yet organized with a lot of the power of C, but you still want speed and security? Do C++. Wanna get the best idea of object oriented programming but are willing to sacrifice speed and control? Do JAVA So, what are your intentions? If you just want to learn... well thats a personal issue and it is to your great benefit to learn as much as possible in any order. Look at some sample code to see what you like and move on from there. |
|
|
|
|
|
#8 |
|
Member (12 bit)
Join Date: Mar 1999
Location: MN or WI
Posts: 3,017
|
I dunno if C is really any more powerful than C++...
|
|
|
|
|
|
#9 |
|
Fly Eagles Fly
|
if you start java... a great free enviroment to code in is "JCreator", free version.
|
|
|
|
|
|
#10 |
|
Member (7 bit)
Join Date: Sep 2002
Posts: 93
|
C++ is a superset of C, meaning that virtually anything you can do in C, you can do in C++.
For the new programmer I personally suggest learning C first. It's much more intuitive in my opinion. C program-style mentality (on a basic level) is "do do do," while in C++ it's "manipulate object." ... When you are starting out one of the first things you learn in any language is what you need to "do." This is why I recommend C. For most applications in the "real world," C++ or Java are the languages of choice, because as others mentioned you can do a whole lot more and you have much better security. |
|
|
|
|
|
#11 |
|
Mondsreitersmann
Join Date: Jul 1999
Location: Skingrad
Posts: 8,781
|
What version of Dev-C++ do you recomend? The 4 or the 5 which is a beta version?
__________________
Darum still, füg' ich mich, wie Gott es will. Nun, so will ich wacker streiten, und sollt' ich den Tod erleiden, stirbt ein braver Reitersmann. |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|