Coding.... Best tip: Never try to reinvent the wheel. Seriously, if someone did something which works and does not like someone's nightmare in code form, then use it. |
|
I've played around a bit in Java before, not getting past a few lessons short of making a tetris game hehe. But I'm trying my hand at learning it again. I feel cheated though when I try to write programs, it feels like all the work has been done for me and all I'm doing is tracing other peoples steps. Anyways...C ++ here I come. |
|
Coding.... Best tip: Never try to reinvent the wheel. Seriously, if someone did something which works and does not like someone's nightmare in code form, then use it. |
|
-Bluefinger v1.25- Enter the madness that are my dreams (DJ Update, non-LD)
"When you reject the scientific method in order to believe what you want, you know that you have failed at life. Sorry, but there is no justification, no matter how wordy you make it."
- Xei
DILD: 6, WILD: 1
I've done some visual basic as well. +=). But my skill level is still at that which is |
|
Last edited by Sandform; 07-30-2008 at 04:47 PM.
-Bluefinger v1.25- Enter the madness that are my dreams (DJ Update, non-LD)
"When you reject the scientific method in order to believe what you want, you know that you have failed at life. Sorry, but there is no justification, no matter how wordy you make it."
- Xei
DILD: 6, WILD: 1
I've learned that since I started...I was put off of the idea originally but now I might as well get used to it. I have an old friend who is a coder from back when coding just started out. She was originally a librarian but then they got a new "toy" and no one knew how to use it so she started playing with it and that started her into coding and now there are lots of businesses that have old systems need her but I think she is retired now...anyway the point of the story is that when I first started thinking about it and I told her that I didn't like coding because it was a lot simpler than I thought it would be she said "people think we walk on water but we just know where the stones are hidden." |
|
Last edited by Sandform; 07-30-2008 at 05:02 PM.
Coding is fun. |
|
What have you done with it Seis? |
|
All kinds of shit. |
|
I'm having troubles with mine right now...no matter what I put in the lines it says "hello world" instead of what I type lol. |
|
Last edited by Sandform; 07-30-2008 at 06:43 PM.
What is your code? |
|
#include <iostream> |
|
Hrm... |
|
just a few things, |
|
Last edited by Ynot; 07-31-2008 at 01:22 AM.
I like "using namespace std" rather than using std:: |
|
'Using namespace std/ w/e' saves time writing out std:: and minimizes the chance you'll mistype std::cout or cin or whatever you are using. |
|
I'm trying to learn C++, and I'm figuring out the basics without much trouble. The only problem is, I'm not very interested in creating text-only programs, but the tutorial I'm using gives no information about going beyond just using terminal. Where's the best place to find out how to do that? |
|
0That's getting into APIs, and Engines, etc. Graphics, that is. |
|
C++ is hard to learn as a first language. Might I suggest regular C first. C++ is just a superset (for the most part) of C. |
|
Um...no idea if this falls under the same catagory... |
|
Well I took a class that covered this breifly when I was in 6th grade...as a sub category of general computer knowledge. So I might be able to help you lol. It might be helpful if you give us a link to the webpage or the code you're using. |
|
|
|
Last edited by Pyrofan1; 07-31-2008 at 09:59 AM.
that's all fine and everything, |
|
Blue hey, do you think I'll lose anything if I start out with microsoft visual basic? |
|
Bookmarks