I'll just take my smaller, faster, and more memory efficient code and go kick a can around in the corner
Where did you begin to learn programming?Which language do you prefer and why?
57 Replies - 6432 Views - Last Post: 29 July 2011 - 03:03 PM
#16
Re: Where did you begin to learn programming?
Posted 19 June 2008 - 07:14 AM
I'll just take my smaller, faster, and more memory efficient code and go kick a can around in the corner
#17
Re: Where did you begin to learn programming?
Posted 19 June 2008 - 08:49 AM
BTW, I learned all my programming online, mainly at three sites, one, the sun microsystems web site, two w3schools.com, and three, cplusplus.com. It defiantly has disadvantages to learn online, but its most convenient for me. And, of course, i can't forget DIC.
#18
Re: Where did you begin to learn programming?
Posted 19 June 2008 - 11:12 AM
My favorite languages would have to be C#.Net or Java probably mostly due to the fact i dont have to deal with pointers.
My worst? C++ simply because of Pointers. Ohh god! I just cant get my head wraped around the stupid * or & signs for pass byref or byval. one of these days i'll stifle my animosity toward pointers and dive back into my C++ books.
Ohh and if you want awsome reference books go get you some of the WOX serious. They are red with people on the front. Probably the best programming books i have ever read.
#19
Re: Where did you begin to learn programming?
Posted 19 June 2008 - 12:42 PM
#20
Re: Where did you begin to learn programming?
Posted 19 June 2008 - 07:24 PM
rgfirefly24, on 19 Jun, 2008 - 02:12 PM, said:
My favorite languages would have to be C#.Net or Java probably mostly due to the fact i dont have to deal with pointers.
My worst? C++ simply because of Pointers. Ohh god! I just cant get my head wraped around the stupid * or & signs for pass byref or byval. one of these days i'll stifle my animosity toward pointers and dive back into my C++ books.
Ohh and if you want awsome reference books go get you some of the WOX serious. They are red with people on the front. Probably the best programming books i have ever read.
Java has "pointers" (dunno about C#), they're just hidden from the programmer. Makes it incredibly annoying once you know how and are used to using pointers.
Doesn't C++ have the "new" and "delete" commands? The only thing I ever really use pointers is for allocating memory to structures on the fly.
#21
Re: Where did you begin to learn programming?
Posted 19 June 2008 - 07:33 PM
This post has been edited by Tom9729: 19 June 2008 - 07:35 PM
#22
Re: Where did you begin to learn programming?
Posted 19 June 2008 - 07:41 PM
Holy shit!
Do people just do that for fun? All of it looked like brainfuck
#23
Re: Where did you begin to learn programming?
Posted 20 June 2008 - 03:02 AM
I also think that programming students shouldn't worry about which language they're learning. They don't know what they're talking about yet, and they're just getting drawn into all the unhealthy religious wars about languages (like the one that's brewing in this thread--even if only in jest).
This post has been edited by mikeblas: 20 June 2008 - 03:04 AM
#24
Re: Where did you begin to learn programming?
Posted 20 June 2008 - 05:22 AM
In some ways, I agree with mikeblas...I had to do several assembly level languages in order to program interfaces between hardware and software - it taught me a lot (including that if I had to program assembly for a living I'd shoot myself in the face). that has always been one of my quibbles with the increasing use of IDEs and 'drag and drop' application IDEs...while an extremely useful tool for accomplished programmers, it also allows for developers to create applications without fully knowing what each component is doing.
That being said, I have no problem with their use at all - the speed up application development and make programming accessible to a wider segment of people (which I think is great). I just prefer people to have a lower level understanding of what's actually going on. Anyone can write cout<<"Hello World"<<endl;, but a decided ly smaller set of programmers could explain to you how that translates from keystrokes to implementation.
#25
Re: Where did you begin to learn programming?
Posted 20 June 2008 - 06:01 AM
I got into C++ because I really like the idea of making a game - I think most people would agree, to be honest
And that DVD encryption is amazing.
#26
Re: Where did you begin to learn programming?
Posted 20 June 2008 - 06:29 AM
Java is good
#27
Re: Where did you begin to learn programming?
Posted 21 June 2008 - 07:33 AM
And the DVD encryption... You can code all programs on about three or so lines if you want, though I hope i never have to decipher that program or the dvd one...
#include <iostream>
using namespace std;
int main() cout<<"hello world", return 0, system("pause");
This post has been edited by polymath: 21 June 2008 - 07:36 AM
#28
Re: Where did you begin to learn programming?
Posted 21 June 2008 - 02:51 PM
#include <iostream>
using namespace std;int main() {cout<<"hello world"; cin.get(); return EXIT_SUCCESS;}
#29
Re: Where did you begin to learn programming?
Posted 23 June 2008 - 06:27 PM
You're right!
#30
Re: Where did you begin to learn programming?
Posted 23 June 2008 - 06:37 PM
|
|

New Topic/Question
Reply




MultiQuote










|