never had a lesson in me life!
never had a lesson in me life!
What's the best way for a dirt poor student to go about learning programming online? How about networking? etc...
#include <iostream.h>
int main ()
{
cout << "Hello World! . . . Somehow I don't think I'm getting through to you";
return 0;
}
#include <iostream.h>
int main ()
{
cout << "Hello World! . . . Somehow I don't think I'm getting through to you";
return 0;
}

- Martin Blank
- Knower of Things

- Posts: 12709
- Joined: Fri Feb 07, 2003 4:11 am
- Real Name: Jarrod Frates
- Gender: Male
- Location: Dallas, TX
- Contact:
There are a number of books available online. For example, Bruce Eckel makes the texts of some of his programming books available for free online. Networking is a little more vague; what in particular are you looking to learn?
If I show up at your door, chances are you did something to bring me there.
- Infin8Cyn
- Redshirt
- Posts: 6309
- Joined: Tue Apr 29, 2003 10:02 pm
- Real Name: James
- Gender: Male
- Location: Albuquerque, New Mexico
- Contact:
import java.suckit.*;
class learnProgramming extends Object
{
try
{
if ( Long_Quan.value == "HardCore" )
link:[url=http://www.xs4all.nl/~smit/asm01001.htm]asm_gonow;
else
link:[url=http://www.vbtutor.net/vbtutor.html]vb_4you;
}
catch ( IOProgrammerException e )
{
System.out.println("Oh Crap : " + e);
}
}
class learnProgramming extends Object
{
try
{
if ( Long_Quan.value == "HardCore" )
link:[url=http://www.xs4all.nl/~smit/asm01001.htm]asm_gonow;
else
link:[url=http://www.vbtutor.net/vbtutor.html]vb_4you;
}
catch ( IOProgrammerException e )
{
System.out.println("Oh Crap : " + e);
}
}

Re: never had a lesson in me life!
Yes, Bruce Eckel's C++ books are good, I recommend them. I also recommend learning C++ over Java, it will make you a better programmer in the long run. And, if you learn C++, do take care to learn proper C++ =). The sample code you posted is "incorrect". It will compile fine, but it should be:
#include <iostream> // note the missing .h
int main()
{
std::cout << "Hello world, the right way" << std::endl;
return 0;
}
If you have any questions post and I'm sure someone (myself included) will try to answer them =)
#include <iostream> // note the missing .h
int main()
{
std::cout << "Hello world, the right way" << std::endl;
return 0;
}
If you have any questions post and I'm sure someone (myself included) will try to answer them =)
Is life so dear, or peace so sweet, as to be purchased at the price of chains and slavery?
Well, I really want to get into programming, and I have tried reading quite a few books. I have had little success with any online/physical resources I have used. I believe that in order to effectively learn to program, you need a teacher. As such I am enrolling at a class at the local technical university (if they offer one on weekends or evenings). But, that's just me. I became so frustrated with the texts that I had to try something else.
-G
-G
Social Warp - The Crappiest Comic Ever - http://www.socialwarp.net/
Re: never had a lesson in me life!
I learned networking just by living with a computer that use's a network, and now I know more then most, about Lynksis anyways.
I wouldnt recommend tyring to learn programming online, go to http://www.amazon.com/ and buy a book.
I wouldnt recommend tyring to learn programming online, go to http://www.amazon.com/ and buy a book.

<--- RUN SONIC RUN!
- Infin8Cyn
- Redshirt
- Posts: 6309
- Joined: Tue Apr 29, 2003 10:02 pm
- Real Name: James
- Gender: Male
- Location: Albuquerque, New Mexico
- Contact:
Except that most schools are requiring Java now, over C(++). In the multitude of schools I checked out for CS programs, the C(++)s were being dropped to "non-CS major" courses, and the Java ones were bumped up to required for CS majors.I also recommend learning C++ over Java, it will make you a better programmer in the long run.

- Rembrandt Q. Einstein
- Redshirt
- Posts: 1419
- Joined: Fri Sep 12, 2003 2:29 pm
- Location: University of Connecticut, Storrs, CT
I forget exact details, but MIT has made many transcripts, and outlines of it's classes availible online
I am not sure if you need to sign up/be chosen or whatever, but I do remember that is is completely free
***EDIT***
linky: http://ocw.mit.edu/index.html
this resource provides a syllabus, course notes, etc for many MIT classes, mostly introductory ones
I am not sure if you need to sign up/be chosen or whatever, but I do remember that is is completely free
***EDIT***
linky: http://ocw.mit.edu/index.html
this resource provides a syllabus, course notes, etc for many MIT classes, mostly introductory ones
"GREASE ME WITH LARD AND GLUE MY ASS CLOSED I'M HEADING FOR THE HILLS!" -Mandor
"That is democracy, even if what you say doesn't move heaven and earth it is still absolutely vital that it be said." -randomperson2
"That is democracy, even if what you say doesn't move heaven and earth it is still absolutely vital that it be said." -randomperson2
- Felan
- Buddhist Snack
- Posts: 1316
- Joined: Tue Feb 11, 2003 8:07 pm
- Real Name: Chris
- Gender: Male
- Location: Georgia
- Contact:
Re: never had a lesson in me life!
Actualy java in itself is designed to be less ram intensive than most programming languages. Mainly due it was originally designed to be used on appliances (my professor claims it was being tested on a toaster, hes probaly joking about that part). Of course, it runs less than stellar on pcs probaly due to the console, and other stuff and graphics that have been added on over time. (strip most of the extra graphics like awt and such it would probaly run a lot better)
But, yeah even many schools here in Georgia are going to the mostly java route, only requiring C++ at the higher levels.
My school decided to stick with its guns and you start out with C++ right off the bat. Java only shows up 2 times, 1 in a intro java class (which is optional) and in the Programming Languages class. Atleast for majors. Most other degrees here now just require a single comp sci class, most of the time its VB (which is really just more fun to do than anything, or so I heard)
But, yeah even many schools here in Georgia are going to the mostly java route, only requiring C++ at the higher levels.
My school decided to stick with its guns and you start out with C++ right off the bat. Java only shows up 2 times, 1 in a intro java class (which is optional) and in the Programming Languages class. Atleast for majors. Most other degrees here now just require a single comp sci class, most of the time its VB (which is really just more fun to do than anything, or so I heard)
Who is online
Users browsing this forum: Ahrefs [bot] and 1 guest
