Advertisement

I need HELP!!!!!

Started by April 14, 2001 09:54 AM
17 comments, last by rodneyldixon 23 years, 9 months ago
Where would be the best place for me to go to get a tutorial for learning to write code for a beginner in C++ (on the internet)? And where would be be the best place for me to go & get a tutorial to learn C++ (on the internet)?
i surely hope you''re serious about it this time:

http://www.cprogramming.com/
http://www.cplusplus.com/doc/tutorial/

but you''ll probably be better of with a good book, ''Thinking in C++'' is online at:

www.bruceeckel.com
Advertisement
You could go to www.informit.com and read the free e-books there, such as Teach Yourself C++ in 21 days/24 hours. These are good starter books.

You might want to stay away from Bruce Eckel''s books, as I''m pretty darn sure you''re not going to understand it.
==========================================In a team, you either lead, follow or GET OUT OF THE WAY.
quote:
Original post by kvh

i surely hope you''re serious about it this time:

http://www.cprogramming.com/
http://www.cplusplus.com/doc/tutorial/

but you''ll probably be better of with a good book, ''Thinking in C++'' is online at:

www.bruceeckel.com


I am extremely serious about this time because I would like to pu all my ideas and responses from the post that I made at www.gamedev.com/community/forums into my projects that I am going to start working on after I read all these tutorials and learn C++. Do you think I need anything else or need to learn anything else to make programs like emulators, virtual machines, and virtual cd burners, and roms? And can you please tell me where I could get a tutorial to learn the languages that I need to make the above programs?

Just a question, rodney|dixon: Have you ever written ''Hello World'' in C++?
Learning C/C++ is taking functions in the book and applying them into your own program. I found out that ''reading up'' on C/C++ does not mean exactly know the language. Do not go into emulators or virtual CD''s and other advanced stuff until you understand the language first.

You need to bang your head against the monitor a few times because that is the best way to learn especially when you find one stupid line that sends your computer writing into memory areas that sends the computer into a mass of confusion and an endless amount of reboots.... as you can tell... my computer''s reset button is worn down =)


The nightmare travels across the cosmos with his burning mane. The trail of ash that is produced.

?Have a nice day!?

Advertisement
yeah right your never going to make anything good, if your still asking how to write "hellow world". and by the way you wont be making roms, you would make an emulator to read them in. and after you learn c++, you will only be able to display text in dos, (so you know)
bad!
Baby steps grasshopper...

-----------------------------------------------------------
"If I wanted to hear the pitter patter of little feet I would put shoes on my cat"
-----------------------------------------------------------"People who usualy use the word pedantic usualy are pedantic!"-me
Hey, everyone has to start somewhere, no?

And even though the basic knowledge of C++ will only teach you to program text in DOS, it can still be extremely usefull when you have a group of programmers to create the input/output for your wonderfull algorithms
quote:
Original post by NuffSaid

You could go to www.informit.com and read the free e-books there, such as Teach Yourself C++ in 21 days/24 hours. These are good starter books.

You might want to stay away from Bruce Eckel's books, as I'm pretty darn sure you're not going to understand it.


So how do I learn to write code in C++ if after I learn C++ it's only going to teach me to program text in dos?

And where can I get a tutorial that I would teach me to learn to write code in C++? (on the internet or downloadable)

Since all my projects are going to be windows since hardly no one is likely going to test project out if its in dos, how is this going to be helpful too me?

And where can I get a tutorial for programming in windows (win32) using C++? (on the internet or downloadable)

And where can I get a turtorial for learning Delphi?

Sorry for all the questions but I'm starting to get serious about programming in C++ & Delphi so I decided that I will get all the questions answered now and I won't have to worry about it once I learn the two above languages.

So help me ........ THANKS


Edited by - rodneyldixon on April 15, 2001 10:05:48 AM

Edited by - rodneyldixon on April 15, 2001 10:07:42 AM

Edited by - rodneyldixon on April 15, 2001 10:31:52 AM

This topic is closed to new replies.

Advertisement