I want to become a coder

Would you be so kind to give me some pages where I can read and learn sth about: C++, Java etc. ?

thx in advance. :)
Comments
69
1st ask necuz
Read a book.
Parent
And these are the languages that are made of win and gold:
General: C++
Web: C#
Scripts: Ruby
Parent
have you even tried googling? there are thousands of tutorials

QuoteResults 1 - 10 of about 6,120,000 for c++ tutorial. (0.16 seconds)
then give me some links ;>
Parent
just google?
Parent
maybe you already got some nice links. nvm, i will google...
Parent
what a lazy plonker
Parent
Don't start with C++ and Java, you'll get frustrated and give up programming after 1 week max.

Try PHP.. Very easy to get very cool results very fast.
Then if you like it, you can try to move over to more lowlevel languages.
PHP sucks, you will give up before you even learn anything. If you're going for a decent learning language try Ruby or Java.
Parent
I suggested PHP because it's easy and simple, and you can make lots of cool things with it, and you don't have to worry about memory allocation, typecasting, blah blah blah. I find it an excellent learning language, and i also find it very usable for other things aswell ;)
Parent
Yes, it's a high level language, but that doesn't mean it's good. And yes, you can make cool things with it, but that doesn't mean you can't make better programs easier using another programming language.
Parent
please the PHP is a DECENT langage, you can even code a software in PHP when you can't code a webpage in C++
Parent
Hmm... I wonder why... Maybe because C++ isn't meant to be used for web development?
Parent
And so ? the PHP is meant to be used together with a web tech (and even more) why would it sucks ?

And YES it's a great langage to begin, it's my first 'dynamique' langage (i won't count the javascript) and it gave me a lot of tricks which i use with many other langs such as the C++, DELPHI (less but still) and even irl (woohoo).
Parent
If your three main languages are Delphi, C++, and PHP, then it's no surprise you think PHP is good. But your ignorance doesn't mean you are right. :) Try Ruby, it can be used to make applications as well as web pages, and is good for just about anything that doesn't require much speed.
Parent
It's actually perfect for my personnal and professional utilisation
Parent
Nothing is perfect. Just because it's sufficient doesn't mean it can't be better.
Parent
QuoteIt's actually perfect
Parent
Maybe you are mixing up the definition of actually..?

Actually means "in reality".
Parent
Yes i do that often, sorry.

I meant 'Currently'.
Parent
lol u r funny .. u make a journal and answer it at the same time .. lol


QuoteI want to become a coder (3 comments)
Posted by _rapster on Tuesday 11th September 2007, 20:37



Quote _rapster on 11/09/07, 20:38:34 PM | Reply

1st ask necuz


oO
nice time you have, sir
Parent
And if you go for C++ after all:

#include <iostream>

using namespace std;

int main(){
int numgoogle;
cerr << "How many times do i have to tell you to use google? ";
cin >> numgoogle;
for(int i = 0; i <= numgoogle; i++){
cerr << " GOOGLE IT FFS!\n";
}
}
in english pls
Parent
carebear
image: 866481481094619025 !

i go do my homeworks..bit late i know ^^

good night gayz and guyz
summarized, you want to become a nerd :P
gl @ pascal
try pascal like me :D
pascal is easy. i'm pro in it ^^
Parent
:) I just learn it @ school...
So im a newbie yet :P
But i'll be a hack coder soon!!! :P
Parent
buy "java ist eine insel"

expensive but nice
java is for lazy, retarded & jobless coders

i'd say C++ > C due to the object's implentation but i'm still a nob ..

there is billions of pages about evry langs on teh webz, personnaly i use MSDN for the functions' descriptions

(even if many coders laugh about it, the DELPHI is still a powerfull and easy to learn lang)
sry craz but thats bullshit.

java may not be as fast and "low level" like c and c++ BUT yet it is a very powerfull language (that i hate to code since im doing this like 24/7)

(im not jobless)
Parent
I'll be as argless as evryone here: i just don't like the java

would prefere to see someone start coding in DELHPI than in JAVA even if the last one is more powerfull than the other one

btw i though you was programming in C# ?
Parent
c# is only for fun and very similar to java :)

for uni / work im doin everything in java since we need everything to run on lin and win without having to code 2 diffrent clients :)
Parent
Second that, its a great multi-plateforme's lang but .. that's all ? ;D
Parent
Have you written a program more advanced than Hello World in Java? Have you written a complicated program in C++? I suspect you would have quite a different opinion if you had... They both have their strengths.
Parent
I'm actually programming a pretty complicated software that requieres a good knownledge of the langage but as i said im not THAT experienced, i'd say that ima beginner in this lang but i'hv MANY books relative to the JAVA, i'hv already wrote a few small applications using this lang and I DO NOT LIKE IT.

I'm not gonna arg with someone calling a world's known & respected langage 'sucky'.
Parent
You preference is your own, but the majority of people who like PHP simply like it because they are ignorant to the better alternatives. Just because a language is widely used doesn't mean it's good... Far from it.
Parent
well the c-series is idd very good. But thats again a java vs c discussion which ends nowehere :)

There are enough pros and contras for both sides.
You cant say java is better or c is better. When it comes to java or portability its java you take. If you want 3D games you'd better take c# or c++ / c
Parent
True, true. C and C++ are quite good programming languages for certain things, yet my original point was that one of Java's pros was being a decent learning language. You don't have to worry about things like memory management and still have a good object oriented language with practical capabilities.
Parent
thats exactly what i NOT meant :)

Java is not only good as a starting language, and advanced java is also _Not That Easy_ :p

sure the garbage collector handles all the memory shit you create, but isnt to aim for each better soft to just not use the garbage collector and handle all that stuff yourself?

Same with my current project: http://myhannes.info/stuff/university/uni-project.PNG
you can get into cache trashing very fast, but the aim is it to avoid that.

what i was going to say: Java is very strong in maybe office or Desktop programs, while c / c++ is very strong in system and 3D stuff.

With c# we got one language that combines BOTH of it and even has the java syntax. The big plus in c# is that it is portable to unix platforms.
Parent
I don't disagree with anything you said (although I haven't tried C# yet), and I don't see how what you said contradicts what I said. :) Java is a good learning language as well as a good language for some other purposes as well. I'm not saying it's easy, but it's easy enough (in it's simplest form) for a beginner to grasp. C and C++ are good for programs which require high performance, fast reaction times, etc. where dealing with all the low level stuff is beneficial.

Also, to clear something up, while I believe Java is a better language for beginners than C++ or PHP, it is not the best. Ruby, for one, is better.
Parent
Quotefast reaction times


java can be fast also. We made tests on that with some intense basic calculations and it wasnt that much slower. (i forgot the factor)

well sry, i was a bit like gnaa another guy who wants to tell me that java is only good for beginners. Was nothing personal, just sick of it :)
Parent
I agree again, and np. :)

Yet still, C has the potential to be quite a lot faster than Java when that is most important, especially with inline assembly.
Parent
its fast, its OO (object orientated),

OFC: "call by value" vs "call by reference"

and its by far better (easier) to read

and i think you just have to like it.


When it comes to 3D stuff you wont get anywhere with java, BUT for that we got c#!

/me is waiting for the first pure c# games \o/
Parent
/you will wait for a long time ahah :P

And yes as i said many times, i dont like that JAVA. (EOD ?)

still nice to discuss with you hannes :)
Parent
actually the first c# games are planned. they even tried c# in quakewars. The thing is: its just not yet that portable to other next gen consoles. I bet you find some code parts of c# in the crytec engine.

yap always nice to chat with you :)
Parent
I'd give a try to the C#, sounds sweet but (will sounds kiddy) i'm not a fan of the 'not free' (dunno the exact word) langages (even if i never coded anything on another OS than windows)
Parent
c# can even be "native" emulated in a linux box using the Mono Project.

ok native and emulate does bite each other but i think you know what i mean.

http://www.mono-project.com/Main_Page its open source
Parent
I'm definnitly gonna give it a try
Parent
good to hear mr! :)
Parent
Quote/me is waiting for the first pure c# games \o/

Why? I can code benchmarks that''ll show C# outperforming C by several times, but that doesn't make it the faster language...
Parent
Why do you think Java gets called a language for the lazy? Well, you just pointed it out. Write once, run everywhere. Both usability and performance suffer greatly from this.
Parent
IF ELSE IF ELSE IF ELSE

-SHUTDOWN
hi rapster fag 8<
Back to top